I added Pino's patches into this version of supermin: https://bodhi.fedoraproject.org/updates/FEDORA-2019-640a4bb060 Please download and install this package (from the "Builds" tab) and run libguestfs-test-tool again, and it ought to give more information about which package on your system is causing the problem. Also run: rpm -qa and attach that as well as the output from libguestfs-test-tool above. Thanks, Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v
Hello, New version displayes duplicated rpm packages. I had many packages installed twice. Used this command to solve the problem:sudo dnf reinstall $(rpm -qa | sort | uniq -cd | cut -d' ' -f8) Thank you for your help On Thu, 2019-01-24 at 14:59 +0000, Richard W.M. Jones wrote:> I added Pino's patches into this version of supermin: > https://bodhi.fedoraproject.org/updates/FEDORA-2019-640a4bb060 > > Please download and install this package (from the "Builds" tab) > andrun libguestfs-test-tool again, and it ought to give more > informationabout which package on your system is causing the problem. > Also run: > rpm -qa > and attach that as well as the output from libguestfs-test-tool > above. > Thanks, > Rich.
On Wednesday, 13 February 2019 11:38:21 CET CHANU ROMAIN wrote:> Hello, > New version displayes duplicated rpm packages. > I had many packages installed twice. Used this command to solve the > problem:sudo dnf reinstall $(rpm -qa | sort | uniq -cd | cut -d' ' > -f8)There is only one package that is OK to have installed multiple times, and that is "kernel". If any other package is installed multiple times (usually with different versions), it means that some dnf/yum/etc transaction was not completed correctly, usually because the package manager crashed or was interrupted. -- Pino Toscano