solarkennedy / wine-x11-novnc-docker

Base Docker image to run wine programs in a web browser via noVNC (html5 vnc viewer) + Xvfb + x11vnc
Apache License 2.0
273 stars 103 forks source link

INFO gave up: progman entered FATAL state, too many start retries too quickly #2

Closed AkbarAlam closed 5 years ago

AkbarAlam commented 6 years ago

When I am running this getting the following error

INFO gave up: progman entered FATAL state, too many start retries too quickly

complete log


Unable to find image 'solarkennedy/wine-x11-novnc-docker:latest' locally
latest: Pulling from solarkennedy/wine-x11-novnc-docker
a3ed95caeb02: Pull complete
3b1d42cd9af9: Pull complete
707a1369b69a: Pull complete
2dcca790c489: Pull complete
ae857e8dd13c: Pull complete
b657ce3967b9: Pull complete
647e461ab707: Pull complete
9fc298632aa5: Pull complete
eb76051df749: Pull complete
44534c422f05: Pull complete
Digest: sha256:604fca489d715dba9473555e55e44c6a2329f5d402b3acabb77bada9109c40d5
Status: Downloaded newer image for solarkennedy/wine-x11-novnc-docker:latest
/usr/lib/python2.7/dist-packages/supervisor/options.py:295: UserWarning: Supervisord is running as roo
ing for its configuration file in default locations (including its current working directory); you pro
ify a "-c" argument specifying an absolute path to a configuration file for improved security.
  'Supervisord is running as root and it is searching '
2018-03-09 10:05:32,223 CRIT Supervisor running as root (no user in config file)
2018-03-09 10:05:32,223 WARN Included extra file "/etc/supervisor/conf.d/supervisord.conf" during pars
2018-03-09 10:05:32,244 INFO RPC interface 'supervisor' initialized
2018-03-09 10:05:32,244 CRIT Server 'unix_http_server' running without any HTTP authentication checkin
2018-03-09 10:05:32,245 INFO supervisord started with pid 1
2018-03-09 10:05:33,248 INFO spawned: 'x11vnc' with pid 7
2018-03-09 10:05:33,253 INFO spawned: 'X11' with pid 8
2018-03-09 10:05:33,255 INFO spawnerr: can't find command '/usr/bin/wine'
2018-03-09 10:05:33,258 INFO spawned: 'novnc' with pid 9
2018-03-09 10:05:34,290 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1
s)
2018-03-09 10:05:34,290 INFO success: X11 entered RUNNING state, process has stayed up for > than 1 se
2018-03-09 10:05:34,290 INFO spawnerr: can't find command '/usr/bin/wine'
2018-03-09 10:05:34,290 INFO success: novnc entered RUNNING state, process has stayed up for > than 1
)
2018-03-09 10:05:36,324 INFO spawnerr: can't find command '/usr/bin/wine'
2018-03-09 10:05:39,329 INFO spawnerr: can't find command '/usr/bin/wine'
2018-03-09 10:05:39,330 INFO gave up: progman entered FATAL state, too many start retries too quickly
solarkennedy commented 6 years ago

@archedraft can you look at this? This broke because the base image changed from a wine one to the phusion one.

natea commented 6 years ago

I have the same problem. Maybe adding wine to this line in the Dockerfile would solve this problem? https://github.com/solarkennedy/wine-x11-novnc-docker/blob/master/Dockerfile#L18

solarkennedy commented 6 years ago

@natea I hereby make you a contributor! You can undo @archedraft's change or add wine or whatever you want.

xyzaxyz commented 5 years ago

Is there a chance this will get fixed?

rapgro commented 5 years ago

Please fix! This project is just awesome. Thanks for the idea.

solarkennedy commented 5 years ago

I'll take a look at this :)

solarkennedy commented 5 years ago

@xyzaxyz @rapgro just out of curiosity, what the heck are you guys using this for??? :)

solarkennedy commented 5 years ago

I've rebuilt this image based on ubuntu and now it runs explorer.exe (not program.exe, which is nostalgic but not really useful)