AirSim
AirSim copied to clipboard
Docker binary xauth issues
Bug report
- AirSim Version/#commit: 6688d27
- UE/Unity version: N/A
- autopilot version: N/A
- OS Version: Ubuntu 20.04
What's the issue you encountered?
Hi I know the repository is not maintained anymore but maybe someone knows how to fix this error...
I try to use the docker binary image and after fixing multiple typos in the script it actually runs, but no x window spawns.
The issue seems to be related to xauth.
While executing the run_airsim_binars.sh script, the following error is printed:
xauth: /tmp/.docker.xauth not writable, changes will be ignored
xauth: (argv):1: unable to read any entries from file "(stdin)"
chmod: changing permissions of '/tmp/.docker.xauth': Operation not permitted
Settings
I am just following the tutorial: https://microsoft.github.io/AirSim/docker_ubuntu/ on a newly installed 20.04 Ubuntu
How can the issue be reproduced?
Just follow the tutorial and build the binary docker container.
any solutions found? i am also facing the same issue