Project

General

Profile

action #117631

Updated by livdywan over 1 year ago

## Observation 

 ``` 
 # systemctl --failed 
 systemctl: /lib64/libselinux.so.1: no version information available (required by /usr/lib/systemd/libsystemd-shared-249.so) 
 systemctl: /lib64/libselinux.so.1: no version information available (required by /usr/lib64/libmount.so.1) 
   UNIT                           LOAD     ACTIVE SUB      DESCRIPTION           
 * var-lib-openqa-share.mount     loaded failed failed /var/lib/openqa/share 
 * transactional-update.service loaded failed failed Update the system 
 ``` 

 so service fails and weird error messages when executing commands but openQA tests seem to be running so far. 

 ## Acceptance criteria 
 * **AC1:** No failed services on openqaworker1 
 * **AC2:** openqaworker1 openqaworker2 reboots cleanly multiple times 

 ## Suggestions 
 * Over IPMI check why machine does not boot, as necessary with a physical display and keyboard 
 * Check filesystem, potentially need to replace hardware 
 * Check failed services 

 ## Out of scope 
 * Trying to recover the usual IPMI connection, see #117625

Back