This message was deleted.
# lima
a
This message was deleted.
b
Does your actual user name contains a non-alphanum character?
Or extremely long?
f
We would replace the actual user name with just
lima
if the macOS username contained any special characters: https://github.com/lima-vm/lima/blob/df49ae839a3daf39bb7e92d5780b0ca61ca1f40a/pkg/osutil/user.go#L106-L112
I wonder if the user name or the uid is already in use inside the image; but if you can't share the actual name/id, then you will have to check this yourself by creating a shell inside the VM from your
janedoe
account and looking at
/etc/passwd
.
l
Thank You guys!!! @fast-garage-66093, yeah, it looks like the uid was already taken... Thanks again for all your help...