Git Product home page Git Product logo

Comments (2)

jmencak avatar jmencak commented on June 2, 2024

Additional information, I'm getting this even on Dell 740xd.

from badfish.

dominikvagner avatar dominikvagner commented on June 2, 2024

This should be fixed with the above mentioned PR #373.

The reported problem/bug was found to be present only on Dell systems. It appeared when forcing a one time boot to a specific device and virtual media.
This functionality of commands using this approach was still right/valid (after rebooting the server it booted to the specified device), only the CLI output/log was displaying errors.
The cause of this was found to be a call of create_bios_config_job() right after send_one_time_boot() in the boot_to() function. The errors were happening because iDRAC already created the needed config job since the patch request was called with specified apply time to on reset (payload_patch = {"@Redfish.SettingsApplyTime": {"ApplyTime": "OnReset"}}).
Thus that call was removed since it wasn't needed and the functionality was tested to still be valid.

from badfish.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.