We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mac M4
Using the following configuration:
With LIMA_SSH_PORT_FORWARDER=false
LIMA_SSH_PORT_FORWARDER=false
portForwards: - guestSocket: "tcp:2222" hostSocket: "tcp:2222"
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x80 pc=0x10553b134] goroutine 1 [running]: main.shellAction(0x14000675808, {0x1400066f6e0?, 0x4?, 0x1055544c7?}) /private/tmp/lima-20241227-4789-ev5r3o/lima-1.0.3/cmd/limactl/shell.go:94 +0x3c4 github.com/spf13/cobra.(*Command).execute(0x14000675808, {0x1400066f6b0, 0x1, 0x1}) /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/[email protected]/command.go:985 +0x834 github.com/spf13/cobra.(*Command).ExecuteC(0x14000674c08) /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/[email protected]/command.go:1117 +0x344 github.com/spf13/cobra.(*Command).Execute(...) /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/[email protected]/command.go:1041 main.main() /private/tmp/lima-20241227-4789-ev5r3o/lima-1.0.3/cmd/limactl/main.go:28 +0x20
The text was updated successfully, but these errors were encountered:
This is wrong, the guestSocket and hostSocket properties should contains names of unix sockets, and not include the protocol name at all.
guestSocket
hostSocket
unix
portForwards: - guestPort: 2222 hostPort: 2222
Please leave the issue open; limactl should not panic, regardless of the input data. It should produce meaningful validation errors instead.
limactl
Sorry, something went wrong.
No branches or pull requests
Description
Mac M4
Using the following configuration:
With
LIMA_SSH_PORT_FORWARDER=false
The text was updated successfully, but these errors were encountered: