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

Troubleshooting • VNC server not working

$
0
0
Out of the blue the VNC server stopped working. When I do

Code:

sudo systemctl status vncserver-x11-serviced.service
I receive

Code:

× vncserver-x11-serviced.service - VNC Server in Service Mode daemon     Loaded: loaded (/lib/systemd/system/vncserver-x11-serviced.service; enabled; preset: enabled)     Active: failed (Result: signal) since Wed 2025-02-26 10:54:27 CET; 7min ago   Duration: 92ms    Process: 565 ExecStart=/usr/bin/vncserver-x11-serviced -fg (code=killed, signal=ILL)   Main PID: 565 (code=killed, signal=ILL)        CPU: 15msFeb 26 10:54:26 raspberrypi systemd[1]: vncserver-x11-serviced.service: Scheduled restart job, restart counter is at 5.Feb 26 10:54:27 raspberrypi systemd[1]: Stopped vncserver-x11-serviced.service - VNC Server in Service Mode daemon.Feb 26 10:54:27 raspberrypi systemd[1]: vncserver-x11-serviced.service: Start request repeated too quickly.Feb 26 10:54:27 raspberrypi systemd[1]: vncserver-x11-serviced.service: Failed with result 'signal'.Feb 26 10:54:27 raspberrypi systemd[1]: Failed to start vncserver-x11-serviced.service - VNC Server in Service Mode daemon.
I have tried

Code:

sudo apt install --reinstall realvnc-vnc-server
without any success, but interestingly during the installation there are four errors reported

Code:

Looking for font path... not found.Illegal instructionIllegal instructionIllegal instruction
I also tried

Code:

debsums | grep FAILED
and got nothing.

Any idea what is wrong?

Statistics: Posted by pygmalion — Wed Feb 26, 2025 10:29 am — Replies 0 — Views 3



Viewing all articles
Browse latest Browse all 4406

Trending Articles