Skip to content

VNC Password is Undefined #524

@peterstory

Description

@peterstory

Meta -

Image(s):
selenium/node-firefox-debug:3.4.0-einsteinium

Expected Behavior -

VNC Should be accessible at port 5900.

Actual Behavior -

VNC isn't started properly: I cannot connect until I start it myself.

It appears that the password isn't set properly in entry_point.sh.

x11vnc -forever -usepw -shared -rfbport 5900 -display $DISPLAY &

If I run this command manually, I get the following output:

root@6a59498df15d:/# x11vnc -forever -usepw -shared -rfbport 5900 -display $DISPLAY
19/07/2017 16:53:04 passing arg to libvncserver: -rfbport
19/07/2017 16:53:04 passing arg to libvncserver: 5900
Enter VNC password: 

Which seems to indicate that a password must be specified interactively.

If this is changed to:

x11vnc -forever -passwd secret -shared -rfbport 5900 -display $DISPLAY &

Then things work again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions