Christophe Fergeau

Results 569 comments of Christophe Fergeau

``` INFO Creating symlink for crc executable readlink /usr/local/bin/crc: permission denied ``` Did you check this file permissions/.. ? `ls -al /usr/local/bin/crc` I'd try to remove it by hand `sudo...

The symlink creation is done in https://github.com/crc-org/crc/blob/main/packaging/darwin/postinstall.in and hasn’t changed in years, so it’s unexpected it breaks now :-/ If you do `sudo chmod 755 /usr/local/bin/crc`, does it work fine...

The lines you pointed to as causing the regression are related to this inetaf/tcpproxy commit https://github.com/inetaf/tcpproxy/commit/2862066fc2a9405880f212f71230425bdfe9950e I think what happens with this commit is that before this commit `HandleConn` was...

https://github.com/containers/gvisor-tap-vsock/pull/386 is merged and should address this issue. I'll make a gvisor-tap-vsock release soon. It's likely that it's only papering over a gvisor-tap-vsock or tcpproxy bug, but if it's a...

> ### Steps to reproduce the issue > > Steps to reproduce the issue > > 1. Install the rust toolchain on your host > > 2. `cargo new hello...

There are also versioning differences (`vfkit --version` vs `krunkit --version`). For ease of testing, the ideal situation would be if we could just do `ln -s krunkit ~/.crc/bin/vfkit`, and then...

> so that we skip the 'timesync' configuration We could also consider changing how we deal with this, podman uses the `makestep` configuration option from chrony to do this: https://github.com/containers/podman-machine-os/blob/main/podman-image-daily/50-podman-makestep.conf

> On inspection, the crc VM already has chronyd.service running and no further changes might be required for the same. `makestep 1 -1` is required in chronyd configuration if we...

> > > On inspection, the crc VM already has chronyd.service running and no further changes might be required for the same. > > > > > > `makestep 1...