> # bootstrap_firmware > [Errno 2] No such file or > directory:u'/usr/libexec/dell_dup/dell_ie_rac_5-1.0.8/inv.xml'
bootstrap_firmware will run all the modules under /usr/libexec/dell_dup to try to determine which pieces of hardware is present on your system. That output is provided to yum so yum can try to install any firmware rpms available in the repository. Looks like 'dell_ie_rac_5' is not creating it's output file 'inv.xml' when invoked, don't know why. firmware-tools will fail at the moment, it would be better if it logged the error and continued. To work around the issue, you can remove the 'dell_ie_rac_5' rpm, but you won't be able to update your DRAC5. The 'dell_ft_install' meta-rpm will need to be removed too, as it depends on 'dell_ie_rac_5'. For more insight on what is going on, you can run 'inventory_firmware -v' to get verbose output. Might give a clue on why the drac 5 module is failing. -Jeff _______________________________________________ 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
