Symptoms:
- exec.bash keeps asking for regenerating the container(note: this machine is accessed via ssh).
- xpra server is not started with correct parameter set (may not be related directly)
Investigation revealed that the configuration mismatches between the first exec.bash run and the automatic second run after the container has been regenerated. In the first run, DOCKER_XSERVER_TYPE=xpra was decided on, in the second run, it found DOCKER_XSERVER_TYPE=mount and the configuration for those.
I would guess that the SSH_* environment variables are not set the same in the second exec.bash run.
This has been worked around by setting DOCKER_XSERVER_TYPE=xpra in settings.sh.
Symptoms:
Investigation revealed that the configuration mismatches between the first exec.bash run and the automatic second run after the container has been regenerated. In the first run, DOCKER_XSERVER_TYPE=xpra was decided on, in the second run, it found DOCKER_XSERVER_TYPE=mount and the configuration for those.
I would guess that the SSH_* environment variables are not set the same in the second exec.bash run.
This has been worked around by setting DOCKER_XSERVER_TYPE=xpra in settings.sh.