-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
General information
- OS: Linux
- Hypervisor: KVM
- Did you run
crc setup
before starting it (Yes/No)? Yes - Running CRC on: Laptop
CRC version
CRC version: 2.48.0+1aa46c
OpenShift version: 4.18.1
MicroShift version: 4.18.1
CRC status
DEBU CRC version: 2.48.0+1aa46c
DEBU OpenShift version: 4.18.1
DEBU MicroShift version: 4.18.1
DEBU Running 'crc status'
CRC VM: Running
OpenShift: Running (v4.18.1)
Disk Usage: 24.76GB of 32.68GB (Inside the CRC VM)
Cache Usage: 27.93GB
Cache Directory: /var/home/noel/.crc/cache
CRC config
- consent-telemetry : yes
Host Operating System
NAME="Bazzite"
VERSION="41.20250301.0 (Kinoite)"
RELEASE_TYPE=stable
ID=bazzite
ID_LIKE="fedora"
VERSION_ID=41
VERSION_CODENAME="Holographic"
PLATFORM_ID="platform:f41"
PRETTY_NAME="Bazzite 41 (FROM Fedora Kinoite)"
ANSI_COLOR="0;38;2;138;43;226"
LOGO=bazzite-logo-icon
CPE_NAME="cpe:/o:universal-blue:bazzite:41"
DEFAULT_HOSTNAME="bazzite"
HOME_URL="https://bazzite.gg"
DOCUMENTATION_URL="https://docs.bazzite.gg"
SUPPORT_URL="https://discord.bazzite.gg"
BUG_REPORT_URL="https://github.com/ublue-os/bazzite/issues/"
SUPPORT_END=2025-12-15
VARIANT="Kinoite"
VARIANT_ID=bazzite
OSTREE_VERSION='41.20250301.0'
BUILD_ID="Stable (F41.20250301)"
BOOTLOADER_NAME="Bazzite Stable (F41.20250301)"
Steps to reproduce
- Install CRC into ~/.local/bin/crc (cannot install crc to /usr/bin since that directory is immutable)
- Does not detect the binary
sudo flatpak override --env=PATH=/app/bin:/usr/bin:/var/home/noel/.local/bin io.podman_desktop.PodmanDesktop
- This command should add the binary to the path for the actual flatpak, this does not work- Validated the binary is in the path by
flatpak run --command=sh io.podman_desktop.PodmanDesktop
and runningcrc
andwhich crc
Expected
This should just work
Actual
Logs
Before gather the logs try following if that fix your issue
$ crc delete -f
$ crc cleanup
$ crc setup
$ crc start --log-level debug
Please consider posting the output of crc start --log-level debug
on http://gist.github.com/ and post the link in the issue.
jmhbnz