Displaying 10 results from an estimated 10 matches for "xuanmao_001".
2012 Sep 29
2
can not connect hypervisor using libvirt-0.9.8 on windows
...nvironment on windows xp.
the compiltion was successed.
but when I connect the remote host using virsh.exe, it occured error like:
error: Failed to connect to the hypervisor
error: Unable to set close-on-exec flag: No such file or directory
Is there something wrong? give me some help, thanks!
xuanmao_001
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120929/494b4ec7/attachment.htm>
2012 Aug 13
1
Does Libvirt-0.8.8(windows) support URI like qemu+ssh on windows?
Hi,
I have ssh2.exe and ssh-keygen2 tools on my windows which as parts of "SSH Secure Shell for Workstations Windows Client", and they work well.
Now I want to know if libvirt support URI like qemu+ssh on windows?
Give me some ideas. thanks
xuanmao_001
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120813/36e6ff79/attachment.htm>
2015 May 08
2
Failed dependencies with perl-Sys-Virt
...T_1.0.5
/usr/lib64/libvirt.so.0:0000000000000000 A LIBVIRT_1.0.6
/usr/lib64/libvirt.so.0:0000000000000000 A LIBVIRT_1.1.0
/usr/lib64/libvirt.so.0:0000000000000000 A LIBVIRT_1.1.1
/usr/lib64/libvirt.so.0:0000000000000000 A LIBVIRT_PRIVATE_1.1.2
I have no idea, please give me some help. thanks.
xuanmao_001
2012 Jul 10
1
What is the procedure of libvirt internal when you run a domain.
Hi, all.
I want to know when I press run button. start a domain. What is the procedure of libvirt internal.
I know it will call virDomainCreate(),then qemuDomainStart() -> qemuDomainStartWithFlags(). what is the next?
xuanmao_001
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120710/b6547219/attachment.htm>
2012 Jul 16
1
Is there a version with libvirt supporting domain Autostart?
I want to know if libvirt supporting qemu domain Autostart?
my libvirt version is 0.9.8.
xuanmao_001
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120716/5fd5dedb/attachment.htm>
2012 Aug 16
1
What can cause "libvirtd dead but pid file exists."
...g but didn't find any useful information. so I want to know what can cause the problem?
another question:
I found the message in /var/log/message like "libvirtd: Could not find keytab file: /etc/libvirt/krb5.tab: Permission denied."
what is going wrong?
my libvirt version: 0.9.8.
xuanmao_001
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120816/bb22ef14/attachment.htm>
2012 Sep 17
1
Failed to reboot VM via virsh
..."error: Failed to reboot domain abc"
"error: Requested operation is not valid: Reboot is not supported without the JSON monitor".
I updated qemu version,such as "qemu-kvm-1.2.0", it still like that.
can you give me any ideas?
my libvirt version: 0.9.8.
thanks.
xuanmao_001
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120917/d16f9b06/attachment.htm>
2012 Jun 20
1
update virDomainDef with xml config
...endjob;
sa_assert(persistentDef);
persistentDef->running_mode = opt;
ret = virDomainSaveConfig(driver->configDir, persistentDef);
ret = 0;
endjob:
if (qemuDomainObjEndJob(driver, vm) == 0)
vm = NULL;
cleanup:
if (vm)
virDomainObjUnlock(vm);
return ret;
}
xuanmao_001
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120620/8f9cccae/attachment.htm>
2012 Sep 26
4
guestfish hang when exec command.
...ESTFS_PATH to the path where you unpacked these files, eg:
export LIBGUESTFS_PATH=/usr/local/lib/guestfs/appliance/
then executed command:
virt-copy-out -d GuestName 'win:c:\windows\system32\config' .
the command hang here.
Is there something going wrong? give me some help, thanks!
xuanmao_001
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20120926/233cfe5d/attachment.htm>
2015 May 08
0
Re: Failed dependencies with perl-Sys-Virt
On Fri, May 08, 2015 at 08:48:27PM +0800, xuanmao_001 wrote:
> Hi, erveryone:
> I compiled libvirt-1.1.2.tar.gz from source.
> my compile step:
> ./configure --prefix=/usr --libdir=/usr/lib64 --without-xen --without-xen-inotify \
> --without-uml --without-openvz --without-vmware --without-vbox --without-lxc \
> --without-esx --wit...