Skip to content

[v1.1 RC] limactl info: template "default.yaml" not found (only after installing additional guest agents) #3540

Closed
@AkihiroSuda

Description

@AkihiroSuda

Preparing Homebrew formula for Lima v1.1.0 (RC): AkihiroSuda/homebrew-core@54a4f84
limactl info stops working, only after installing additional guestagents

  1. Install https://github.com/AkihiroSuda/homebrew-core/blob/lima-1.1.0-rc.0/Formula/l/lima.rb
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source ./lima.rb
  1. Make sure limactl info works
$ limactl info | jq .guestAgents
WARN[0000] Failed to resolve the guest agent binary for "x86_64"  error="guest agent binary could not be found for Linux-x86_64 (Hint: try installing `lima-additional-guestagents` package)"
WARN[0000] Failed to resolve the guest agent binary for "armv7l"  error="guest agent binary could not be found for Linux-armv7l (Hint: try installing `lima-additional-guestagents` package)"
WARN[0000] Failed to resolve the guest agent binary for "ppc64le"  error="guest agent binary could not be found for Linux-ppc64le (Hint: try installing `lima-additional-guestagents` package)"
WARN[0000] Failed to resolve the guest agent binary for "riscv64"  error="guest agent binary could not be found for Linux-riscv64 (Hint: try installing `lima-additional-guestagents` package)"
WARN[0000] Failed to resolve the guest agent binary for "s390x"  error="guest agent binary could not be found for Linux-s390x (Hint: try installing `lima-additional-guestagents` package)"
{
  "aarch64": {
    "location": "/opt/homebrew/share/lima/lima-guestagent.Linux-aarch64.gz"
  }
}
  1. Install https://github.com/AkihiroSuda/homebrew-core/blob/lima-1.1.0-rc.0/Formula/l/lima-additional-guestagents.rb
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source ./lima-additional-guestagents.rb
  1. limactl info no longer works
$ limactl info
FATA[0000] template "default.yaml" not found

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions