Rancher Desktop UNIX_PATH_MAX Error
When trying to start Rancher Desktop on a Mac, I was running into this error:
must be less than UNIX_PATH_MAX=1XX characers, but is 1XX
As my machine was a managed device I couldn’t update any of the account / path information. I did however find the following workaround. You’ll need to move and link the lima home directory to ~/.rdlima:
$ mv ~/Library/Application\ Support/rancher-desktop/lima ~/.rdlima $ ln -s ~/.rdlima ~/Library/Application\ Support/rancher-desktop/lima
I was having this issue with a Rancher Desktop version as recent as 1.16.0 (1.16.0). I’m hoping the good folks at SUSE get this to automatically adjust in future releases.