You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
519 B
25 lines
519 B
4 years ago
|
---
|
||
|
name: ''
|
||
|
about: ''
|
||
|
title: ''
|
||
|
labels: ''
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
# OS related issued, please help us identify the issue by posting the output of this
|
||
|
uname -a \
|
||
|
; 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
|