mavlink / containers

Docker image for building QGroundControl
15 stars 10 forks source link

useradd: user 'user' already exists #7

Open pascalgross opened 5 years ago

pascalgross commented 5 years ago

When trying to run the container mavlink/qgc-build-linux:2018-06-08, I get the following error:

/bin/bash: line 80: export: `=': not a valid identifier Starting with UID : 9001 useradd: user 'user' already exists ERROR: Job failed: exit code 1

I am using Docker version 18.09.1, build 4c52b90 on Ubuntu 18.04.1 LTS.

dagar commented 5 years ago

I'm working on updating how the entrypoint.sh functions.

dagar commented 5 years ago

Could you try again after https://github.com/mavlink/containers/pull/8 is merged?

pascalgross commented 5 years ago

Thanks for the quick action. This seems to work and the error is gone.

Another error appears now - but does not kill the job.

Starting Xvfb (EE) Fatal server error: (EE) Server is already active for display 99 If this server is no longer running, remove /tmp/.X99-lock and start again. (EE)

dagar commented 5 years ago

Ok, looks like Xvfb integration needs more work. Other than the error message does that cause any problems?