On 2023-09-19 08:24, Michael Andres wrote:
On Wednesday 13 September 2023 14:17:42 Frank McCormick wrote:
During this mornings update I got this error:
udevadm: error while loading shared libraries: libsystemd-shared-253.so: cannot open shared object file: No such file or directory error: lua script failed: [string "%transfiletriggerin(udev-253.8-1.1.x86_64)"]:4: Unknown error 32512
I did a search for the file but found nothing. How to handle ?
Thanks
This might be a duplicate of https://bugzilla.suse.com/show_bug.cgi?id=1041742.
With the default installer the %transfiletriggerin script might not be executed at the correct location within the whole transaction. It's executed too early, while some packages it depends on are not yet up-to-date.
On TW this should be solved with libzypp-17.21.31(upcoming) or by using the SINGLE_RPMTRANS backend: ZYPP_SINGLE_RPMTRANS=1 zypper dup
Sound like it might be the same problem. Good to know it's being worked on. Frank McCormick