This message was deleted.
# rancher-desktop
a
This message was deleted.
f
It is hard to tell without seeing the rest of the logs. The only issue I found with this particular error was Rancher Desktop fails on start-up · Issue #6521, and there the root cause was that the user name was too long (more than I think 18 characters). Could that be a problem for you?
k
Hi there, this might help. This is how I solved it after debugging for some time, as I wanted to avoid reinstalling everything in the cluster at any cost due to time. I did the following to summarise: 1. Attach to the Rancher shell
rdctl shell
2. Run the following command to update certs manually and avoid issues
sudo /usr/bin/c_rehash -old /etc/ssl/certs
After restarting Rancher, my cluster started to work again. I could see that
c_rehash
has some problems with mkcerts while trying to update them, but I was lucky, and using the old flag could deal with them
102 Views