Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Joshua Hoblitt
Joshua HoblittReporter
Greg Daues
Greg DauesReviewers
Kian-Tat Lim
Tim Jenness
Story Points
0.333
RubinTeam
SQuaRE
Components
Checklist
Checklist
Created February 23, 2016 at 10:57 AM
Updated February 24, 2016 at 3:20 PM
Resolved February 24, 2016 at 3:00 PM
We are seeing that "newinstall.sh" performs a curl of conda_packages.txt within the MiniConda installation to /tmp/conda_packages.txt . This file is always left there (I believe), or at the very least can be stranded there with a failed or truncated installation. This can 'lock out' of others, causing build failures say on a machine like lsstdev if a file like
[daues@lsst-dev ~]$ ls -l /tmp/conda_packages.txt
rw-rw-r- 1 moeyensj moeyensj 928 Feb 23 10:03 /tmp/conda_packages.txt
gets left behind. The error looks like :
it would seem more prudent for the file to be downloaded to
/tmp/conda_packages_${USER}.txt or /tmp/conda_packages_$$.txt
or something similar.