[libvirt-users] 答复: 答复: 答复: libvirtd can't start

2015-03-26 Thread 梅磊
Laine, you are right, some packages mixed: [root@openstack3 ~]# rpm -qa | grep '\(libvirt\|netcf\|libnl\)' | sort libnl-1.1.4-3.el7.x86_64 libnl3-3.2.21-7.el6.x86_64 libnl3-cli-3.2.21-7.el6.x86_64 libnl3-debuginfo-3.2.21-7.el6.x86_64 libnl-debuginfo-1.1.4-3.el7.x86_64 libnl-devel-1.1.4-3.el7.x86_

Re: [libvirt-users] Installation of libvirt on Ubuntu

2015-03-26 Thread Dominique Ramaekers
Libvirt is in the standard repositories... Why don't you just install it with ex tasksel? Van: WANG Cheng D [mailto:cheng.d.w...@alcatel-sbell.com.cn] Verzonden: donderdag 26 maart 2015 16:06 Aan: libvirt-users@redhat.com Onderwerp: [libvirt-users] Installation of libvirt on Ubuntu Dear all,

Re: [libvirt-users] virConnectListAllNodeDevices requires number of devices to be known

2015-03-26 Thread Laine Stump
On 03/26/2015 04:05 PM, Neel Basu wrote: > Hi, > virConnectListAllNodeDevices() takes a virNodeDevicePtr **devices. So > I need to create an array of virNodeDevicePtr. For that I need to know > size / Number of devices. What is the function for that ? No, that is incorrect. http://www.libvirt.org

Re: [libvirt-users] 答复: 答复: libvirtd can't start

2015-03-26 Thread Laine Stump
On 03/26/2015 05:31 AM, 梅磊 wrote: > Hi Martin: > Actually, I have installed all the debuginfo for this coredump file. > But the netcf debuginfo report "mismatch" as below: > warning: the debug information found in > "/usr/lib/debug/usr/lib64/libnetcf.so.1.4.0.debug" does not match > "/lib

[libvirt-users] virConnectListAllNodeDevices requires number of devices to be known

2015-03-26 Thread Neel Basu
Hi, virConnectListAllNodeDevices() takes a virNodeDevicePtr **devices. So I need to create an array of virNodeDevicePtr. For that I need to know size / Number of devices. What is the function for that ? Thank You. ___ libvirt-users mailing list libvirt-u

Re: [libvirt-users] no luck with filesystem storage type [solved]

2015-03-26 Thread Boylan, Ross
I needed one more option to make it work: # mount -t 9p /mnt/SASInstaller /mnt/SASInstaller/ mount: wrong fs type, bad option, bad superblock on /mnt/SASInstaller, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail

[libvirt-users] Installation of libvirt on Ubuntu

2015-03-26 Thread WANG Cheng D
Dear all, I wonder if libvirt can work on Ubuntu. As you know, it is very convenient to install libvirt on Fedora. I can download the libvirt packet from libvirt.org and install it using command ./configure, make and make install. As I am going to install an open source simulation system named

[libvirt-users] 答复: 答复: libvirtd can't start

2015-03-26 Thread 梅磊
Hi Martin: Actually, I have installed all the debuginfo for this coredump file. But the netcf debuginfo report "mismatch" as below: warning: the debug information found in "/usr/lib/debug/usr/lib64/libnetcf.so.1.4.0.debug" does not match "/lib64/libnetcf.so.1" (CRC mismatch). So I ignor

Re: [libvirt-users] no luck with filesystem storage type

2015-03-26 Thread Ján Tomko
On Thu, Mar 26, 2015 at 01:37:06AM +, Boylan, Ross wrote: > I have a directory on the host that I would like to be visible in the > guest/domain. Using virt-manager I selected the directory, resulting in this > configuration: > > > >function='0x0'/> > > I crea

Re: [libvirt-users] 答复: libvirtd can't start

2015-03-26 Thread Martin Kletzander
On Thu, Mar 26, 2015 at 02:55:04PM +0800, 梅磊 wrote: Thanks for your reply, Martin, I have read the coredump, but I am not familiar with libvirt, so could you help me to figure it out why it crash? Attachment is the coredump gdb output and all the generate files when libvirtd stop. I forgot t

[libvirt-users] 答复: libvirtd can't start

2015-03-26 Thread 梅磊
My environment is Centos 7 , no locale.gen exist on my server. Thanks for your reply anyway. Thanks, Andy -邮件原件- 发件人: libvirt-users-boun...@redhat.com [mailto:libvirt-users-boun...@redhat.com] 代表 Mr Queue 发送时间: 26 March 2015 09:01 收件人: libvirt-users@redhat.com 主题: Re: [libvirt-users] lib