adamant-kite-43734
12/14/2023, 9:08 PMfast-garage-66093
12/14/2023, 9:27 PMrdctl shutdown
to see if that still allows you to stop the app "normally" before killing processes selected via grep
...fast-garage-66093
12/14/2023, 9:28 PM~/Library/Logs/rancher-desktop
. If you collect them in a zip file/tarball, make sure the symlinks are stored as files and not symlinks...crooked-park-8812
12/14/2023, 9:51 PMtar -hcf rancher-desktop-logs.tar ~/Library/Logs/rancher-desktop
fast-garage-66093
12/14/2023, 10:05 PMcrooked-park-8812
12/14/2023, 11:11 PMcrooked-park-8812
12/14/2023, 11:14 PM❯ docker ps
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
rdctl shutdown
worked instead of killing the processescrooked-park-8812
12/14/2023, 11:15 PM❯ rdctl shutdown
INFO[0000] Sending SIGINT to hostagent process 96029
INFO[0000] Waiting for the host agent and the driver processes to shut down
INFO[0000] [hostagent] 2023/12/14 14:47:36 tcpproxy: for incoming conn 127.0.0.1:51387, error dialing "192.168.5.15:22": connect tcp 192.168.5.15:22: connection was refused
INFO[0000] [hostagent] 2023/12/14 14:47:46 tcpproxy: for incoming conn 127.0.0.1:51394, error dialing "192.168.5.15:22": connect tcp 192.168.5.15:22: connection was refused
INFO[0000] [hostagent] Received SIGINT, shutting down the host agent
INFO[0000] [hostagent] Shutting down the host agent
INFO[0000] [hostagent] Stopping forwarding "/var/run/docker.sock" (guest) to "/Users/david.hoffman/.rd/docker.sock" (host)
INFO[0000] [hostagent] Stopping forwarding "/run/lima-guestagent.sock" (guest) to "/Users/david.hoffman/Library/Application Support/rancher-desktop/lima/0/ga.sock" (host)
INFO[0000] [hostagent] Shutting down VZ
ERRO[0001] [hostagent] dhcp: unhandled message type: RELEASE
INFO[0003] [hostagent] [VZ] - vm state change: stopped
ERRO[0003] [hostagent] accept tcp 127.0.0.1:51377: use of closed network connection
INFO[0004] Stopping socket_vmnet daemon for "rancher-desktop-shared" network
INFO[0004] Stopping socket_vmnet daemon for "rancher-desktop-bridged_en8" network
crooked-park-8812
12/15/2023, 8:31 PM❯ docker ps
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
rdctl shutdown
did not work this time
❯ ps -ef | grep rancher
0 46732 1 0 9:15AM ?? 0:00.01 sudo --user root --group wheel --non-interactive /opt/rancher-desktop/bin/socket_vmnet --pidfile=/private/var/run/rancher-desktop-bridged_en8_socket_vmnet.pid --socket-group=everyone --vmnet-mode=bridged --vmnet-interface=en8 /private/var/run/socket_vmnet.rancher-desktop-bridged_en8
0 46736 46732 0 9:15AM ?? 1:07.11 /opt/rancher-desktop/bin/socket_vmnet --pidfile=/private/var/run/rancher-desktop-bridged_en8_socket_vmnet.pid --socket-group=everyone --vmnet-mode=bridged --vmnet-interface=en8 /private/var/run/socket_vmnet.rancher-desktop-bridged_en8
Unfortunately my script to gather info was too agressive and resulted in an empty set of logs, I will have to wait for next event.crooked-park-8812
01/03/2024, 7:15 PMcrooked-park-8812
01/03/2024, 7:21 PM