From c23da044cda880235d647aef204c879e0eb75c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Thu, 5 Jan 2023 13:25:01 +0100 Subject: [PATCH] docs: fix Vale errors on Troubleshooting (#1116) --- website/docs/troubleshooting.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/troubleshooting.md b/website/docs/troubleshooting.md index 859b9d0ae42..a598baafdc9 100644 --- a/website/docs/troubleshooting.md +++ b/website/docs/troubleshooting.md @@ -66,7 +66,7 @@ which podman This returns the path where the Podman Engine would be installed. This would help determine further action. -For example, if you’re looking to completely uninstall Podman Engine from your system for a fresh installation, running `which podman` returns the exact path where Podman still exists. This could be the path where Podman Installer stores Podman Engine i.e. `/opt/podman`. Once you know the path, simply run- +For example, if you’re looking to completely uninstall Podman Engine from your system for a fresh installation, running `which podman` returns the exact path where Podman still exists. This could be the path where Podman Installer stores Podman Engine i.e. `/opt/podman`. Once you know the path, run: ```sh sudo rm -rf /opt/podman @@ -231,13 +231,13 @@ qemu-system-x86_64: unable to find CPU model 'host' #### Explanation -Podman machine is running as a x86_64 process and it could be due to a dual install of homebrew: one for x86_64 and one for arm64. +Podman machine is running as a `x86_64` process and it could be due to a dual install of homebrew: one for `x86_64` and one for `arm64`. #### Solution You can -1. Uninstall Podman machine on your x86_64 brew install (e.g. from a terminal running under rosetta) `brew uninstall podman-machine` -2. or uninstall brew x86_64 as most brew receipe have now arm64 support: follow [these instructions](https://github.com/homebrew/install#uninstall-homebrew) from a terminal running under rosetta +1. Uninstall Podman machine on your `x86_64` brew install (for example from a terminal running under rosetta) `brew uninstall podman-machine` +2. or uninstall brew `x86_64` as most brew receipe have now arm64 support: follow [these instructions](https://github.com/homebrew/install#uninstall-homebrew) from a terminal running under rosetta Then run a terminal in native mode (default) and install Podman machine `brew install podman-machine`