Project

General

Profile

action #137519

Updated by livdywan 8 months ago

## Observation 

 Date: Fri, 06 Oct 2023 09:16:02 +0200  
 Check failed systemd services on hosts with `systemctl --failed`. Hint: Go to parent dashboard https://stats.openqa-monitor.qa.suse.de/d/KToPYLEWz/failed-systemd-services to see a list of affected hosts. 
 ``` 
 2023-10-06 10:43:00         
 	
 openqaworker1         
 	
 proc-sys-fs-binfmt_misc.mount         
 	
 1 
 ``` 

 From `systemctl status proc-sys-fs-binfmt_misc.mount`: 
 ``` 
 Okt 06 13:03:47 openqaworker1 systemd[1]: Mounting Arbitrary Executable File Formats File System... 
 Okt 06 13:03:47 openqaworker1 mount[10567]: mount: /proc/sys/fs/binfmt_misc: unknown filesystem type 'binfmt_misc'. 
 ``` 

 ## Suggestions 
 * Log into the host and check what the state is 
 * Confirm how that mount is setup and how it's meant to work 
 * Pause the alert and reduce urgency (as long as nothing's burning) 
 * Understand why this only happens on this worker 
 * Research if there was a change in the product/kernel and lookup SUSE related bugs

Back