Not able to access Ports during mesheryctl system start

Not able to access meshery on browser . Firewalls are disabled , ports are open …The env is Ubuntu:22.04 , the cluster is minikube …By default my browser is set to firefox…It’s showing that it’s available on localhost:30604 .

allen@Ln08:~/meshery/mesheryctl$ mesheryctl system start
Starting Meshery...

Meshery deployed on Kubernetes.
Meshery is starting...
Opening Meshery (http://localhost:30604) in browser.
[798912, Main Thread] WARNING: Failed to read portal settings: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.portal.Desktop was not provided by any .service files: 'glib warning', file /build/firefox/parts/firefox/build/toolkit/xre/nsSigHandlers.cpp:187

(firefox:798912): Gdk-WARNING **: 16:45:06.770: Failed to read portal settings: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.portal.Desktop was not provided by any .service files
[Parent 798912, Main Thread] WARNING: Failed to mkdir /home/allen/snap/firefox/3972/.config/ibus/bus: Not a directory: 'glib warning', file /build/firefox/parts/firefox/build/toolkit/xre/nsSigHandlers.cpp:187

(firefox:798912): IBUS-WARNING **: 16:45:07.032: Failed to mkdir /home/allen/snap/firefox/3972/.config/ibus/bus: Not a directory

@hexxdump there is a concern here with the browser-launching feature of mesheryctl that I wonder if you might investigate.

@AllenOps08 you might try mesheryctl system dashboard --port-forward

1 Like

Thanks …That worked.

2 Likes

Awesome, Thank you for asking this question @AllenOps08, it’s definitely going to help many more along the way :layer5:

1 Like