This message was deleted.
# rancher-desktop
a
This message was deleted.
m
Copy code
domdom     27232  0.0  0.0   9040   712 pts/1    S+   15:10   0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox nuxt
rancher
domdom     27234  0.0  0.0   9040   712 pts/1    S+   15:10   0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox rancher
qemu
domdom     27236  0.0  0.0   9040   720 pts/1    S+   15:10   0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir
k
Good, it means nothing is running. Next, are there non-empty log files in
~/.local/share/rancher-desktop/logs
?
m
It Appears that there are a few *.log files that have messages background.log
Copy code
2022-08-04T22:47:49.752Z: Rejected cert expired on Wed, 15 Dec 2021 08:00:00 GMT issued by Cybertrust Global Root
2022-08-04T22:47:49.755Z: Rejected cert expired on Wed, 15 Dec 2021 08:00:00 GMT issued by GlobalSign
2022-08-04T22:47:49.766Z: mainEvents settings-update: {"version":4,"kubernetes":{"version":"","memoryInGB":4,"numberCPUs":2,"port":6443,"containerEngine":"containerd","checkForExistingKimBuilder":false,"enabled":true,"WSLIntegrations":{},"options":{"traefik":true,"flannel":true},"suppressSudo":false,"hostResolver":true,"experimentalHostResolver":false},"portForwarding":{"includeKubernetesServices":false},"images":{"showAll":true,"namespace":"<http://k8s.io|k8s.io>"},"telemetry":true,"updater":false,"debug":true,"pathManagementStrategy":"notset"}
2022-08-04T22:47:49.787Z: Error starting up: [Error: EACCES: permission denied, mkdir '/home/domdom/.docker/cli-plugins'] {
  errno: -13,
  code: 'EACCES',
  syscall: 'mkdir',
  path: '/home/domdom/.docker/cli-plugins'
}
k8s.log
Copy code
2022-08-04T22:47:45.631Z: Error reading cached version data, discarding: [Error: ENOENT: no such file or directory, open '/home/domdom/.cache/rancher-desktop/k3s-versions.json'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/home/domdom/.cache/rancher-desktop/k3s-versions.json'
}
2022-08-04T22:47:49.768Z: Error reading cached version data, discarding: [Error: ENOENT: no such file or directory, open '/home/domdom/.cache/rancher-desktop/k3s-versions.json'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/home/domdom/.cache/rancher-desktop/k3s-versions.json'
}
2022-08-04T22:47:49.769Z: Updating release version cache with 0 items in cache
server.log
Copy code
2022-08-04T22:47:45.643Z: CLI server is now ready.
2022-08-04T22:47:45.645Z: Credentials server is now ready.
everything else appears to be blank
I changed the access permissions for the folder .docker and rancher desktop launched! Thanks for all the help! You're a life saver
k
Good to hear that. Thanks for letting me know.