On Sun, Sep 17, 2023 at 03:55:24AM +, Raja Ram Sharma wrote:
> Hi Richard,
>
> Wish you a happy weekend!
>
> Guestfs_launch fails after below error :
>
> libguestfs: is_openable: /dev/kvm: No such file or directory
> libguestfs: trace: get_backend_setting "force_tcg"
Hi Richard,
Thank you for the reply, I hope this mail finds you well.
We resolved guestfs_add_drive failure, now guestfs_add_drive is adding disk
successfully after adding "format:raw".
But guestfs_launch is failing Kindly help me to troubleshoot or to find any
workaround.
Error_callback is
Hi Richard,
Please find attachment.
Thanks
RR
-Original Message-
From: Richard W.M. Jones
Sent: Sunday, September 17, 2023 12:01 AM
To: Raja Ram Sharma
Cc: Teja Konapalli ; libguestfs@redhat.com; Divyanshu
Kumar
Subject: Re: [EXTERNAL] - Re: LIBGUESTFS mount disk failure
CAUTION:
Hi Richard,
Wish you a happy weekend!
Guestfs_launch fails after below error :
libguestfs: is_openable: /dev/kvm: No such file or directory
libguestfs: trace: get_backend_setting "force_tcg"
libguestfs: trace: get_backend_setting = NULL (error)
^^^
S
Thank you, Richard!
Guestfs_launch was failing due to internal program issue. Since guesfs_launch
creates new process for guesfs process.
Hence, Guestfs_launch was failing since new process creation failed in internal
program due to remote connection.
We resolved using Deamon and Sender logic