Skip to content

11. Debug & troubleshooting

Ludovic edited this page Mar 4, 2024 · 14 revisions

Operation errors

Mirroring repo

DEB

Error title Message Description
Release file not found No Release file has been found in the source repository xxxxx (looked for InRelease, Release and Release.gpg) This means that no Release file (InRelease, Release, or Release.gpg) could be downloaded from the source repository. The repository might be temporarily inaccessible, no longer exist, or the URL could be incorrect.
GPG signature check failed No GPG key could verify the signature of downloaded file xxxxx
This means that no GPG key (imported into Repomanager) is able to verify the GPG signature of the downloaded file.

To address this issue, retrieve the GPG public key of the source repository's publisher and import it into Repomanager, then retry the operation (check Import a source repository GPG key to import a new GPG key.)
     

RPM

Error title Message Description
GPG signature check failed GPG signature is not OK (unknown GPG signing key ID: xxxxx)
This means that no GPG key (imported into Repomanager) is able to verify the GPG signature of the downloaded file.

To address this issue, retrieve the GPG public key of the source repository's publisher and import it into Repomanager, then retry the operation (check Import a source repository GPG key to import a new GPG key.)
     

Error logs

Most of Repomanager errors are catched and displayed through the web interface.

Otherwise here are the locations of log files that could help for debugging or opening an issue:

  1. Enter the container:
docker exec -it repomanager /bin/bash
  1. tail error logs:
tail -f /var/log/nginx/repomanager_error.log /var/lib/repomanager/logs/exceptions