kvm version too old #142

Closed
opened 2025-12-28 23:26:04 +01:00 by adam · 8 comments
Owner

Originally created by @Kaloyanes on GitHub (Mar 17, 2021).

When i try to run the cointainer its says "kvm version too old". How can i fix that?

image
this is a screenshot

Originally created by @Kaloyanes on GitHub (Mar 17, 2021). When i try to run the cointainer its says "kvm version too old". How can i fix that? ![image](https://user-images.githubusercontent.com/51166786/111437391-b2dab600-870b-11eb-995f-fc2be798523b.png) this is a screenshot
adam closed this issue 2025-12-28 23:26:05 +01:00
Author
Owner

@sickcodes commented on GitHub (Mar 17, 2021):

I agree that is a screenshot 😜

Can you post the output of this:

# OS related issued, please help us identify the issue by posting the output of this
uname -a \
; echo "${DISPLAY}" \
; echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs \
; grep NAME /etc/os-release \
; df -h . \
; qemu-system-x86_64 --version \
; libvirtd --version \
; free -mh \
; nproc \
; egrep -c '(svm|vmx)' /proc/cpuinfo \
; ls -lha /dev/kvm \
; ls -lha /tmp/.X11-unix/ \
; ps aux | grep dockerd \
; docker ps | grep osx \
; grep "docker\|kvm\|virt" /etc/group
@sickcodes commented on GitHub (Mar 17, 2021): I agree that is a screenshot 😜 Can you post the output of this: ```bash # OS related issued, please help us identify the issue by posting the output of this uname -a \ ; echo "${DISPLAY}" \ ; echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs \ ; grep NAME /etc/os-release \ ; df -h . \ ; qemu-system-x86_64 --version \ ; libvirtd --version \ ; free -mh \ ; nproc \ ; egrep -c '(svm|vmx)' /proc/cpuinfo \ ; ls -lha /dev/kvm \ ; ls -lha /tmp/.X11-unix/ \ ; ps aux | grep dockerd \ ; docker ps | grep osx \ ; grep "docker\|kvm\|virt" /etc/group ```
Author
Owner

@Kaloyanes commented on GitHub (Mar 18, 2021):

well i kinda don't get there. I just start the docker and it does this. I'm on windows (if that matters)

@Kaloyanes commented on GitHub (Mar 18, 2021): well i kinda don't get there. I just start the docker and it does this. I'm on windows (if that matters)
Author
Owner

@Kaloyanes commented on GitHub (Mar 18, 2021):

and sorry for the late response. I was sleeping @sickcodes

@Kaloyanes commented on GitHub (Mar 18, 2021): and sorry for the late response. I was sleeping @sickcodes
Author
Owner

@sickcodes commented on GitHub (Mar 18, 2021):

It doesn't work on windows

@sickcodes commented on GitHub (Mar 18, 2021): It doesn't work on windows
Author
Owner

@Kaloyanes commented on GitHub (Mar 18, 2021):

oof sorry, what other alternatives you could recommend me? I want a virutal mac only for the xCode. VirtualBox has bad performance.

@Kaloyanes commented on GitHub (Mar 18, 2021): oof sorry, what other alternatives you could recommend me? I want a virutal mac only for the xCode. VirtualBox has bad performance.
Author
Owner

@ZEON-1 commented on GitHub (Mar 18, 2021):

My guy u got this _don't Give up NEVER BACK DOWN 🐷🤞

@ZEON-1 commented on GitHub (Mar 18, 2021): My guy u got this _don't Give up NEVER BACK DOWN 🐷🤞
Author
Owner

@sickcodes commented on GitHub (Mar 18, 2021):

Sorry it works it's just incredibly slow. You can find by searching WSL2 in the closed issues section.

@sickcodes commented on GitHub (Mar 18, 2021): Sorry it works it's just incredibly slow. You can find by searching WSL2 in the closed issues section.
Author
Owner

@Kaloyanes commented on GitHub (Mar 18, 2021):

ok thanks!

@Kaloyanes commented on GitHub (Mar 18, 2021): ok thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#142