BMC ipmi Failure: 400 Bad Request

I have an ubuntu 12 LTS, foreman 1.2 deb installed and apache passenger.
When I add a baremetal host I get an "400 Bad Request" error on the BMC
tab. I already have installed the gem "rubyipmi":

gem list

*** LOCAL GEMS ***

rubyipmi (0.6.0)

··· #

I tried the ipmi commands over the networking and are working properly:

ipmitool -I lan -U foreman -H 10.10.x.x power status

Password:
Chassis Power is on

The smart proxy is in the same machine and already has the bmc variable
enabled:

grep bmc /etc/foreman-proxy/settings.yml

:bmc: true
#:bmc_default_provider: freeipmi

The remote server is a DELL R210. I followed this manual:
http://projects.theforeman.org/projects/smart-proxy/wiki/BMC

Here it is the debug log:

SmartProxy Load (0.7ms) SELECT “smart_proxies”.* FROM “smart_proxies"
INNER JOIN “features_smart_proxies” ON
"features_smart_proxies”.“smart_proxy_id” = “smart_proxies”.“id” INNER JOIN
"features" ON “features”.“id” = “features_smart_proxies”.“feature_id” WHERE
"features".“name” = ‘BMC’ ORDER BY smart_proxies.name LIMIT 1
Rendered hosts/_bmc.html.erb (21.3ms)
Failed to fetch bmc information: 400 Bad Request
Original exception backtrace:
/usr/share/foreman/vendor/ruby/1.8/gems/rest-client-1.6.7/lib/restclient/abstract_response.rb:48:in
return!' /usr/share/foreman/vendor/ruby/1.8/gems/rest-client-1.6.7/lib/restclient/request.rb:230:inprocess_result’
/usr/share/foreman/vendor/ruby/1.8/gems/rest-client-1.6.7/lib/restclient/request.rb:178:in
transmit' /usr/lib/ruby/1.8/net/http.rb:543:instart’
/usr/share/foreman/vendor/ruby/1.8/gems/rest-client-1.6.7/lib/restclient/request.rb:172:in
transmit' /usr/share/foreman/vendor/ruby/1.8/gems/rest-client-1.6.7/lib/restclient/request.rb:64:inexecute’
/usr/share/foreman/vendor/ruby/1.8/gems/rest-client-1.6.7/lib/restclient/request.rb:33:in
execute' /usr/share/foreman/vendor/ruby/1.8/gems/rest-client-1.6.7/lib/restclient/resource.rb:54:inget’
/usr/share/foreman/lib/proxy_api/resource.rb:68:in get' /usr/share/foreman/lib/proxy_api/bmc.rb:44:inpower’
/usr/share/foreman/app/models/power_manager/bmc_power_manager.rb:10:in
state' /usr/share/foreman/app/views/hosts/_bmc.html.erb:7:in_app_views_hosts__bmc_html_erb__1285459511_70042689863480’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_view/template.rb:145:in
send' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_view/template.rb:145:inrender’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/notifications.rb:125:in
instrument' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_view/template.rb:143:inrender’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_view/renderer/partial_renderer.rb:265:in
render_partial' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_view/renderer/partial_renderer.rb:238:inrender’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_view/renderer/abstract_renderer.rb:38:in
instrument' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:ininstrument’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:20:in
instrument' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:ininstrument’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_view/renderer/abstract_renderer.rb:38:in
instrument' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_view/renderer/partial_renderer.rb:237:inrender’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_view/renderer/renderer.rb:41:in
render_partial' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_view/renderer/renderer.rb:15:inrender’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:110:in
_render_template' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal/streaming.rb:225:in_render_template’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:103:in
render_to_body' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal/renderers.rb:28:inrender_to_body’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal/compatibility.rb:50:in
render_to_body' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:88:inrender’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal/rendering.rb:16:in
render' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:40:inrender’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/core_ext/benchmark.rb:5:in
ms' /usr/lib/ruby/1.8/benchmark.rb:308:inrealtime’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/core_ext/benchmark.rb:5:in
ms' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:40:inrender’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:83:in
cleanup_view_runtime' /usr/share/foreman/vendor/ruby/1.8/gems/activerecord-3.2.13/lib/active_record/railties/controller_runtime.rb:24:incleanup_view_runtime’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:39:in
render' /usr/share/foreman/app/controllers/hosts_controller.rb:218:inbmc’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal/implicit_render.rb:4:in
send_action' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal/implicit_render.rb:4:insend_action’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/abstract_controller/base.rb:167:in
process_action' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal/rendering.rb:10:inprocess_action’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/abstract_controller/callbacks.rb:18:in
process_action' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:538:in_run__1088194948__process_action__1265935352__callbacks’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:215:in
_conditional_callback_around_4590' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:326:inaround’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:310:in
send' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:310:in_callback_around_917’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:214:in
_conditional_callback_around_4590' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:526:in_run__1088194948__process_action__1265935352__callbacks’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:215:in
_conditional_callback_around_4589' /usr/share/foreman/lib/foreman/thread_session.rb:31:inclear_thread’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:214:in
_conditional_callback_around_4589' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:415:in_run__1088194948__process_action__1265935352__callbacks’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:215:in
_conditional_callback_around_4588' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:326:inaround’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:310:in
send' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:310:in_callback_around_13’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:214:in
_conditional_callback_around_4588' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:414:in_run__1088194948__process_action__1265935352__callbacks’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in
send' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in__run_callback’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in
_run_process_action_callbacks' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:insend’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in
run_callbacks' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/abstract_controller/callbacks.rb:17:inprocess_action’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal/rescue.rb:29:in
process_action' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:30:inprocess_action’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in
instrument' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:20:ininstrument’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in
instrument' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal/instrumentation.rb:29:inprocess_action’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal/params_wrapper.rb:207:in
process_action' /usr/share/foreman/vendor/ruby/1.8/gems/activerecord-3.2.13/lib/active_record/railties/controller_runtime.rb:18:inprocess_action’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/abstract_controller/base.rb:121:in
process' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/abstract_controller/rendering.rb:45:inprocess’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal.rb:203:in
dispatch' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal/rack_delegation.rb:14:indispatch’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_controller/metal.rb:246:in
action' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:73:incall’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:73:in
dispatch' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:36:incall’
/usr/share/foreman/vendor/ruby/1.8/gems/journey-1.0.4/lib/journey/router.rb:68:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/journey-1.0.4/lib/journey/router.rb:56:ineach’
/usr/share/foreman/vendor/ruby/1.8/gems/journey-1.0.4/lib/journey/router.rb:56:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_dispatch/routing/route_set.rb:612:incall’
/usr/share/foreman/vendor/ruby/1.8/gems/apipie-rails-0.0.16/lib/apipie/static_dispatcher.rb:56:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_dispatch/middleware/best_standards_support.rb:17:incall’
/usr/share/foreman/vendor/ruby/1.8/gems/rack-1.4.5/lib/rack/etag.rb:23:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:incall’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_dispatch/middleware/head.rb:14:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_dispatch/middleware/params_parser.rb:21:incall’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_dispatch/middleware/flash.rb:242:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:incontext’
/usr/share/foreman/vendor/ruby/1.8/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_dispatch/middleware/cookies.rb:341:incall’
/usr/share/foreman/vendor/ruby/1.8/gems/activerecord-3.2.13/lib/active_record/query_cache.rb:64:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:incall’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_dispatch/middleware/callbacks.rb:28:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in_run__1584885957__call__4__callbacks’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in
send' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in__run_callback’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in
_run_call_callbacks' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:insend’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in
run_callbacks' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_dispatch/middleware/callbacks.rb:27:incall’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_dispatch/middleware/remote_ip.rb:31:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_dispatch/middleware/debug_exceptions.rb:16:incall’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_dispatch/middleware/show_exceptions.rb:56:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/railties-3.2.13/lib/rails/rack/logger.rb:32:incall_app’
/usr/share/foreman/vendor/ruby/1.8/gems/railties-3.2.13/lib/rails/rack/logger.rb:16:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/tagged_logging.rb:22:intagged’
/usr/share/foreman/vendor/ruby/1.8/gems/railties-3.2.13/lib/rails/rack/logger.rb:16:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_dispatch/middleware/request_id.rb:22:incall’
/usr/share/foreman/vendor/ruby/1.8/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/rack-1.4.5/lib/rack/runtime.rb:17:incall’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/cache/strategy/local_cache.rb:72:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/rack-1.4.5/lib/rack/lock.rb:15:incall’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_dispatch/middleware/static.rb:63:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:inforward’
/usr/share/foreman/vendor/ruby/1.8/gems/rack-cache-1.2/lib/rack/cache/context.rb:245:in
fetch' /usr/share/foreman/vendor/ruby/1.8/gems/rack-cache-1.2/lib/rack/cache/context.rb:185:inlookup’
/usr/share/foreman/vendor/ruby/1.8/gems/rack-cache-1.2/lib/rack/cache/context.rb:66:in
call!' /usr/share/foreman/vendor/ruby/1.8/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:incall’
/usr/share/foreman/vendor/ruby/1.8/gems/railties-3.2.13/lib/rails/engine.rb:479:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/railties-3.2.13/lib/rails/application.rb:223:incall’
/usr/share/foreman/vendor/ruby/1.8/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in
send' /usr/share/foreman/vendor/ruby/1.8/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:inmethod_missing’
/usr/share/foreman/vendor/ruby/1.8/gems/rack-1.4.5/lib/rack/urlmap.rb:64:in
call' /usr/share/foreman/vendor/ruby/1.8/gems/rack-1.4.5/lib/rack/urlmap.rb:49:ineach’
/usr/share/foreman/vendor/ruby/1.8/gems/rack-1.4.5/lib/rack/urlmap.rb:49:in
call' /usr/lib/ruby/1.8/phusion_passenger/rack/request_handler.rb:92:inprocess_request’
/usr/lib/ruby/1.8/phusion_passenger/abstract_request_handler.rb:207:in
main_loop' /usr/lib/ruby/1.8/phusion_passenger/rack/application_spawner.rb:118:inrun’
/usr/lib/ruby/1.8/phusion_passenger/rack/application_spawner.rb:65:in
spawn_application' /usr/lib/ruby/1.8/phusion_passenger/utils.rb:184:insafe_fork’
/usr/lib/ruby/1.8/phusion_passenger/rack/application_spawner.rb:58:in
spawn_application' /usr/lib/ruby/1.8/phusion_passenger/rack/application_spawner.rb:41:inspawn_application’
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:159:in
spawn_application' /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:287:inhandle_spawn_application’
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in __send__' /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:inmain_loop’
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in
start_synchronously' /usr/lib/phusion_passenger/passenger-spawn-server:61 Causing backtrace: /usr/share/foreman/vendor/ruby/1.8/gems/rest-client-1.6.7/lib/restclient/abstract_response.rb:48:inreturn!’
/usr/share/foreman/vendor/ruby/1.8/gems/rest-client-1.6.7/lib/restclient/request.rb:230:in
process_result' /usr/share/foreman/vendor/ruby/1.8/gems/rest-client-1.6.7/lib/restclient/request.rb:178:intransmit’
/usr/lib/ruby/1.8/net/http.rb:543:in start' /usr/share/foreman/vendor/ruby/1.8/gems/rest-client-1.6.7/lib/restclient/request.rb:172:intransmit’
/usr/share/foreman/vendor/ruby/1.8/gems/rest-client-1.6.7/lib/restclient/request.rb:64:in
execute' /usr/share/foreman/vendor/ruby/1.8/gems/rest-client-1.6.7/lib/restclient/request.rb:33:inexecute’
/usr/share/foreman/vendor/ruby/1.8/gems/rest-client-1.6.7/lib/restclient/resource.rb:54:in
get' /usr/share/foreman/lib/proxy_api/resource.rb:68:inget’
/usr/share/foreman/lib/proxy_api/bmc.rb:44:in power' /usr/share/foreman/app/models/power_manager/bmc_power_manager.rb:10:instate’
/usr/share/foreman/app/views/hosts/_bmc.html.erb:7:in
_app_views_hosts__bmc_html_erb__1285459511_70042689863480' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_view/template.rb:145:insend’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_view/template.rb:145:in
render' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/notifications.rb:125:ininstrument’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_view/template.rb:143:in
render' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_view/renderer/partial_renderer.rb:265:inrender_partial’
/usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_view/renderer/partial_renderer.rb:238:in
render' /usr/share/foreman/vendor/ruby/1.8/gems/actionpack-3.2.13/lib/action_view/renderer/abstract_renderer.rb:38:ininstrument’
/usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in
instrument' /usr/share/foreman/vendor/ruby/1.8/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:20:inins

I recently changed rubyipmui to only accept ipmi 2.0 connections. Is your device running ipmi 1.5? Are you able to upgrade the firmware which may support the 2.0 specification? How old is that server?

As an alternative download the latest freeipmi tool and install from source and tell smart proxy to use the freeipmi provider instead.

Finally I found the error. On the Rakefile I had to include the following
like:

require 'rubygems'

Because I have the foreman installed by apt (ruby1.8 too) and looks like
it´s not able to see the gem. I know it´s a bad practice, so I solved
including the next like on the ".profile":

export RUBYOPT=rubygems

BTW, I have to select ":bmc_default_provider: ipmitool", otherwise it
doesn´t work.

··· El miércoles, 10 de julio de 2013 04:13:39 UTC+2, Corey Osman escribió: > > I recently changed rubyipmui to only accept ipmi 2.0 connections. Is your > device running ipmi 1.5? Are you able to upgrade the firmware which may > support the 2.0 specification? How old is that server? > > As an alternative download the latest freeipmi tool and install from > source and tell smart proxy to use the freeipmi provider instead. >

Just to be curious, why do you accept only accept ipmi 2.0 with rubyipmi ?

··· 2013/7/10 Corey Osman

I recently changed rubyipmui to only accept ipmi 2.0 connections. Is your
device running ipmi 1.5? Are you able to upgrade the firmware which may
support the 2.0 specification? How old is that server?

As an alternative download the latest freeipmi tool and install from
source and tell smart proxy to use the freeipmi provider instead.


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/groups/opt_out.

I suposse the reason could be that ipmi 1.5 does not support packet
encryption therefore sends your BMC password over the network in plain text.

··· El miércoles, 10 de julio de 2013 07:56:38 UTC+2, Romain Vrignaud escribió: > > Just to be curious, why do you accept only accept ipmi 2.0 with rubyipmi ? > > > 2013/7/10 Corey Osman <co...@logicminds.biz > > >> I recently changed rubyipmui to only accept ipmi 2.0 connections. Is >> your device running ipmi 1.5? Are you able to upgrade the firmware which >> may support the 2.0 specification? How old is that server? >> >> As an alternative download the latest freeipmi tool and install from >> source and tell smart proxy to use the freeipmi provider instead. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Foreman users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to foreman-user...@googlegroups.com . >> To post to this group, send email to forema...@googlegroups.com >> . >> Visit this group at http://groups.google.com/group/foreman-users. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> >