ruippeixotog / docker-google-musicmanager

Dockerfile for Google Music Manager
11 stars 10 forks source link

Unable to connect to VNC server #1

Closed sephallen closed 10 years ago

sephallen commented 10 years ago

When trying to connect to the VNC server, x11vnc crashes with the following error:

* buffer overflow detected *: /usr/bin/x11vnc terminated

I've tried using VNC Viewer on Windows 7 and Gtk VNC Viewer on Xubuntu.

ruippeixotog commented 10 years ago

Hi @sephallen, thanks for reporting the issue! I use VNC Viewer on Mac and I never had that problem connecting to Docker containers running on Ubuntu and on a boot2docker VM. I'll take a look into it later today!

ruippeixotog commented 10 years ago

@sephallen, can you tell me a bit more about the host machine where docker is running, such as the OS and docker version? Did you disable IPv6 in some way in the host machine?

sephallen commented 10 years ago

I'm running unRAID 6b10a with Docker 1.2.0. unRAID does not yet support IPV6, is this what is causing the issue?

ruippeixotog commented 10 years ago

I believe it is, at least according to this post. I guess I'll update the docker image with the dev version of x11vnc and then we'll see if the problem doesn't occur anymore.

ruippeixotog commented 10 years ago

I just published an alternative version with the dev tag. Can you run a container with ruippeixotog/google-musicmanager:dev and check if the error still occurs?

sephallen commented 10 years ago

I was successfully able to VNC into the Docker and sign into my Google account, I assume all is working! :)

Thank you very much.

ruippeixotog commented 10 years ago

Great to know that! I think I'll keep this as an alternative version for now. If you need to create the container again, please keep using the dev tag ;)