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

add troubleshooting for qemu error #3653

Closed
slemeur opened this issue Aug 23, 2023 · 0 comments · Fixed by #3658
Closed

add troubleshooting for qemu error #3653

slemeur opened this issue Aug 23, 2023 · 0 comments · Fixed by #3658
Assignees
Labels
area/documentation 📖 kind/enhancement ✨ Issue for requesting an improvement

Comments

@slemeur
Copy link
Collaborator

slemeur commented Aug 23, 2023

Is your enhancement related to a problem? Please describe

With Qemu 8.1.0, this error was reported:

% brew list podman --versions    
podman 4.6.1
% brew list qemu --versions
qemu 8.1.0
% podman machine start            
Starting machine "podman-machine-default"
Waiting for VM ...
Error: qemu exited unexpectedly with exit code -1, stderr: qemu-system-x86_64: Error: HV_DENIED 

Describe the solution you'd like

Add to the troubleshooting:

Workarounds
Option 1: Downgrade QEMU to v8.0.3
brew uninstall qemu
curl -OSL https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb
brew install ./qemu.rb

this command:
curl -OSL https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb
we should have instruction on how/where to find this brew formula

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation 📖 kind/enhancement ✨ Issue for requesting an improvement
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants