Skip to content
Snippets Groups Projects
Commit 990377df authored by Craig Norris's avatar Craig Norris
Browse files

Remove unhelpful link text

parent 70fcbdba
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -326,7 +326,8 @@ Expected process to exit with [0], but received '255'
This is unlikely to happen with non virtualized machines but on a VPS with virtualization like openVZ, container might not have the required module enabled
or container doesn't have access to kernel parameters.
 
Try enabling the module on which sysctl errored out, on how to enable the module see example [here](https://serverfault.com/questions/477718/sysctl-p-etc-sysctl-conf-returns-error).
Try enabling the module for which sysctl had an error. For information about how
to enable the module, [see this example](https://serverfault.com/questions/477718/sysctl-p-etc-sysctl-conf-returns-error).
 
There is a reported workaround described in [this issue](https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/361) which requires editing the GitLab' internal recipe by supplying the switch which will ignore failures. Ignoring errors can have unexpected side effects on performance of your GitLab server so it is not recommended to do so.
 
Loading
Loading
Loading
Loading
@@ -604,8 +604,7 @@ Disabling impersonation is documented in
## Error Reporting and Logging with Sentry
 
[Sentry](https://sentry.io) is an error reporting and logging tool which can be
used as SaaS or on premise. It's Open Source and you can browse its source code
repositories [here](https://github.com/getsentry).
used as SaaS or on premise. It's open source, and you can [browse its source code repositories](https://github.com/getsentry).
 
The following settings can be used to configure Sentry:
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment