This message was deleted.
# rancher-desktop
a
This message was deleted.
s
Hi @colossal-ram-54386! Thank you for message 🙂 Do you mind telling a little bit more about your setup (OS, rancher-desktop version, etc.)? Also, have you already taken a look at the logs?
c
Yes, sorry. I'm currently on Windows 11 and am running rancher desktop version 1.9.0. I wasn't sure what logs to look at or what to look for (I'm quite new to rancher desktop). I thought maybe if I ask here, you could point me to what logs might contain the information I'm looking for :D
@salmon-zebra-10173
s
No worries 🙂 Could you please take a look at the "Troubleshooting" page and see if the "Enable debug mode" checkbox is checked?
c
It was not
Now it is
s
Possibly restart the application just to be sure you get the debug output.
And then under the "Enable debug out" checkbox, there is a "Show Logs" button. It will lead you to the logs location.
c
I'm looking through them
Any specific ones I should check first?
s
Hmmm... that's hard to tell. It depends on the actual issue. I usually sort them by file size and start with the biggest one.
c
Okay thanks
Not sure if this is normal, but in the background.log it's just spamming that it started a win32 socket proxy and that it exited with status code 1.
is this normal behaviour?
s
No, I don't think so. Are
Copy code
2023-06-23T08:03:04.841Z: Background process Win32 socket proxy (pid 11100) exited with status 1 signal null
2023-06-23T08:03:04.842Z: Background process Win32 socket proxy will restart (process 11100 exited)
2023-06-23T08:03:05.849Z: Stopping exising Win32 socket proxy process (pid 11100)
the messages you're talking about?
c
Yes. Those are exactly the ones I'm talking about
s
I have them in my log several times as well. But at some point it got:
Copy code
2023-06-23T08:03:05.850Z: Launching background process Win32 socket proxy.
2023-06-23T08:03:05.860Z: Launched background process Win32 socket proxy (pid 10748)
2023-06-23T08:03:31.198Z: Restarting Win32 socket proxy (pid 10748): ignoring restart, already alive
and the failures do no longer appear afterwards.
c
Same here
they stop
I just thought it was weird
I guess they're normal
s
Okay... then I think it's fine.
c
How does your wsl-helper.log file look? Mine is full of
Error: could not listen on npipe:////./pipe/docker_engine: open //./pipe/docker_engine: Access is denied.
, but it stops after some line (and by some lines I mean like 2000 lines lol)
s
Oh... this message doesn't look like expected behavior. I don't have it in my log file.
c
We found something I guess
w
do you have any other WSL distros loaded to make suer WSL and the hypervisor feature are working?
c
I do
I have ubuntu running under wsl
and it seems to work
👍 1
w
win11 required Control Flow Guard for the hypervisor to work (w10 didn't) and it's been causing issues out there
c
Not sure if it's important but this started happening after I tried podman desktop and podman (I closed rancher, opened podman and ran the podman machine). Podman desktop wasn't working well for me so I decided to go back to rancher, so I removed the podman machine, uninstalled podman and podman desktop and ran rancher again. That's when it stopped working
w
might want to check your docker contexts
c
I only have one and it's the default one. The endpoint is at npipe:////./pipe/docker_engine. It's the same as the one in the logs (there is a lot of these Access Denied errors connected with that endpoint)
w
and guessing you didn't install as admin. can never remember how each tool sets the DOCKER_HOST. spinning up my iwndows machine to look
c
@wide-mechanic-33041 You don't need admin for rancher desktop. The access denied is for another reason. I fixed it. I don't know why I didn't think to restart (my pc), but it fixed it. I'm guessing it got the access denied, because there were still some things left from podman desktop. Thanks for your help!
w
you don't but there is the privilaged-service component that helps with some of the networking in some cases. depends on how you install.
1060 Views