Skip to content
Snippets Groups Projects
Commit 299616ab authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'eread/avoid-disabling-line-length-rule' into 'master'

parents 27546a15 e7908101
No related branches found
No related tags found
No related merge requests found
......@@ -335,9 +335,7 @@
the certificate and key. Contact the provider of the SSL certificate for
further support.
<!-- markdownlint-disable line-length -->
## Using GitLab Runner with a GitLab instance configured with internal CA certificate or self-signed certificate
## Error: `certificate signed by unknown authority`
Besides getting the errors mentioned in
[Using an internal CA certificate with GitLab](ssl_troubleshooting.md#using-an-internal-ca-certificate-with-gitlab),
......@@ -353,8 +351,6 @@
Follow the details in [Self-signed certificates or custom Certification Authorities for GitLab Runner](https://docs.gitlab.com/runner/configuration/tls-self-signed.html).
<!-- markdownlint-enable line-length -->
## Mirroring a remote GitLab repository that uses a self-signed SSL certificate
When configuring a local GitLab instance to [mirror a repository](https://docs.gitlab.com/user/project/repository/mirror/)
......
......@@ -231,7 +231,7 @@
your security settings at `/etc/security/access.conf` and make sure the Git user
is not blocked.
## PostgreSQL error `FATAL: could not create shared memory segment: Cannot allocate memory`
## Error: `FATAL: could not create shared memory segment: Cannot allocate memory`
The packaged PostgreSQL instance tries to allocate 25% of total memory as
shared memory. On some Linux (virtual) servers, there is less shared memory
......@@ -254,9 +254,7 @@
Run `sudo gitlab-ctl reconfigure` for the change to take effect.
<!-- markdownlint-disable line-length -->
## PostgreSQL error `FATAL: could not open shared memory segment "/PostgreSQL.XXXXXXXXXX": Permission denied`
## Error: `FATAL: could not open shared memory segment "/PostgreSQL.XXXXXXXXXX": Permission denied`
By default, PostgreSQL tries to detect the shared memory type to use. If you don't
have shared memory enabled, you might see this error in `/var/log/gitlab/postgresql/current`.
......@@ -269,9 +267,7 @@
Run `sudo gitlab-ctl reconfigure` for the change to take effect.
<!-- markdownlint-enable line-length -->
## PostgreSQL error `FATAL: remaining connection slots are reserved for non-replication superuser connections`
## Error: `FATAL: remaining connection slots are reserved for non-replication superuser connections`
PostgreSQL has a setting for the maximum number of the concurrent connections
to the database server. If you see this error, it means that your GitLab instance is trying to exceed
......
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