Project

General

Profile

action #117262

Updated by okurz 11 months ago

## Observation 
 https://stats.openqa-monitor.qa.suse.de/d/KToPYLEWz/failed-systemd-services failed today . ca-certificates on osd shows: 

 ``` 
 Sep 27 07:18:52 openqa systemd[1]: Starting Update system wide CA certificates... 
 Sep 27 07:18:53 openqa update-ca-certificates[7397]: p11-kit: couldn't complete writing of file: /var/lib/ca-certificates/ca-bundle.pem.tmp: Unknown error 17 
 Sep 27 07:18:53 openqa systemd[1]: ca-certificates.service: Main process exited, code=exited, status=1/FAILURE 
 Sep 27 07:18:53 openqa systemd[1]: ca-certificates.service: Failed with result 'exit-code'. 
 Sep 27 07:18:53 openqa systemd[1]: Failed to start Update system wide CA certificates. 
 ``` 

 A simple restart fixed that 

 ## Suggestions 
 * *DONE* ~~Research Research if we can find something about this error~~ -> observed it again in https://progress.opensuse.org/issues/131096 error 
 * *DONE* ~~Look Look into the system log around this time if there was any other related error~~ -> no other error 
 * Might be an upstream bug. If not exists report it 
 * Take a look into /usr/lib/ca-certificates/update.d/99certbundle.run , like https://github.com/openSUSE/ca-certificates/blob/master/certbundle.run#L37, might be easy to provide upstream contribution pull request to fix in https://github.com/openSUSE/ca-certificates , package is https://build.opensuse.org/package/show/openSUSE:Factory/ca-certificates

Back