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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,43 +220,43 @@ Example code for building CernVM-FS with locally built Fuse3 and including the C
220
220
Troubleshooting
221
221
---------------
222
222
223
-
In order to check for common misconfigurations in the base setup, run
223
+
- In order to check for common misconfigurations in the base setup, run
224
224
225
225
::
226
226
227
227
cvmfs_config chksetup
228
228
229
-
CernVM-FS gathers its configuration parameter from various configuration files that can overwrite each others settings (default configuration, domain specific configuration, local setup, ...).
230
-
To show the effective configuration for *repository*.cern.ch, run
229
+
- CernVM-FS gathers its configuration parameter from various configuration files that can overwrite each others settings (default configuration, domain specific configuration, local setup, ...). To show the effective configuration for *repository*.cern.ch, run
231
230
232
231
::
233
232
234
233
cvmfs_config showconfig repository.cern.ch
235
234
236
-
In order to exclude autofs/automounter as a source of problems, you can try to mount *repository*.cern.ch manually with the following
235
+
- In order to exclude autofs/automounter as a source of problems, you can try to mount *repository*.cern.ch manually with the following
237
236
238
237
::
239
238
240
239
mkdir -p /mnt/cvmfs
241
240
mount -t cvmfs repository.cern.ch /mnt/cvmfs
242
241
243
-
In order to exclude SELinux as a source of problems, you can try mounting after SELinux has been disabled by
242
+
- In order to exclude SELinux as a source of problems, you can try mounting after SELinux has been disabled by
244
243
245
244
::
246
245
247
246
/usr/sbin/setenforce 0
248
247
249
-
Once the issue has been identified, ensure that the changes are taken by restarting autofs
248
+
- Once the issue has been identified, ensure that the changes are taken by restarting autofs
250
249
251
250
::
252
251
253
252
systemctl restart autofs
254
253
255
-
If the problem is that a repository can be mounted and unmounted but
256
-
later cannot be remounted, see :ref:`sct_remounting_namespaces_containers`.
254
+
- If the problem is that a repository can be mounted and unmounted but later cannot be remounted, see :ref:`sct_remounting_namespaces_containers`.
257
255
258
-
In order to exclude a corrupted local cache as a source of problems, run
256
+
- In order to exclude a corrupted local cache as a source of problems, run
259
257
260
258
::
261
259
262
260
cvmfs_config wipecache
261
+
262
+
- Finally running with debug logs enabled can provide additional information for bug reports. This can be done by specifying a log file path in the client settings, e.g: ``CVMFS_DEBUGLOG=/tmp/cvmfs.log``. See :ref:`sct_debug_logs` for more details.
0 commit comments