|
Bugzilla – Full Text Bug Listing |
| Summary: | qemu/kvm install in distrobox / Tumbleweed x86_64 fails in posttrans | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Lubos Kocman <lubos.kocman> |
| Component: | Virtualization:Other | Assignee: | E-mail List <kvm-bugs> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P4 - Low | CC: | dfaggioli, lubos.kocman |
| Version: | Current | Flags: | dfaggioli:
needinfo?
(lubos.kocman) |
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Lubos Kocman
2024-03-04 13:25:33 UTC
(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...) (In reply to Lubos Kocman from comment #0) > The host OS is Leap 15.6, however what matters is the containers OS and > that's freshly deployed openSUSE Tumbleweed, where the installation raises > errors. > Hey Lubos, is this still a problem? I just very recently installed osc, build, osc-service-*, etc in a fresh Tumbleweed distrobox, and they brought in qemu, qemu-x86, etc, and saw no issues... |