Thanks Dima.
I don't control the HTCondor insstallation, I can just use it.
At this point I am looking at running everything natively, out of Docker.
Docker was the best solution, as otherwise I have to find/install all of the other software to be installed without root privilege such as ghostscript and Xmgrace for example. So a container would have been a better solution.
I was wondering about singularity, but I am not sure how to submit a job that way.
I did find a docker image that has singularity within it...
I don't think that there is a Singularity Universe to simply give a converted .sif image to run.
Any pointer on how to run a Docker file on Singularity... Can it run it un the Docker Universe using a Singularity container since Singularity is not installed.
JYS
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of dmitri.maziuk@xxxxxxxxx <dmitri.maziuk@xxxxxxxxx>
Sent: Sunday, October 31, 2021 11:59 AM To: htcondor-users@xxxxxxxxxxx <htcondor-users@xxxxxxxxxxx> Subject: Re: [HTCondor-users] could not make temporary directory: `/var/lib/condor/execute/dir_ Re: Fw: Xvfb | Docker Universe | Can't open display | (but works with docker run) On 2021-10-31 11:31 AM, JEAN-YVES SGRO via HTCondor-users wrote:
... > Is this something that makes sense? Hopefully someone on condor team has something better to offer; I always subscribed to "life's too short to enable selinux" view and had "set `selinux=disabled`" as step #2 in our new system setup checklist. I don't know how condor deals with singularity bind mounts, vanilla singularity container will by default mount /tmp which _may_ have a less restrictive selinux context host-side. I.e. you could try running in singularity, rather than docker, container and see if that works. Dima _______________________________________________ HTCondor-users mailing list To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx 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/ |