On 17/11/2010, at 2:28pm, Andrew Lyon wrote: > On Wed, Nov 17, 2010 at 2:12 PM, Stroller > <[email protected]> wrote: >> >> On 17/11/2010, at 1:42pm, Andrew Lyon wrote: >>>> ... >>>> You're missing all the stuff traditionally provided by IPMI. >>> >>> That's what I thought, but comparing the two r200 systems the kernel >>> options and loaded modules are the same: >>> ... >> >> `eix -I ipmi` > > Same result on both systems, no matches.
Matt will correct me if I'm wrong, but I assumed that the Dell stuff you're installing might have some dependences on userspace tools or libraries. Like the OMSA might be a cgi app that calls `system(ipmitool, @args)`, or something like this, so thus depends on ipmitool being installed??? I'd have thought it worth running something like: find /*bin /usr/local/*bin /lib/ /var/lib/ /usr/lib -iname "*ipmi*" have you tried that? Compare the output from the two systems, using `diff` if necessary. `equery b` can tell you if a file belongs to a package which is installed and managed by portage, Gentoo's package manager. Disclaimer: I don't use OMSA and it's not convenient for me to log into any of my PowerEdges right now. Stroller. _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge Please read the FAQ at http://lists.us.dell.com/faq
