Skip to content

Error during first start: bash: -c: line 0: unexpected EOF while looking for matching `'' bash: -c: line 1: syntax error: unexpected end of file #1194

Closed
@Grovespaz

Description

@Grovespaz

Is this a BUG REPORT or FEATURE REQUEST? (choose one): Bug report

Minikube version (use minikube version): v0.16.0

Environment:

  • OS (e.g. from /etc/os-release): Windows 10 version 1607 (build 14393.693)
  • VM Driver (e.g. cat ~/.minikube/machines/minikube/config.json | grep DriverName): hyperv
  • ISO version (e.g. cat ~/.minikube/machines/minikube/config.json | grep -i ISO or minikube ssh cat /etc/VERSION): minikube-v1.0.6.iso
  • Install tools: ?
  • Others: kubectl v1.5.3

What happened:
When running minikube start for the first time (minikube start --vm-driver=hyperv to be accurate), the terminal fills up with this message repeated multiple times:

Temporary Error: Something went wrong running an SSH command!
command : printf '%s' '-----BEGIN CERTIFICATE-----
MIICzzCCAbegAwIBAgIQGmZb9U5N8qBCCZ7xg53WcDANBgkqhkiG9w0BAQsFADAR
MQ8wDQYDVQQKEwZnb3ZlcnQwHhcNMTcwMjI3MDgxNjAwWhcNMjAwMjEyMDgxNjAw
WjARMQ8wDQYDVQQKEwZnb3ZlcnQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
AoIBAQDHQC/cehYoiR8sCNYpEfg1s1rY48a7Df9i61zeGINBTz7c7CaXn5SITFuy
KvN6W0RVyKx7p1gT0yrgnFhF4DnmoQM3F/CaIYsDGp19LygGkfsp2KZlRkVXvdq1
HTSS+pbh/S25wtSI1WdWyxStyUXTFxS+qRzA6tw+6tXK5LZhpCFz1Mq3Rv6se7ce
Hdw++zyqTtu+x4NIUHY9q/18+eESsfUXOhkB3tMs2ZqvEEVqW+IDVvRI4GM6YlKU
Si0QwBxvDR9yhnxAtOCfKzPQmvFi/zMZhy8NIltEdS/IwalmqpFplHqimBlgb6xM
takjPEIj0I8Ji+qLlo9nbM02EtZxAgMBAAGjIzAhMA4GA1UdDwEB/wQEAwICrDAP
BgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQCW6o8i4V/rk/gK3Wtt
GYfvIji6XM7TCr00tqhzbNkWOJKVIybn0mOy8+xb4Ny30JqX6P9BT3ygqHDr3GR8
VlXiF9bFuUY2ZYv4AZuu35CEkJ5irR6VPaaB2bUmknYIZwE1c5TsdXlz/N/kZFTx
ndi1bhwKPIftH/FlmJRHdIbNiWLkFP2v5tC7fsmKQI85ZLcaVDN3VYPgnPQ3ggj8
8PdMtrHt43axu/ngkfOGERharcMANq5zmpVhM6Iy8gsv+6VH5G3YGCA9+4RkNVRV
0j30Z45+lrdW3YD21cd4VpvWIsd7X39NfzuIhq6kBLYl07XHVyQPJroIzlCuCjo0
hGmN
-----END CERTIFICATE-----
' | sudo tee /etc/docker/ca.pem
err     : exit status 1
output  : bash: -c: line 0: unexpected EOF while looking for matching `''
bash: -c: line 1: syntax error: unexpected end of file

Repeating the command yields the same result.
Running minikube status results in:

E0227 13:52:33.938528   12204 status.go:57] Error getting machine status: Error: Unrecognize output from GetLocalkubeStatus:
E0227 13:52:33.951492   12204 util.go:134] Error formatting error message: Error msg with no stack trace cannot be reported

What you expected to happen:
minikube start not to fail

How to reproduce it (as minimally and precisely as possible):
Run minikube start --vm-driver=hyperv from an elevated command prompt on a Windows 10 machine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    co/hypervHyperV related issueskind/bugCategorizes issue or PR as related to a bug.os/windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions