Hi Aaron! On 10/26/21 02:04, Aaron Puchert wrote:
Maybe I'm missing something, but it says that a condition check made systemd skip the unit, and the condition is listed in the status page:
Condition: start condition failed at Tue 2021-10-26 00:17:36 CEST; 2s ago ├─ ConditionDirectoryNotEmpty=|/lib/binfmt.d was not met ├─ ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d was not met ├─ ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d was not met ├─ ConditionDirectoryNotEmpty=|/etc/binfmt.d was not met └─ ConditionDirectoryNotEmpty=|/run/binfmt.d was not met
Presumably all these directories are empty, so there are no binfmts to set up?
Yes, I realized later the directories are empty which, of course, can't work.
Or maybe qemu-linux-user should install some files to /usr/lib/binfmt.d? (Assuming it doesn't do so already, I didn't check.)
I would expect that. It does so on Debian and Fedora. Is there an extra step on openSUSE? Thanks, Adrian