Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sidero] encountered error discovering BMC IP. skipping setup: "..." rebooting in 10 seconds #988

Closed
vorburger opened this issue Nov 12, 2022 · 2 comments

Comments

@vorburger
Copy link
Contributor

I'm a first time user attempting to set up Sidero at home, and after much fun with PXE etc. got blocked here, it "loops" with this on the console:

[sidero] Wipe complete
[sidero] Attempting to automatically discover and configure BMC
[sidero] encountered error discovering BMC IP. skipping setup: ""run /usr/sbin/ipmitool ipmitool -H -U -I open ... : Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory\n (exit status 1)" 
[sidero] rebooting in 10 seconds

I gather that perhaps I need to somehow tell it that this (nor any of my) machine doesn't have that?

I couldn't quite figure out yet how to tell it not do that from the doc, but I'll keep looking.

In the mean time, perhaps you would like to consider handling this more gracefully, and not bail like this on machines without IPMI?

@vorburger
Copy link
Contributor Author

I couldn't quite figure out yet how to tell it not do that from the doc, but I'll keep looking.

export SIDERO_CONTROLLER_MANAGER_AUTO_BMC_SETUP=false does the trick, #989 raised.

But perhaps I misunderstandood how Sidero work, as that reboot still happens, after getting rid of that error. So the reboots are not because of the "error discovering BMC IP", but because... the server isn't allocated, yet? So... onwards to https://www.sidero.dev/v0.5/getting-started/create-workload, to stop it from constantly rebooting, I guess that's the idea here; will try ASAP.

vorburger added a commit to vorburger/sidero that referenced this issue Nov 13, 2022
Explain how to set --auto-bmc-setup=false
using SIDERO_CONTROLLER_MANAGER_AUTO_BMC_SETUP.

Signed-off-by: Michael Vorburger <[email protected]>
@vorburger
Copy link
Contributor Author

Let me close this issue, as I think it was a misunderstanding on my part. (#989 would still be useful to clarify that, IMHO.)

smira pushed a commit to vorburger/sidero that referenced this issue Nov 24, 2022
Explain how to set --auto-bmc-setup=false
using SIDERO_CONTROLLER_MANAGER_AUTO_BMC_SETUP.

Signed-off-by: Michael Vorburger <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
lion7 pushed a commit to lion7/sidero that referenced this issue Jan 2, 2023
Explain how to set --auto-bmc-setup=false
using SIDERO_CONTROLLER_MANAGER_AUTO_BMC_SETUP.

Signed-off-by: Michael Vorburger <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant