Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] failed to execute child process 'xterm' #82

Closed
wrfly opened this issue May 24, 2018 · 11 comments
Closed

[bug] failed to execute child process 'xterm' #82

wrfly opened this issue May 24, 2018 · 11 comments
Assignees

Comments

@wrfly
Copy link

wrfly commented May 24, 2018

image

in consol/ubuntu-xfce-vnc

via docker run --rm -ti -e VNC_RESOLUTION=1280x960 -e VNC_PW=pwd -p 6901:6901 --user root consol/ubuntu-xfce-vnc:latest

wrfly added a commit to wrfly/docker-headless-vnc-container that referenced this issue May 24, 2018
link xfce4-terminal to xterm
@wrfly wrfly mentioned this issue May 24, 2018
@toschneck
Copy link
Contributor

toschneck commented May 30, 2018

@wrfly I cant reproduce the error with the latest image. It seems that the problem is located to your location. Can you verify that you have the latest image? Maybe try the dev image and see if there the issue is still present.

@wrfly
Copy link
Author

wrfly commented May 30, 2018

@toschneck Sorry, I pated a wrong command, the problem happened in consol/ubuntu-xfce-vnc and the command is

docker run --rm -ti -e VNC_RESOLUTION=1280x960 -e VNC_PW=pwd -p 6901:6901 --user root consol/ubuntu-xfce-vnc:latest

@toschneck
Copy link
Contributor

@wrfly Ok I checked it but I don't get the error:
image
Do you try a docker pull consol/ubuntu-xfce-vnc:latest before?

@wrfly
Copy link
Author

wrfly commented May 30, 2018

I'm trying and will paste another image later~

@wrfly
Copy link
Author

wrfly commented May 30, 2018

You can open some shell scripts in HOME folder and see if there is any error

I didn't explain this error well, my bad

@wrfly
Copy link
Author

wrfly commented May 30, 2018

consol/ubuntu-xfce-vnc   latest              9a15a1009598        2 months ago        1.15GB

Is that hash right?

image

@wrfly
Copy link
Author

wrfly commented May 30, 2018

@toschneck

This image has the same issue either:

consol/ubuntu-xfce-vnc   dev                 80cdba730007        About an hour ago   1.13GB

@wrfly
Copy link
Author

wrfly commented May 30, 2018

And can you check this please?

➜  ~ docker run --rm -ti -e VNC_RESOLUTION=1280x960 -e VNC_PW=pwd -p 6901:6901 --user root consol/centos-icewm-vnc:latest
USER_ID: 0, GROUP_ID: 0

------------------ update chromium-browser.init ------------------

... set window size 1280 x 960 as chrome window size!


------------------ change VNC password  ------------------

------------------ start noVNC  ----------------------------

------------------ start VNC server ------------------------
remove old vnc locks to be a reattachable container
start vncserver with param: VNC_COL_DEPTH=24, VNC_RESOLUTION=1280x960
...
➜  ~ docker run --rm -ti -e VNC_RESOLUTION=1280x960 -e VNC_PW=pwd -p 6901:6901 consol/centos-icewm-vnc:latest     
USER_ID: 1000, GROUP_ID: 0
nss_wrapper location: /usr/lib64/libnss_wrapper.so

------------------ update chromium-browser.init ------------------

... set window size 1280 x 960 as chrome window size!


------------------ change VNC password  ------------------

------------------ start noVNC  ----------------------------

------------------ start VNC server ------------------------
remove old vnc locks to be a reattachable container
no locks present
start vncserver with param: VNC_COL_DEPTH=24, VNC_RESOLUTION=1280x960
...
➜  ~ 

It just cannot start

toschneck pushed a commit that referenced this issue Jun 1, 2018
@toschneck
Copy link
Contributor

It seems that the xterm package is missing at this point. So I added it and now it should be fine. After the docker build has been run, you can try it with an updated :dev image.
Thx @wrfly for the hint!

@wrfly
Copy link
Author

wrfly commented Jun 2, 2018

Hello bro @toschneck , actually you don't have to install a new xterm, link it is OK, I tested it. See #83

And perhaps you can commit another to add the Chinese front, thanks~

@toschneck
Copy link
Contributor

@wrfly will do soon, have to check how big the packages are in #83 😉

@ghost ghost removed the TO REVIEW label Jun 4, 2018
t-matsuo pushed a commit to t-matsuo/docker-centos-xfce-ja that referenced this issue Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants