aerokube / windows-images

Step by step instructions for building Docker images with Windows
Apache License 2.0
221 stars 44 forks source link

Unable to connect VNC #4

Closed seasoncool closed 5 years ago

seasoncool commented 5 years ago

Hi, Thanks for your tutorial, i can setup the container right now. However, i'm unable to connect vnc from vnc viewer, i have print out the log of container, it says:

--- x11vnc loop: 666 --- --- x11vnc loop: waiting for: 700 --- x11vnc loop: sleeping 500 ms ---

image

Could your please share with me workaround about this issue? thanks so much.

aandryashin commented 5 years ago

It looks like qemu cannot start, there should be any errors about it. Please try to run qemu with image manually, using command from everything.sh.

пт, 28 июня 2019 г., 17:29 James notifications@github.com:

Hi, Thanks for your tutorial, i can setup the container right now. However, i'm unable to connect vnc from vnc viewer, i have print out the log of container, it says:

--- x11vnc loop: 666 --- --- x11vnc loop: waiting for: 700 --- x11vnc loop: sleeping 500 ms ---

Could your please share with me workaround about this issue? thanks so much.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aerokube/windows-images/issues/4?email_source=notifications&email_token=AAKY23KS3OA63AEHQQJB7UDP4YN6BA5CNFSM4H4F4AG2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G4KQUMA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKY23K6RTQAGWNXO7P7GZDP4YN6BANCNFSM4H4F4AGQ .

vania-pooh commented 5 years ago

@seasoncool I think there is a typo in Alexander comment (should be entrypoint.sh).

seasoncool commented 5 years ago

Thanks @aandryashin and @vania-pooh .

I have reinstalled the container from another ubuntu PC, problem solved now.