Am Mi, 15. Mär 2023 um 08:27:33 +0100 schrieb Alexander Kanavin <[email protected]>:
Guesswork is a fast track to frustration.

True :D But thats what always happens to me if I dont know enough and can't find a way to reproduce. Thanks to your hint on core-image-ptest-glib-2.0 I was able to reproduce the issue. Running the test from /var/volatile/tmp didn't solve the issue. But compared to core-image-ptest-glib-2.0 where /tmp links to /var/tmp the tmpdir is handled by systemd tmp.mount in my image and thus is not a symbolic link.

According to systemd ducumentation /var/tmp and /tmp are not the same and are handled differently
<https://systemd.io/TEMPORARY_DIRECTORIES/>

Still I have no idea how this should be fixed or if the failed test could maybe ignored but I was able to pass the tests in core-image-ptest-glib-2.0 by removing the /tmp symlink and adding this line to fstab:
tmpfs /tmp tmpfs defaults 0 0

After a reboot the tests completed successful

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#178579): 
https://lists.openembedded.org/g/openembedded-core/message/178579
Mute This Topic: https://lists.openembedded.org/mt/97622689/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to