fcwu / docker-ubuntu-vnc-desktop

A Docker image to provide web VNC interface to access Ubuntu LXDE/LxQT desktop environment.
Apache License 2.0
3.96k stars 1.43k forks source link

VNC crashes frequently #88

Closed LatinSuD closed 5 years ago

LatinSuD commented 5 years ago

Hi. We have found that VNC server crashes when doing any of these tasks:

I tried to look for VNC logs, but i couldn't find them.

LatinSuD commented 5 years ago

And btw, supervisor is not working properly nor restasting the service.

fcwu commented 5 years ago

x and vnc log can be found in /var/log/supervisor. `docker logs

` is useful too. On Mon, Nov 19, 2018 at 10:15 PM LatinSuD wrote: > And btw, supervisor is not working properly nor restasting the service. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > , > or mute the thread > > . >
fcwu commented 5 years ago

ping

davidsarkany commented 5 years ago

supervisor.zip

christianprim commented 5 years ago

There is a known problem with x11vnc. See https://bugs.launchpad.net/ubuntu/+source/x11vnc/+bug/1686084 The solution is to install the newer packages from cosmic as suggested in post 17. That solves the problem I had.

fcwu commented 5 years ago

There is a known problem with x11vnc. See https://bugs.launchpad.net/ubuntu/+source/x11vnc/+bug/1686084 The solution is to install the newer packages from cosmic as suggested in post 17. That solves the problem I had.

I will patch this later.

@mangoliou Wow~ See your name in the thread. Hope we can work together again.

fcwu commented 5 years ago

I have upgrade x11vnc to 0.9.13-6 in all versions(docker tag: latest, bionic, bionic-lxqt). Please help to check if it's fixed.

There is a known problem with x11vnc. See https://bugs.launchpad.net/ubuntu/+source/x11vnc/+bug/1686084 The solution is to install the newer packages from cosmic as suggested in post 17. That solves the problem I had.

christianprim commented 5 years ago

For me the fix solves the problem with the vnc-server. Only tested docker tag latest. Thanks!