Displaying 9 results from an estimated 9 matches for "naderan".
Did you mean:
adtran
2013 Nov 20
2
Re: how to install libvirt-python
...MU driver
perl-Sys-Virt.x86_64 : Represent and manage a libvirt hypervisor connection
virt-manager.x86_64 : Virtual Machine Manager
Which one best matches?
Regards,
Mahmood
On Wednesday, November 20, 2013 8:37 PM, Eric Blake <eblake@redhat.com> wrote:
On 11/20/2013 09:58 AM, Mahmood Naderan wrote:
[please don't top-post on technical lists]
>
> Error polling connection 'qemu:///system': internal error Cannot find suitable emulator for x86_64
Have you installed libvirt-daemon-kvm? Does running
'virt-host-validate' point out any problems?
--
Eric Blake ...
2013 Nov 20
3
Re: how to install libvirt-python
...source. For example
$ /usr/local/bin/qemu-x86_64 -version
qemu-x86_64 version 1.6.90, Copyright (c) 2003-2008 Fabrice Bellard
So what is the problem here?
Regards,
Mahmood
On Wednesday, November 20, 2013 8:14 PM, Eric Blake <eblake@redhat.com> wrote:
On 11/20/2013 09:26 AM, Mahmood Naderan wrote:
> Hi,
> I have successfully installed libvirt-.0.10.0 from source
>
> ./configure
> make
> make install
>
> How can I check that if libvirt-python is installed? Search the folders, it seems there is no such file
>
> [root@tiger ~]# find /usr/ -name libvirt-py...
2013 Nov 20
2
Unable to configure libvirt
Hello,
When I want to install libvirt-0.10.0 from source, I get this error at the configure stage
checking for libdevmapper.h... no
configure: error: You must install device-mapper-devel/libdevmapper >= 1.0.0 to compile libvirt
However the package is installed on my system
# yum list device-mapper-libs.x86_64
Installed Packages
device-mapper-libs.x86_64
2013 Nov 20
0
Re: how to install libvirt-python
On 11/20/2013 12:01 PM, Mahmood Naderan wrote:
>> Have you installed libvirt-daemon-kvm
> There is no such package.
Oh right, RHEL 6 uses the older scheme with fewer packages. And it
appears that you are using a downstream fork of RHEL, given your
previous mail:
>
> Installing for dependencies:
> libvirt-client...
2013 Nov 20
2
how to install libvirt-python
Hi,
I have successfully installed libvirt-.0.10.0 from source
./configure
make
make install
How can I check that if libvirt-python is installed? Search the folders, it seems there is no such file
[root@tiger ~]# find /usr/ -name libvirt-python
[root@tiger ~]# find . -name libvirt-python
[root@tiger ~]#
Regards,
Mahmood
2013 Nov 23
1
windows can not see the content of samba shared folder
Hello,
I want to access a shared folder on my linux from a windows machine. The smb.conf has this entry
?? [samba_share]
??????? comment = QEMU share place
??????? path = /media/samba_share
??????? valid users = mahmood vb
??????? public = no
??????? writable = yes
??????? printable = no
??????? create mask = 0777
Then I added a user to samba with "smbpasswd mahmood". The folder mask
2013 Nov 20
0
Re: how to install libvirt-python
On 11/20/2013 09:26 AM, Mahmood Naderan wrote:
> Hi,
> I have successfully installed libvirt-.0.10.0 from source
>
> ./configure
> make
> make install
>
> How can I check that if libvirt-python is installed? Search the folders, it seems there is no such file
>
> [root@tiger ~]# find /usr/ -name libvirt-py...
2013 Nov 20
0
Re: how to install libvirt-python
On 11/20/2013 09:58 AM, Mahmood Naderan wrote:
[please don't top-post on technical lists]
>
> Error polling connection 'qemu:///system': internal error Cannot find suitable emulator for x86_64
Have you installed libvirt-daemon-kvm? Does running
'virt-host-validate' point out any problems?
--
Eric Blake...
2013 Nov 21
1
Re: how to install libvirt-python
>You may be missing the distro version of qemu (that is, your self-build
>qemu at /usr/local/bin/qemu-x86_64 is not the same as what RHEL ships,
>and since you are using the RHEL libvirt, it may not know to look for a
>self-built alternative).
Excuse me, but it seems that there is not way to uninstall the qemu which has been built from source.
There is no target for uninstall. Is it