Hello,
I installed the latest Raspberry PI OS Lite 64 bit Bookworm on my Raspberry PI Zero 2 W.
I installed Firefox with.
When I runThe output is:However, the debugger server doesn't seem to be open.
I checked all ports with:
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?
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
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
I checked all ports with:
Code:
sudo netstat -tulpn | grep LISTEN
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