Skip to content

Commit

Permalink
Merge pull request #38 from bedroge/fix_typo
Browse files Browse the repository at this point in the history
Fix HTML character and add warning about write permission to `CVMFS_DEBUGLOG` path
  • Loading branch information
boegel authored Dec 3, 2023
2 parents 302a8fb + c28d9bc commit 431729d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ for example:
* Lack of sufficient disk space, for the CernVM-FS client cache, for the proxy server,
or for the private Stratum 1 replica server;
* Network latency issues, either within the local network (to the proxy server or Stratum 1 replica server),
or to the outside world (public Stratum 1 replica servers) &endash; see also the [Connectivity](#connectivity)
or to the outside world (public Stratum 1 replica servers) – see also the [Connectivity](#connectivity)
section;


Expand Down Expand Up @@ -442,6 +442,10 @@ has been run. See
[CernVM-FS documentation / debug-logs](https://cvmfs.readthedocs.io/en/stable/cpt-configure.html#debug-logs)
for more information. Note that the debug log will log every operation in CVMFS and generates large files - it should be turned back off after capturing an issue.

!!! warning
Make sure that the `cvmfs` user actually has write permission to the location specified with `CVMFS_DEBUGLOG`.
Otherwise you will not only get no log file, but it will also lead to client failures.

An interesting command for mounted repositories is
``` { .bash .copy }
attr -g logbuffer /cvmfs/software.eessi.io
Expand Down

0 comments on commit 431729d

Please sign in to comment.