Dario Faggioli changed bug 1220882
What Removed Added
Flags   needinfo?
CC   dfaggioli@suse.com

Comment # 1 on bug 1220882 from Dario Faggioli
(In reply to Lubos Kocman from comment #0)
> %posttrans(kvm_stat-6.7.7-23.3.noarch) script output:
> Failed to send reload request: Permission denied
> error: lua script failed: [string
> "%transfiletriggerin(udev-254.9-2.1.x86_64)"]:4: exit code
> %transfiletriggerin(sdbootutil-1+git20240215.cb7e392-1.1.x86_64) script
> output:
> Error: No ESP detected. Legacy system?
> warning: %transfiletriggerin(sdbootutil-1+git20240215.cb7e392-1.1.x86_64)
> scriptlet failed, exit status 1
> Running post-transaction scripts
> .........................................[done]
> Installation has completed with error.
>
Hi! I'm happy to help, but I'm unfamiliar with what's actually happening here.

The %posttrans section of kvm_stat is this one:

> %if 0%{?suse_version} > 1500
> %posttrans
> # Migration to /usr/etc, restore just created .rpmsave
> for i in logrotate.d/kvm_stat ; do
>    test -f %{_sysconfdir}/${i}.rpmsave && mv -v %{_sysconfdir}/${i}.rpmsave %> {_sysconfdir}/${i} ||:
> done
> %endif

What is it, in the above code, that could be causing the shown error? And what
is it that I can do about that?

I'll investigate but, if anyone knows better already, feel free help (even just
understanding the problem...)


You are receiving this mail because: