Centos Microshift!

October 19, 2010

Totally getting one of these for whatever bike I can possibly put it on:

http://www.microshift.biz/pviewitem1.asp?sn=791&area=51&cat=184#

if for no other reason than to have a Centos Component made by Microshift.

 

 

Thinking about some other tasks I remembered something I wanted to write w/func – a way to produce a nice comparison of the process tables/names on two hosts.

func-yum compare does this with pkg lists but I knew it would be handy to be able to compare process tables if something is being weird on a box that SHOULD act like all the others like it. 🙂

func-ps-compare.py

output looks like:



# python func-ps-compare.py app02.phx2\* app01.phx2\*
Processes running on app02.phx2.fedoraproject.org not on app01.phx2.fedoraproject.org
[ssh] <defunct>
[mirrorlist_serv] <defunct>
Processes running on app01.phx2.fedoraproject.org not on app02.phx2.fedoraproject.org
moin

hope it helps someone.