https://rancher.com/ logo
#rancher-desktop
Title
# rancher-desktop
w

wooden-mechanic-38522

02/28/2023, 7:32 PM
One more question: RD 1.7.0, MacOS 10.15.7 (Intel). The dashboard is a black white window with the "waiting circle". It doesn't change.
w

wooden-mechanic-38522

02/28/2023, 7:38 PM
No, I'm not running the Logitech G Hub software. Simply on a Macbook Pro. No peripherals.
f

fast-garage-66093

02/28/2023, 7:40 PM
Anything else running that might be using ports 9080 or 9443? These are default ports used by ElectronJS, so maybe look for other apps implemented via Electron?
w

wooden-mechanic-38522

02/28/2023, 7:40 PM
I will, thank you.
... but nothing, off the top of my head, is running there. Doesn't mean that is the case, however.
c

curved-zebra-30454

02/28/2023, 7:56 PM
It might make sense to inspect the
steve
and
dashboardServer
logs to see if there are any warnings or errors
w

wooden-mechanic-38522

02/28/2023, 7:59 PM
Well, there is something in the dashboard logs:
Copy code
2023-02-28T19:28:27.499Z: Proxy Error: Error: connect ECONNREFUSED 127.0.0.1:9443
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16) {
  errno: -61,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '127.0.0.1',
  port: 9443
}
2023-02-28T19:28:27.501Z: [HPM] Error occurred while proxying request 127.0.0.1:6120/api/v1/namespaces/cattle-ui-plugin-system/services/<http:ui-plugin-operator:80/proxy/index.json> to <https://127.0.0.1:9443/> [ECONNREFUSED] (<https://nodejs.org/api/errors.html#errors_common_system_errors>)
Doesn't look like an error in the steve log
Copy code
2023-02-28T18:30:23.094Z: stderr: time="2023-02-28T10:30:23-08:00" level=info msg="Listening on 127.0.0.1:9080"
c

curved-zebra-30454

02/28/2023, 8:08 PM
That error makes me think that
steve
(the dashboard api) might not be listening on port 9443. Can you run
lsof -nP -iTCP -sTCP:LISTEN | grep 9443
to see if what might be listening?
w

wooden-mechanic-38522

02/28/2023, 10:47 PM
Hi @curved-zebra-30454 the log for
steve
shows it's attaching to
9080
. The result of
lsof -nP -iTCP -sTCP:LISTEN | grep 9443
was empty.
... but here is everything fro `lsof`:
Copy code
Rancher   14987 bradcolbert   27u  IPv4 0x65f9ca65eb79a717      0t0  TCP 127.0.0.1:6109 (LISTEN)
Rancher   14987 bradcolbert   63u  IPv4 0x65f9ca65ea631977      0t0  TCP 127.0.0.1:6120 (LISTEN)
Rancher   14987 bradcolbert   68u  IPv4 0x65f9ca65e9c5e0f7      0t0  TCP 127.0.0.1:6107 (LISTEN)
Code\x20H 16239 bradcolbert   38u  IPv4 0x65f9ca65ed0ef977      0t0  TCP 127.0.0.1:59683 (LISTEN)
Code\x20H 16239 bradcolbert   68u  IPv4 0x65f9ca65ed300f97      0t0  TCP 127.0.0.1:61277 (LISTEN)
limactl   19786 bradcolbert   14u  IPv4 0x65f9ca65ed0960f7      0t0  TCP 127.0.0.1:60621 (LISTEN)
qemu-syst 19795 bradcolbert   18u  IPv4 0x65f9ca65ed092f97      0t0  TCP 127.0.0.1:59508 (LISTEN)
ssh       19816 bradcolbert   25u  IPv4 0x65f9ca65ead85357      0t0  TCP 127.0.0.1:6444 (LISTEN)
ssh       19816 bradcolbert   26u  IPv4 0x65f9ca65ed302d37      0t0  TCP *:6443 (LISTEN)
ssh       19816 bradcolbert   28u  IPv4 0x65f9ca65ed0f20f7      0t0  TCP *:36953 (LISTEN)
Interesting... now the Dashboard option is now greyed out...
f

fast-garage-66093

03/03/2023, 7:42 PM
Yes, because Kubernetes is not running ("has encountered an error")
w

wooden-mechanic-38522

03/03/2023, 7:42 PM
Ah, ok. So is the Dashboard only for Kubernetes?
f

fast-garage-66093

03/03/2023, 7:42 PM
Yes, a regular container dashboard is sadly still missing 😞
w

wooden-mechanic-38522

03/03/2023, 7:43 PM
Ok, that makes sense. At some point I'm sure I'll move my container over but haven't yet.
f

fast-garage-66093

03/03/2023, 7:44 PM
I'm sorry, you'll have to use the CLI for now to manage your non-Kubernetes workloads
👍 1
8 Views