action #6820
closedinteractive mode broken
Description
You can enable it, but then it's dead - I think because of this:
DIE not supported command: handle_qmp_command at /usr/lib/os-autoinst/backend/baseclass.pm line 38.
at /usr/lib/os-autoinst/backend/baseclass.pm line 46 thread 1.
backend::baseclass::die_handler('not supported command: handle_qmp_command at /usr/lib/os-auto...') called at /usr/lib/os-autoinst/backend/baseclass.pm line 38 thread 1
backend::baseclass::handle_command('backend::ipmi=HASH(0x3a72998)', 'HASH(0x7fcb30023a40)') called at /usr/lib/os-autoinst/backend/baseclass.pm line 440 thread 1
backend::baseclass::check_socket('backend::ipmi=HASH(0x3a72998)', 'IO::Handle=GLOB(0x31aabc8)') called at /usr/lib/os-autoinst/backend/vnc_backend.pm line 49 thread 1
backend::vnc_backend::check_socket('backend::ipmi=HASH(0x3a72998)', 'IO::Handle=GLOB(0x31aabc8)') called at /usr/lib/os-autoinst/backend/baseclass.pm line 161 thread 1
eval {...} called at /usr/lib/os-autoinst/backend/baseclass.pm line 121 thread 1
backend::baseclass::run_capture_loop('backend::ipmi=HASH(0x3a72998)', 'IO::Select=ARRAY(0x3d39560)') called at /usr/lib/os-autoinst/backend/baseclass.pm line 89 thread 1
backend::baseclass::run('backend::ipmi=HASH(0x3a72998)', 14, 17) called at /usr/lib/os-autoinst/backend/driver.pm line 61 thread 1
backend::driver::_run('backend::ipmi=HASH(0x3a72998)', 14, 17) called at /usr/lib/os-autoinst/backend/driver.pm line 53 thread 1
eval {...} called at /usr/lib/os-autoinst/backend/driver.pm line 53 thread 1
Updated by coolo almost 10 years ago
- Category set to Regressions/Crashes
- Priority changed from Normal to High
- Target version set to Sprint 15
Updated by froh over 9 years ago
the backtrace smells like an ipmi backend --- which does not implement handle_qmp_command
.
If that observation is correct, ipmi never worked in interactive mode in ipmi, did it?
also normally there should be a backtrace of the other, calling thread as well, which might be telling where handle_qmp_command was called.
Updated by coolo over 9 years ago
- Status changed from New to Rejected
that was IPMI - can't work as we can't stop/cont an IPMI host (easily :)