You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo mount -t cvmfs cvmfs-config.cern.ch /cvmfs/cvmfs-config.cern.ch
In many cases on recent Mac operating this does not work (unless disabling SIP?).
mkdir /asdasd
mkdir: /asdasd: Read-only file system
But cvmfs_config would create the /etc/synthetic.conf entry
% cat /etc/synthetic.conf
# The line below was autogenerated by CernVM-FS, do not delete nor edit
cvmfs /Users/Shared/cvmfs
However, the quickstart does not mention running cvmfs_config for macOS, so maybe some steps are missing? Or did I miss that somewhere?
2.) After creating /etc/synthetic.conf it tells one to reboot, but one can trigger that also with /System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -t
right?
PS:
3.) Is the /etc/cvmfs/default.conf needed on macOS, or is this only when using autofs?
The text was updated successfully, but these errors were encountered:
Thanks for the issue report! 1) and 2) are adressed in the linked PR(s)
/etc/cvmfs/default.conf are CVMFS client configuration parameters. Those apply regardless of how you mount cvmfs - autofs or manually. We usually require the user to set CVMFS_HTTP_PROXY (=DIRECT if it's a single machine) in /etc/cvmfs/default.local . That should apply also on macos, I'll double check and update the instructions if necessary
The MacOS quickstart:
1.) references creating directories
doc-cvmfs/cpt-quickstart.rst
Lines 170 to 171 in 2de0053
In many cases on recent Mac operating this does not work (unless disabling SIP?).
But cvmfs_config would create the /etc/synthetic.conf entry
However, the quickstart does not mention running cvmfs_config for macOS, so maybe some steps are missing? Or did I miss that somewhere?
2.) After creating
/etc/synthetic.conf
it tells one to reboot, but one can trigger that also with/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -t
right?
PS:
3.) Is the /etc/cvmfs/default.conf needed on macOS, or is this only when using autofs?
The text was updated successfully, but these errors were encountered: