Displaying 7 results from an estimated 7 matches for "probir".
Did you mean:
probar
2019 Jul 17
2
Preloading shared library with libVirt
Hi,
I am trying to preload two shared libraries while running Qemu using
libvirt. To preload the shared libraries I have added an environment
variable in the $domain.xml file with the following command:
```
virt-xml generic --edit --confirm --qemu-commandline
'env=LD_PRELOAD=/home/probir/Downloads/kpv_temp/temp/kvmTest/build_kvm/libperform.so:/home/probir/Downloads/kpv_temp/temp/kvmTest/dependencies/libmonitor/installDir/lib/libmonitor.so'
```
However, while running the domain, I get the following message of failure
to preload the shared files in the log.
```
2019-07-17 17:35...
2019 Jul 18
0
Re: Preloading shared library with libVirt
On Wed, Jul 17, 2019 at 13:33:08 -0500, Probir Roy wrote:
> Hi,
>
> I am trying to preload two shared libraries while running Qemu using
> libvirt. To preload the shared libraries I have added an environment
> variable in the $domain.xml file with the following command:
>
> ```
> virt-xml generic --edit --confirm --qem...
2019 Jul 20
2
Re: Installing QEMU from source causing error
...new domain with UUID, but with machine='pc-i440fx-4.0'. Is
it possible the virsh is using some configuration that resetting to
predefined machine name?
On Fri, Jul 19, 2019 at 12:36 PM Daniel P. Berrangé <berrange@redhat.com>
wrote:
> On Fri, Jul 19, 2019 at 12:16:25PM -0500, Probir Roy wrote:
> > Hi,
> >
> > I am trying to run Qemu-4.0 installed from source code.
> >
> > When I run virt-manager to create a VM, I get the following error:
> >
> > ```
> > Unable to complete install: 'internal error: process exited while
> &g...
2019 Jul 21
0
Re: Installing QEMU from source causing error
...the machine "pc-i440fx-4.0"
is available there. Does it mean anything to this case? I am guessing "4.0"
means Qemu version, which is the version I am trying to install from source.
https://gist.github.com/proywm/433de1f410c5e7d68cff5833e03fb5dc
On Sat, Jul 20, 2019 at 2:36 PM Probir Roy <proy@email.wm.edu> wrote:
> It is true that the machine contains 'pc-i440fx-4.0'. I am using
> Ubuntu18.04 and libvirt-4.0.0
>
> This is probably a separate issue, but while updating the machine name
> neither "virsh define" or "virsh edit" upd...
2019 Jul 19
2
Installing QEMU from source causing error
...gured the Qemu with following command:
```
./../configure --prefix=/usr --enable-spice --target-list=x86_64-softmmu
--enable-kvm --enable-debug --enable-libssh2
```
Is it that I missed enabling any configuration while installing Qemu? What
is the expected QEMU configuration to run with libvirt?
-
Probir
2019 Jul 20
1
virsh edit has no impact on domain
...ut off
I have also tried running "virsh define" to set new configuration.
$virsh define ubuntu18.04.xml
>>> Domain ubuntu18.04 defined from ubuntu18.04.xml
However, it also did not change the file. How can I edit the domain config
file?
OS: Ubuntu 18.04.1
virsh: 4.0.0
--
Probir
2019 Jul 19
0
Re: Installing QEMU from source causing error
On Fri, Jul 19, 2019 at 12:16:25PM -0500, Probir Roy wrote:
> Hi,
>
> I am trying to run Qemu-4.0 installed from source code.
>
> When I run virt-manager to create a VM, I get the following error:
>
> ```
> Unable to complete install: 'internal error: process exited while
> connecting to monitor: 2019-07-19T17:06...