How do I resolve an issue where an outdated qemu-guest-agent version on an Ubuntu virtual machine prevents online password changes?
Solution
-
Download the qemu-ga offline deb package for version 2.5.
Download URL: Click here
-
Upload the package to the
/rootdirectory of the virtual machine. -
Log in to the virtual machine and run the following command to install the qemu-ga offline deb package for version 2.5:
[root@localhost ~]# dpkg -i <package.deb> //<package.deb> is the downloaded qemu-ga offline deb package for version 2.5 -
Log in to the virtualization platform and try changing the password again.