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
Copy file name to clipboardExpand all lines: cpt-quickstart.rst
+8-7
Original file line number
Diff line number
Diff line change
@@ -140,10 +140,10 @@ Other Platforms
140
140
Setting up the Software
141
141
-----------------------
142
142
143
-
Configure AutoFS
144
-
~~~~~~~~~~~~~~~~
143
+
Configure AutoFS on Linux
144
+
~~~~~~~~~~~~~~~~~~~~~~~~~
145
145
146
-
For the basic setup, run ``cvmfs_config setup``.
146
+
For the basic setup, run ``sudo cvmfs_config setup`` (can be verified with ``sudo cvmfs_config chksetup``)
147
147
This ensures that the file ``/etc/auto.master.d/cvmfs.autofs`` exists containing ``/cvmfs /etc/auto.cvmfs`` and that the ``autofs`` service is running. Reload the ``autofs`` service in order to apply an updated configuration.
148
148
149
149
NB: For OpenSUSE uncomment the line ``#+dir:/etc/auto.master.d/`` in the file ``/etc/auto.master`` and restart the ``autofs`` service.
@@ -154,8 +154,8 @@ NB: For OpenSUSE uncomment the line ``#+dir:/etc/auto.master.d/`` in the file ``
154
154
systemctl restart autofs
155
155
156
156
157
-
Mac OS X
158
-
~~~~~~~~
157
+
Configure AutoFS on Mac OS X
158
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
159
159
160
160
Due to the lack of ``autofs`` on macOS, mount the individual repositories manually like
161
161
@@ -171,13 +171,14 @@ Create default.local
171
171
~~~~~~~~~~~~~~~~~~~~
172
172
173
173
Create ``/etc/cvmfs/default.local`` and open the file for editing.
174
-
Select the desired repositories by setting ``CVMFS_REPOSITORIES=repo1,repo2,...``. For ATLAS, for instance, set
174
+
For the purposes of convenience when running CVMFS client utility commands (e.g. ``cvmfs_talk``, ``cvmfs_config``), you may wish to optionally list repositories you are interested in by setting ``CVMFS_REPOSITORIES=repo1,repo2,...``. This will then run those commands on all listed repositories.
0 commit comments