Set up the Stratum 0 and Stratum 1 but i am running into a issue where I cannot get the whitelist to download. I have checked file and source permission errors and that is not it. Any ideas?
(unexpected termination) cannot load whitelist [failed to download whitelist]
Hi Samuel,
this sounds like a wrong url in the configuration. First check you can access the whitelist with
curl -LO ${CVMFS_STRATUM0}/.cvmfswhitelist
where it should be CVMFS_STRATUM0=http://<server_url>/cvmfs/<repo_name> , check the generated config under /etc/cvmfs/repositories.d/<repo_name>/server.conf
Then double check the url format in the argument given to add-replica, see Private Stratum 1 replica server - Best Practices for CernVM-FS in HPC
Cheers,
Valentin