Comment 1 for bug 1086162

Revision history for this message
Darryl Weaver (dweaver) wrote :

I ran into the same issue.
The IPMI commands fail to start the servers.
Modifying the line 47 of /usr/lib/python2.7/dist-packages/provisioningserver/power/templates/ipmi.template to read:
    ${ipmipower} --driver-type=LAN_2_0 -h ${power_address} -u ${power_user} -p ${power_pass} "$@"
Seems to fix the problem for my lab set up.