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

libvirt-qemu error message should mention $MINIKUBE_HOME #19557

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/minikube/reason/known_issues.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ Alternatively, you can try upgrading to the latest hyperkit version, or using an
Kind: Kind{
ID: "PR_KVM_ISO_PERMISSION",
ExitCode: ExProviderPermission,
Advice: "Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory",
Advice: "Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory or $MINIKUBE_HOME",
Issues: []int{5950},
},
Regexp: re(`boot2docker.iso.*Permission denied`),
Expand Down
2 changes: 1 addition & 1 deletion translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"Ensure that CRI-O is installed and healthy: Run 'sudo systemctl start crio' and 'journalctl -u crio'. Alternatively, use --container-runtime=docker": "Versichern Sie sich, dass CRI-O installiert und funktional ist: Führen Sie 'sudo systemctl start crio' und 'journalctl -u crio' aus. Alternativ verwenden Sie --container-runtime=docker",
"Ensure that Docker is installed and healthy: Run 'sudo systemctl start docker' and 'journalctl -u docker'. Alternatively, select another value for --driver": "Versichern Sie sich, dass Docker installiert und funktional ist: Führen Sie 'sudeo systemctl start docker' und 'journalctl -u docker' aus. Alternativ verwenden Sie einen anderen Wert für --driver",
"Ensure that the required 'pids' cgroup is enabled on your host: grep pids /proc/cgroups": "Stellen Sie sicher, dass die erforderliche 'pids' cgroup auf Ihrem Host aktiviert ist: grep pids /proc/cgroups",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory": "Stellen Sie sicher, dass der User, der in /etc/libvirt/qemu.conf konfiguriert ist, Zugriff auf Ihr Home Verzeichnis hat",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory or $MINIKUBE_HOME": "Stellen Sie sicher, dass der User, der in /etc/libvirt/qemu.conf konfiguriert ist, Zugriff auf Ihr Home Verzeichnis hat ($MINIKUBE_HOME)",
"Ensure that you are a member of the appropriate libvirt group (remember to relogin for group changes to take effect!)": "Stellen Sie sicher, dass Sie Mitglied in der passenden libvirt Gruppe sind (Denken Sie daran, sich neu anzumelden, damit Gruppen-Änderungen in Kraft treten!)",
"Ensure that your value for HTTPS_PROXY points to an HTTPS proxy rather than an HTTP proxy": "Stellen Sie sicher, dass die Umgebungsvariable HTTPS_PROXY auf einen HTTPS Proxy konfiguriert ist und nicht nur auf einen HTTP Proxy",
"Ensure the tmp directory path is writable to the current user.": "Stellen Sie sicher, dass der aktuelle User in das tmp Verzeichnis schreiben darf.",
Expand Down
2 changes: 1 addition & 1 deletion translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"Ensure that CRI-O is installed and healthy: Run 'sudo systemctl start crio' and 'journalctl -u crio'. Alternatively, use --container-runtime=docker": "Garantiza que CRI-O está instalado y saludable: ejecuta 'sudo systemctl start crio' y 'journalctl -u crio'. O usa --container-runtime=docker",
"Ensure that Docker is installed and healthy: Run 'sudo systemctl start docker' and 'journalctl -u docker'. Alternatively, select another value for --driver": "Garantiza que Docker está instalado y saludable: ejecuta 'sudo systemctl start docker' and 'journalctl -u docker'. O selecciona otro valor para --driver",
"Ensure that the required 'pids' cgroup is enabled on your host: grep pids /proc/cgroups": "Garantiza de que los cgroup 'pids' requeridos están activados en tu host: grep pids /proc/cgroups",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory": "Garantiza de que los usuarios listados en /etc/libvirt/qemu.conf tienen acceso a tu carpeta home",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory or $MINIKUBE_HOME": "Garantiza de que los usuarios listados en /etc/libvirt/qemu.conf tienen acceso a tu carpeta home ($MINIKUBE_HOME)",
"Ensure that you are a member of the appropriate libvirt group (remember to relogin for group changes to take effect!)": "",
"Ensure that your value for HTTPS_PROXY points to an HTTPS proxy rather than an HTTP proxy": "Garantiza de que tú valor para HTTPS_PROXY apunte a un proxy HTTPS en lugar de uno HTTP",
"Ensure the tmp directory path is writable to the current user.": "Asegúrese que el usuario actual puede escribir en el direcotorio tmp",
Expand Down
2 changes: 1 addition & 1 deletion translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"Ensure that CRI-O is installed and healthy: Run 'sudo systemctl start crio' and 'journalctl -u crio'. Alternatively, use --container-runtime=docker": "Assurez-vous que CRI-O est installé et en fonctionnement : exécutez 'sudo systemctl start crio' et 'journalctl -u crio'. Sinon, utilisez --container-runtime=docker",
"Ensure that Docker is installed and healthy: Run 'sudo systemctl start docker' and 'journalctl -u docker'. Alternatively, select another value for --driver": "Assurez-vous que Docker est installé et en fonctionnement : exécutez 'sudo systemctl start docker' et 'journalctl -u docker'. Sinon, sélectionnez une autre valeur pour --driver",
"Ensure that the required 'pids' cgroup is enabled on your host: grep pids /proc/cgroups": "Assurez-vous que le groupe de contrôle 'pids' requis est activé sur votre hôte : grep pids /proc/cgroups",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory": "Assurez-vous que l'utilisateur répertorié dans /etc/libvirt/qemu.conf a accès à votre répertoire personnel",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory or $MINIKUBE_HOME": "Assurez-vous que l'utilisateur répertorié dans /etc/libvirt/qemu.conf a accès à votre répertoire personnel ($MINIKUBE_HOME)",
"Ensure that you are a member of the appropriate libvirt group (remember to relogin for group changes to take effect!)": "Assurez-vous que vous êtes membre du groupe libvirt approprié (n'oubliez pas de vous reconnecter pour que les modifications du groupe prennent effet !)",
"Ensure that your value for HTTPS_PROXY points to an HTTPS proxy rather than an HTTP proxy": "Assurez-vous que votre valeur pour HTTPS_PROXY pointe vers un proxy HTTPS plutôt qu'un proxy HTTP",
"Ensure the tmp directory path is writable to the current user.": "Assurez-vous que le chemin du répertoire tmp est accessible en écriture à l'utilisateur actuel.",
Expand Down
2 changes: 1 addition & 1 deletion translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"Ensure that CRI-O is installed and healthy: Run 'sudo systemctl start crio' and 'journalctl -u crio'. Alternatively, use --container-runtime=docker": "CRI-O がインストール済みで正常であることを確認してください: 'sudo systemctl start crio' と 'journalctl -u crio' を実行してください。または、--container-runtime=docker を使用してください",
"Ensure that Docker is installed and healthy: Run 'sudo systemctl start docker' and 'journalctl -u docker'. Alternatively, select another value for --driver": "Docker がインストール済みで正常であることを確認してください: 'sudo systemctl start docker' と 'journalctl -u docker' を実行してください。または、--driver に別の値を選択してください",
"Ensure that the required 'pids' cgroup is enabled on your host: grep pids /proc/cgroups": "必要な 'pids' cgroup がこのホスト上で有効であることを確認してください: grep pids /proc/cgroups",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory": "/etc/libvirt/qemu.conf にリストされたユーザーがあなたのホームディレクトリーにアクセス可能であることを確認してください",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory or $MINIKUBE_HOME": "/etc/libvirt/qemu.conf にリストされたユーザーがあなたのホームディレクトリーにアクセス可能であることを確認してください ($MINIKUBE_HOME)",
"Ensure that you are a member of the appropriate libvirt group (remember to relogin for group changes to take effect!)": "あなたが適切な libvirt グループメンバーの 1 人であることを確認してください (グループ変更を有効にするには再ログインをお忘れなく!)",
"Ensure that your value for HTTPS_PROXY points to an HTTPS proxy rather than an HTTP proxy": "HTTPS_PROXY の値が HTTP プロキシーではなく HTTPS プロキシーを指定していることを確認してください",
"Ensure the tmp directory path is writable to the current user.": "現在のユーザーで tmp ディレクトリーパスが書き込み可能であることを確認してください。",
Expand Down
2 changes: 1 addition & 1 deletion translations/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
"Ensure that CRI-O is installed and healthy: Run 'sudo systemctl start crio' and 'journalctl -u crio'. Alternatively, use --container-runtime=docker": "",
"Ensure that Docker is installed and healthy: Run 'sudo systemctl start docker' and 'journalctl -u docker'. Alternatively, select another value for --driver": "",
"Ensure that the required 'pids' cgroup is enabled on your host: grep pids /proc/cgroups": "",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory": "",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory or $MINIKUBE_HOME": "",
"Ensure that you are a member of the appropriate libvirt group (remember to relogin for group changes to take effect!)": "",
"Ensure that your value for HTTPS_PROXY points to an HTTPS proxy rather than an HTTP proxy": "",
"Ensure the tmp directory path is writable to the current user.": "",
Expand Down
2 changes: 1 addition & 1 deletion translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"Ensure that CRI-O is installed and healthy: Run 'sudo systemctl start crio' and 'journalctl -u crio'. Alternatively, use --container-runtime=docker": "",
"Ensure that Docker is installed and healthy: Run 'sudo systemctl start docker' and 'journalctl -u docker'. Alternatively, select another value for --driver": "",
"Ensure that the required 'pids' cgroup is enabled on your host: grep pids /proc/cgroups": "",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory": "",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory or $MINIKUBE_HOME": "",
"Ensure that you are a member of the appropriate libvirt group (remember to relogin for group changes to take effect!)": "",
"Ensure that your value for HTTPS_PROXY points to an HTTPS proxy rather than an HTTP proxy": "",
"Ensure the tmp directory path is writable to the current user.": "",
Expand Down
2 changes: 1 addition & 1 deletion translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"Ensure that CRI-O is installed and healthy: Run 'sudo systemctl start crio' and 'journalctl -u crio'. Alternatively, use --container-runtime=docker": "",
"Ensure that Docker is installed and healthy: Run 'sudo systemctl start docker' and 'journalctl -u docker'. Alternatively, select another value for --driver": "",
"Ensure that the required 'pids' cgroup is enabled on your host: grep pids /proc/cgroups": "",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory": "",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory or $MINIKUBE_HOME": "",
"Ensure that you are a member of the appropriate libvirt group (remember to relogin for group changes to take effect!)": "",
"Ensure that your value for HTTPS_PROXY points to an HTTPS proxy rather than an HTTP proxy": "",
"Ensure the tmp directory path is writable to the current user.": "",
Expand Down
4 changes: 2 additions & 2 deletions translations/strings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"Ensure that CRI-O is installed and healthy: Run 'sudo systemctl start crio' and 'journalctl -u crio'. Alternatively, use --container-runtime=docker": "",
"Ensure that Docker is installed and healthy: Run 'sudo systemctl start docker' and 'journalctl -u docker'. Alternatively, select another value for --driver": "",
"Ensure that the required 'pids' cgroup is enabled on your host: grep pids /proc/cgroups": "",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory": "",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory or $MINIKUBE_HOME": "",
"Ensure that you are a member of the appropriate libvirt group (remember to relogin for group changes to take effect!)": "",
"Ensure that your value for HTTPS_PROXY points to an HTTPS proxy rather than an HTTP proxy": "",
"Ensure the tmp directory path is writable to the current user.": "",
Expand Down Expand Up @@ -1053,4 +1053,4 @@
"{{.profile}} profile is not valid: {{.err}}": "",
"{{.type}} is not yet a supported filesystem. We will try anyways!": "",
"{{.url}} is not accessible: {{.error}}": ""
}
}
2 changes: 1 addition & 1 deletion translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
"Ensure that Docker is installed and healthy: Run 'sudo systemctl start docker' and 'journalctl -u docker'. Alternatively, select another value for --driver": "确保 Docker 已安装并处于健康状态:运行 'sudo systemctl start docker' 和 'journalctl -u docker'。或者,选择另一个 --driver 的值",
"Ensure that Docker is installed and healthy: Run 'sudo systemctl start docker' and 'journalctl -u docker'. Alternatively, select another value for --vm-driver": "确保 Docker 已安装且正常运行: 执行 'sudo systemctl start docker' and 'journalctl -u docker'。或者为 --vm-driver 指定另外的值",
"Ensure that the required 'pids' cgroup is enabled on your host: grep pids /proc/cgroups": "确保你的主机上已启用所需的 'pids' cgroup:grep pids /proc/cgroups",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory": "确保 /etc/libvirt/qemu.conf 中列出的用户具备访问您 home 目录的权限",
"Ensure that the user listed in /etc/libvirt/qemu.conf has access to your home directory or $MINIKUBE_HOME": "确保 /etc/libvirt/qemu.conf 中列出的用户具备访问您 home 目录的权限 ($MINIKUBE_HOME)",
"Ensure that you are a member of the appropriate libvirt group (remember to relogin for group changes to take effect!)": "确保你是适当的 libvirt 组的成员(记得重新登录以使组更改生效!)",
"Ensure that your value for HTTPS_PROXY points to an HTTPS proxy rather than an HTTP proxy": "确保您配置的 HTTPS_PROXY 指向了 HTTPS 代理而不是 HTTP 代理",
"Ensure the tmp directory path is writable to the current user.": "确保当前用户可以写入 tmp 目录路径。",
Expand Down