Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 2539

Raspberry Pi OS • Firefox doesn't start debugging server

$
0
0
Hello,

I installed the latest Raspberry PI OS Lite 64 bit Bookworm on my Raspberry PI Zero 2 W.
I installed Firefox with

Code:

sudo apt install firefox
.

When I run

Code:

firefox --start-debugger-server 6000 -P my-server-profile --headless https://www.google.com
The output is:

Code:

*** You are running in headless mode.[GFX1-]: glxtest: Unable to open a connection to the X server[GFX1-]: No GPUs detected via PCI[GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
However, the debugger server doesn't seem to be open.

I checked all ports with:

Code:

sudo netstat -tulpn | grep LISTEN
But there isn't anything showing up for port 6000

The same procedure does, however, work on my Arch Linux setup on my desktop PC. I can see the open port there.

Doesn't Firefox, that comes with Raspberry Pi OS, support debugger server?
Is there a build option that disables debugger server up-front?

Statistics: Posted by zsoerenm — Sat Jun 29, 2024 6:28 pm



Viewing all articles
Browse latest Browse all 2539

Trending Articles