Christophe Fergeau

Results 569 comments of Christophe Fergeau

With user-mode networking (`crc config get networking-mode`), 127.0.0.1 is expected. In this configuration, the ssh port for the VM is remapped to 2222. Port 22 will try to connect to...

This is already documented in https://github.com/crc-org/crc/wiki/Debugging-guide

`sudo virsh list --all` will show the state of the `crc` VM. At this point, I'd try `crc stop; crc start` to see if it helps, or `crc delete; crc...

Could you check the daemon state when this happens? `systemctl status --user crc-daemon.service`

> Also, not sure why but the guest agent does not start in the Microshift image. This I also noticed yesterday when debugging an issue around the startup phase. We...

> > maybe this is what you saw. > > Does this prevent the guest-agent from functioning properly, as the service on Linux-hosted VMs fails. If you start the agent...

The only user of qemu-guest-agent is macos timesync. With recent changes in `snc`, we could add it only to the macos bundle. On the other hand, should be a simple...

Would be interesting to see if there are logs from around the time it crashed, though there also seems to be 'legitimate' restarts of the daemon. Can you try something...

The option was added to keep some isolation between the VM and the host. In comparison, with system networking, you don't have access to the host ports from the VM...

There was more discussion around this in relation with https://github.com/crc-org/crc/commit/b672c81d3e020f460000c69f33a226cadce9e5f4 The discussion was "should disk resize start working for bundle 4.13.0 when we fix it for newer bundles with a...