Skip to content

Commit

Permalink
add more debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Oct 29, 2024
1 parent 8f1ce31 commit ef7adfd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/test_cvmfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,21 @@ echo "CVMFS_HTTP_PROXY=DIRECT" | sudo tee /etc/cvmfs/default.local
echo "CVMFS_QUOTA_LIMIT=5000" | sudo tee -a /etc/cvmfs/default.local

sudo cvmfs_config setup
# sudo cvmfs_config wsl2_start
sudo cvmfs_config chksetup

ls /cvmfs/neurodesk.ardc.edu.au

# sudo cvmfs_config umount
echo "[DEBUG]: Resolving DNS name cvmfs-geoproximity.neurodesk.org"
resolved_ip=$(dig +short cvmfs-geoproximity.neurodesk.org)
echo "[DEBUG]: Resolved IP for cvmfs-geoproximity.neurodesk.org: $resolved_ip"

echo "[DEBUG]: Test download from cvmfs-geoproximity.neurodesk.org"
curl --head http://cvmfs-geoproximity.neurodesk.org/cvmfs/neurodesk.ardc.edu.au/.cvmfspublished

echo "[DEBUG]: Test download from cvmfs.neurodesk.org"
curl --head http://cvmfs.neurodesk.org/cvmfs/neurodesk.ardc.edu.au/.cvmfspublished

cvmfs_config probe neurodesk.ardc.edu.au

cvmfs_config stat -v neurodesk.ardc.edu.au

Expand Down

0 comments on commit ef7adfd

Please sign in to comment.