[Bug 1228373] New: supermin regression in Tumbleweed / Factory causes virt-inspector to fail
https://bugzilla.suse.com/show_bug.cgi?id=1228373 Bug ID: 1228373 Summary: supermin regression in Tumbleweed / Factory causes virt-inspector to fail Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: openSUSE Tumbleweed Status: NEW Severity: Normal Priority: P5 - None Component: Virtualization:Tools Assignee: virt-bugs@suse.de Reporter: claudio.fontana@suse.com QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- I was surprised by a supermin regression on Factory. export LIBGUESTFS_DEBUG=1 export LIBGUESTFS_TRACE=1 virt-inspector --verbose --no-applications --no-icon /153-RAID0/datastore2/centos9/centos9.vmdk libguestfs: run supermin libguestfs: command: run: /usr/bin/supermin libguestfs: command: run: \ --build libguestfs: command: run: \ --verbose libguestfs: command: run: \ --if-newer libguestfs: command: run: \ --lock /var/tmp/.guestfs-0/lock libguestfs: command: run: \ --copy-kernel libguestfs: command: run: \ -f ext2 libguestfs: command: run: \ --host-cpu x86_64 libguestfs: command: run: \ /usr/lib64/guestfs/supermin.d libguestfs: command: run: \ -o /var/tmp/.guestfs-0/appliance.d supermin: version: 5.3.4 supermin: rpm: detected RPM version 4.19 supermin: rpm: detected RPM architecture x86_64 supermin: rpm: detected zypper version 1.14.76 supermin: package handler: opensuse/rpm supermin: acquiring lock on /var/tmp/.guestfs-0/lock supermin: rpm: cannot locate RPM database; if this is a normal RPM-based Linux distro then this is probably a supermin bug libguestfs: error: /usr/bin/supermin exited with error status 1, see debug messages above libguestfs: trace: launch = -1 (error) -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1228373 Claudio Fontana <claudio.fontana@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1228373 Claudio Fontana <claudio.fontana@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|virt-bugs@suse.de |carnold@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1228373 https://bugzilla.suse.com/show_bug.cgi?id=1228373#c1 --- Comment #1 from Claudio Fontana <claudio.fontana@suse.com> --- note: this is fixed by downgrading supermin to the version prior to the latest update in July, as follows: # zypper install -f supermin-5.3.3-3.1.x86_64.rpm # virt-inspector --verbose --no-applications --no-icon /153-RAID0/datastore2/centos9/centos9.vmdk supermin: version: 5.3.3 supermin: rpm: detected RPM version 4.19 supermin: rpm: detected RPM architecture x86_64 supermin: rpm: detected zypper version 1.14.76 supermin: package handler: opensuse/rpm supermin: acquiring lock on /var/tmp/.guestfs-0/lock supermin: build: /usr/lib64/guestfs/supermin.d supermin: reading the supermin appliance [...] -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1228373 https://bugzilla.suse.com/show_bug.cgi?id=1228373#c2 --- Comment #2 from Claudio Fontana <claudio.fontana@suse.com> --- (In reply to Claudio Fontana from comment #1)
note: this is fixed by downgrading supermin to the version prior to the latest update in July, as follows:
# zypper install -f supermin-5.3.3-3.1.x86_64.rpm
# virt-inspector --verbose --no-applications --no-icon /153-RAID0/datastore2/centos9/centos9.vmdk
supermin: version: 5.3.3 supermin: rpm: detected RPM version 4.19 supermin: rpm: detected RPM architecture x86_64 supermin: rpm: detected zypper version 1.14.76 supermin: package handler: opensuse/rpm supermin: acquiring lock on /var/tmp/.guestfs-0/lock supermin: build: /usr/lib64/guestfs/supermin.d supermin: reading the supermin appliance [...]
btw we should have regression testing for this, to add to the existing smoke tests we automate. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1228373 https://bugzilla.suse.com/show_bug.cgi?id=1228373#c3 Santiago Zarate <santiago.zarate@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED CC| |santiago.zarate@suse.com --- Comment #3 from Santiago Zarate <santiago.zarate@suse.com> --- I was just hit by this too... I guess its related to https://jira.suse.com/browse/PED-6305 somehow? PS: Claudio, where could I get previous package version - I can also try a wip on my microos box. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1228373 https://bugzilla.suse.com/show_bug.cgi?id=1228373#c4 --- Comment #4 from Claudio Fontana <claudio.fontana@suse.com> --- (In reply to Santiago Zarate from comment #3)
I was just hit by this too... I guess its related to https://jira.suse.com/browse/PED-6305 somehow?
PS: Claudio, where could I get previous package version - I can also try a wip on my microos box.
https://download.opensuse.org/history/20240625/tumbleweed/repo/oss/x86_64/su... You need to be fast because tumbleweed does not keep history for long. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1228373 https://bugzilla.suse.com/show_bug.cgi?id=1228373#c5 --- Comment #5 from Charles Arnold <carnold@suse.com> --- (In reply to Santiago Zarate from comment #3)
I was just hit by this too... I guess its related to https://jira.suse.com/browse/PED-6305 somehow?
PS: Claudio, where could I get previous package version - I can also try a wip on my microos box.
New version to try with a fix here. For Tumbleweed: https://build.opensuse.org/projects/Virtualization/packages/supermin/reposit... For 15.6: https://build.opensuse.org/projects/Virtualization/packages/supermin/reposit... -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1228373 https://bugzilla.suse.com/show_bug.cgi?id=1228373#c7 Charles Arnold <carnold@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #7 from Charles Arnold <carnold@suse.com> --- Fixed supermin is now in the latest Tumbleweed (20240730). -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com