Tag: Error
An error is a deviation from expected behavior or the failure of a system, program, or process to perform as intended, often resulting in undesired outcomes or disruptions.
-
GitLab – ERROR: Registering runner… failed, certificate signed by unknown authority
If your self-hosted GitLab server is using a self-signed certificate for https, it might be possible that you get an error during the registration of a GitLab Runner: To solve the problem, you have to provide the full chain certificate *.pem used by your GitLab Server: In my case, the valid certificate could be found…
-
OTRS 5: Fatal Error Kernel/ Modules/ AgentTicketZoomTicketID
Recently we switched from http to https for our ticket system OTRS5. After doing so, clicking on the links OTRS sent via email in (customer) notifications, resulted in the error: After some digging, we traced the problem back to Apaches RewriteEngine which replaced the “;” chars with “%3b” when someone used a http link (which…
-
Imagick und “libgomp: Thread creation failed: Resource temporarily unavailable”
Bei der Bildbearbeitung mit Imagick (PHP) kann es mitunter zu einem Timeout bzw. Internal Server Error kommen und die Grafik wird nicht erstellt. In meinem Fall immer dann, wenn man versucht einen Text in der Grafik mittels Imagick::annotateImage() darzustellen. Schaut man sich die error.log des Webservers an, dann stolpert man über den Fehler “libgomp: Thread…