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

VNC Error #2

Open
TuRDMaN opened this issue Jan 24, 2017 · 5 comments
Open

VNC Error #2

TuRDMaN opened this issue Jan 24, 2017 · 5 comments

Comments

@TuRDMaN
Copy link

TuRDMaN commented Jan 24, 2017

I've tried both this and your Nicotine dockers, and they end up giving me the same error. Everything starts up okay, but then VNC keeps erroring out and restarting.

Edit: actually, nevermind, it's all the services that are restarting, not just VNC

2017-01-23 21:52:32,383 INFO spawned: 'x11vnc' with pid 833
2017-01-23 21:52:39,621 INFO supervisord started with pid 5
2017-01-23 21:52:41,155 INFO spawned: 'xvfb' with pid 8
2017-01-23 21:52:41,160 INFO spawned: 'openbox' with pid 9
2017-01-23 21:52:41,169 INFO spawned: 'x11vnc' with pid 10
2017-01-23 21:52:41,247 INFO spawned: 'soulseek' with pid 11
2017-01-23 21:52:42,293 INFO success: xvfb entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-01-23 21:52:42,293 INFO success: openbox entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-01-23 21:52:42,293 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-01-23 21:52:42,293 INFO success: soulseek entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-01-23 21:52:43,970 INFO exited: soulseek (exit status 126; not expected)
2017-01-23 21:52:44,638 INFO spawned: 'soulseek' with pid 40
2017-01-23 21:52:44,649 INFO exited: xvfb (exit status 1; not expected)
2017-01-23 21:52:44,674 INFO spawned: 'xvfb' with pid 41
2017-01-23 21:52:44,698 INFO exited: x11vnc (exit status 1; not expected)
2017-01-23 21:52:44,744 INFO spawned: 'x11vnc' with pid 43
2017-01-23 21:52:45,017 INFO exited: soulseek (exit status 126; not expected)
2017-01-23 21:52:46,018 INFO success: xvfb entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-01-23 21:52:46,019 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-01-23 21:52:46,020 INFO spawned: 'soulseek' with pid 73
2017-01-23 21:52:46,112 INFO exited: soulseek (exit status 126; not expected)
2017-01-23 21:52:48,739 INFO spawned: 'soulseek' with pid 103
2017-01-23 21:52:48,893 INFO exited: soulseek (exit status 126; not expected)
2017-01-23 21:52:49,474 INFO exited: x11vnc (exit status 2; expected)
2017-01-23 21:52:50,478 INFO spawned: 'x11vnc' with pid 132
2017-01-23 21:52:52,259 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-01-23 21:52:52,263 INFO spawned: 'soulseek' with pid 133
2017-01-23 21:52:52,326 INFO exited: x11vnc (exit status 2; expected)
2017-01-23 21:52:52,328 INFO spawned: 'x11vnc' with pid 160
2017-01-23 21:52:52,340 INFO exited: soulseek (exit status 126; not expected)
2017-01-23 21:52:52,372 INFO gave up: soulseek entered FATAL state, too many start retries too quickly
2017-01-23 21:52:54,221 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-01-23 21:52:55,473 INFO exited: x11vnc (exit status 2; expected)

@danielguerra69
Copy link
Owner

danielguerra69 commented Jan 25, 2017 via email

@TuRDMaN
Copy link
Author

TuRDMaN commented Jan 25, 2017

I am doing this on my UnRAID box. I have many docker containers running, but I made sure to use a port that's not in use by anything else.

I was trying to get it to run through my VPN container (using the same configuration as a bunch of other dockers I have running).

I just now tried using the run command that you gave. Using your options, everything boots fine and seems to work, but whenever I attempt to connect with a VNC client, the VNC server crashes.

2017-01-25 21:56:44,889 INFO supervisord started with pid 1
2017-01-25 21:56:46,396 INFO spawned: 'xvfb' with pid 7
2017-01-25 21:56:46,398 INFO spawned: 'openbox' with pid 8
2017-01-25 21:56:46,760 INFO spawned: 'nicotine' with pid 9
2017-01-25 21:56:46,763 INFO spawned: 'x11vnc' with pid 10
2017-01-25 21:56:47,764 INFO success: xvfb entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-01-25 21:56:47,765 INFO success: openbox entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-01-25 21:56:47,766 INFO success: nicotine entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-01-25 21:56:47,767 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-01-25 21:56:53,447 INFO exited: x11vnc (exit status 1; not expected)
2017-01-25 21:56:54,289 INFO spawned: 'x11vnc' with pid 12
2017-01-25 21:56:55,621 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-01-25 21:57:39,428 CRIT reaped unknown pid 33)
2017-01-25 21:57:59,867 INFO exited: x11vnc (exit status 2; expected)
2017-01-25 21:58:00,877 INFO spawned: 'x11vnc' with pid 40
2017-01-25 21:58:01,901 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-01-25 21:58:09,529 INFO exited: x11vnc (exit status 2; expected)
2017-01-25 21:58:10,532 INFO spawned: 'x11vnc' with pid 42
2017-01-25 21:58:11,999 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2017-01-25 21:58:36,504 INFO exited: x11vnc (exit status 2; expected)
2017-01-25 21:58:37,510 INFO spawned: 'x11vnc' with pid 46
2017-01-25 21:58:38,511 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

@danielguerra69
Copy link
Owner

danielguerra69 commented Feb 1, 2017 via email

@tonicastillo
Copy link

I have the same problem in a Synology NAS.

...
2017-08-23 10:37:41,893 INFO exited: soulseek (exit status 2; not expected)
2017-08-23 10:37:42,897 INFO gave up: soulseek entered FATAL state, too many start retries too quickly

I have tested kaixhin/vnc container and works fine, but when I try to connect soulseek container, VNC client keeps trying to connect forever.

@TuRDMaN has you find any solution?

Anyway, @danielguerra69 , thanks for your work.

@bhavishyagoyal12
Copy link

@TuRDMaN have you find any fix for this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants