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

Re: [HTCondor-users] Docker centos lock error



Yes, i added 'vagrant' and 'condor' users to 'docker' group:

sudo gpasswd -a vagrant docker
sudo gpasswd -a condor docker
newgrp docker
sudo service docker restart
sudo service condor restart

I also installed condor using the yum repository but i suspect that the problem is related to this entry in the workers config file:

CONDOR_IDS = 0.0

2016-08-30 10:11 GMT-05:00 Greg Thain <gthain@xxxxxxxxxxx>:
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

_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@cs.wisc.edu with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/