On Thu, Dec 18, 2014 at 07:09:12PM +0530, Thirumalai Nambi wrote: > Hi, > > I'm using SolusVM control panel to create KVM VPS. Suddenly, I can't make > any VPS on Host-Node. Their build log says the SolusVM can't read the > libguestfs in server. > > ============= > [root@SG01KVM256-01 ~]# guestmount -i -a /dev/sgkvm256/kvm104_img /mnt > libguestfs: error: guestfs_launch failed. > See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs > and/or run 'libguestfs-test-tool'.
> [root@SG01KVM256-01 ~]# libguestfs-test-tool [...] > ===== TEST FINISHED OK ===== The libguestfs-test-tool output is fine. You can get additional debug information from the guestmount command by reading the FAQ link provided in the error message. It tells you need to set: export LIBGUESTFS_DEBUG=1 export LIBGUESTFS_TRACE=1 and then run the guestmount command again. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://people.redhat.com/~rjones/virt-df/ _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
