[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Docker centos lock error



On 08/29/2016 10:24 PM, CARLOS ROMAN PALACIOS wrote:
Hi guys,

I'm trying to run a Job in Docker Universe
08/30/16 03:19:20 (pid:4653) Create_Process(/usr/bin/docker): child failed because PRIV_CONDOR_FINAL process was still root before exec()
08/30/16 03:19:20 (pid:4653) Create_Process() failed.

The root cause of the problem is above.  The condor starter is trying to switch to the condor user before doing a docker run.  Is there a condor user on this system?  Is the condor user in the docker group?

-greg