This message was deleted.
# rancher-desktop
a
This message was deleted.
w
renaming the app won't make anything work better. from that copy/paste it just looks like it was on multiple lines and you didn't use a continuation character or put it all on one line
g
Yeaaah !! I never touch this option before and rancher has always worked properly. Now everything restart correctly and everything works 🎉 Thanks a lot Justin 🙏
w
Yeah QEMU and later versions of macOS are starting to have some sharp edges. VZ is more coherent to macOS so a better place to be anyways.
👍 1
q
fwiw in the message at the top of this thread, you had bad quoting... you'd actually want something more like this:
Copy code
'/Applications/Rancher <http://Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl.ventura|Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl.ventura>' shell --workdir=. 0 sudo /bin/sh -c rm -f '/usr/local/share/ca-certificates/rd-*.crt'
a message like
no such file or directory: /Applications/Rancher
means that you gave a shell something like:
Copy code
/Applications/Rancher <http://Desktop.app/|Desktop.app/>...
And the shell saw it as:
Copy code
'/Applications/Rancher' <http://Desktop.app/|Desktop.app/>...
and tried to run
'/Applications/Rancher'
with arguments
<http://Desktop.app/|Desktop.app/>
. So it first went looking for
/Applications/Rancher
, and when it didn't find that, it gave you the error message.
g
Yes Josh, I know that. But why, since a upgrade my version of OSX & Rancher. It worked like a charm before
430 Views