Not all vendors install lustre modules in either /lib/modules/<ver>/kernel/net or /lib/modules/<ver>/updates/kernel/net
Some.. (like sgi) try to get weakupdates working so its in /lib/modules/<ver>/weak-updates/kernel or /lib/modules/<ver>/extra/kernel changing line 619 in /usr/share/collectl/formatit.ph from (`ls /lib/modules/*/updates/kernel/net/lustre 2>/dev/null|wc -l`==0)) to (`ls /lib/modules/*/*/kernel/net/lustre 2>/dev/null|wc -l`==0)) fixed this for me. I note a typo in /usr/share/collectl/formatit.ph on line 5053 if ($lustopts=~/O/) I think it should be $lustOpts Thanks for an excellent tool. -- Brian O'Connor ------------------------------------------------------------- SGI Consulting Email: [email protected], Mobile +61 417 746 452 Phone: +61 3 9963 1900, Fax: +61 3 9963 1902 357 Camberwell Road, Camberwell, Victoria, 3124 AUSTRALIA http://www.sgi.com/support/services ------------------------------------------------------------- ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Collectl-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/collectl-interest
