adoptium / infrastructure

This repo contains all information about machine maintenance.
Apache License 2.0
84 stars 100 forks source link

jenkins: `STATUS_LOGIN_FAILURE` messages for CIFS file system #3551

Closed sxa closed 3 weeks ago

sxa commented 2 months ago

syslog and kernel log are getting lots of these (roughly one a second): Apr 7 09:49:07 jenkins-hetzner-ubuntu2004 kernel: [63838213.880798] Status code returned 0xc000006d STATUS_LOGON_FAILURE

It is related to the backup file system that is mounted over CIFS. I've made a backup of the latest full thinbackup from jenkins in ~root/20240505backups along with the subsequent differential backups so we can look at resolving that without risk of losing data. Noting that the fact this was possible means that the CIFS mount appears to still be functional.

Perhaps deal with this during https://github.com/adoptium/infrastructure/issues/3548 - fortunately it's not causing disk space exhaustion.

Noting that likely from a previous cleanup the differenctial backups are larger than expected due to the presence of a 600Mb build-scripts/jobs/release-openjdk21-pipeline/builds/1-macx64artifacts.tar.gz file that was presumably taken as a backup and is included in the diff due to where it was stored. I've moved this file (dated April 2023) to ~/jenkins/backups pending subsequent deletion which should stop them being included in further thin backups.

sxa commented 3 weeks ago

Error messages appear to have disappeared. While I did remount the CIFS file system yesterday to resolve another issue, it looks like the messages above were not occurring in the last few days anyway. Closing.