[libvirt-users] Cannot get eth0 to work on libvirt-lxc
by Marco Monteiro
I'm trying to get an Archlinux guest running on a Archlinux host.
Everything works except ethernet.
When I boot the host,
---
# dmesg |tail
[ 8.265493] Bridge firewalling registered
[ 8.514547] IPv6: ADDRCONF(NETDEV_UP): virbr0: link is not ready
[ 8.645303] ip6_tables: (C) 2000-2006 Netfilter Core Team
---
Then I do
---
# virsh -c lxc:/// start gitolite
Domain gitolite started
# dmesg |tail
[ 348.793398] device veth0 entered promiscuous mode
[ 348.793553] IPv6: ADDRCONF(NETDEV_UP): veth0: link is not ready
[ 348.997973] IPv6: ADDRCONF(NETDEV_CHANGE): veth0: link becomes ready
[ 348.997998] virbr0: topology change detected, propagating
[ 348.998001] virbr0: port 1(veth0) entered forwarding state
[ 348.998008] virbr0: port 1(veth0) entered forwarding state
[ 348.998017] IPv6: ADDRCONF(NETDEV_CHANGE): virbr0: link becomes ready
[ 349.784174] EXT4-fs (xvdg): re-mounted. Opts: (null)
---
Then I enter the guest and do
---
# ip link
5: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state
UP mode DEFAULT qlen 1000
link/ether 02:00:00:00:00:17 brd ff:ff:ff:ff:ff:ff
7: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN mode
DEFAULT
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
---
So, eth0 exists. Now, still in the guest:
---
# systemctl start dhcpcd@eth0
A dependency job for dhcpcd(a)eth0.service failed. See 'journalctl -xn' for
details.
# journalctl -xn
-- Logs begin at Sat 2013-01-19 10:50:45 UTC, end at Sat 2013-01-19
10:56:26 UTC
Jan 19 10:54:48 gitolite sudo[38]: pam_unix(sudo:session): session opened
for us
Jan 19 10:54:48 gitolite systemd[1]: Expecting device
sys-subsystem-net-devices-
-- Subject: Unit sys-subsystem-net-devices-eth0.device has begun with
start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation:
http://www.freedesktop.org/wiki/Software/systemd/catalog/7d495
--
-- Unit sys-subsystem-net-devices-eth0.device has begun starting up.
Jan 19 10:56:18 gitolite systemd[1]: Job
sys-subsystem-net-devices-eth0.device/s
Jan 19 10:56:18 gitolite systemd[1]: Timed out waiting for device
sys-subsystem-
-- Subject: Unit sys-subsystem-net-devices-eth0.device has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation:
http://www.freedesktop.org/wiki/Software/systemd/catalog/be02c
--
-- Unit sys-subsystem-net-devices-eth0.device has failed.
--
-- The result is timeout.
Jan 19 10:56:18 gitolite systemd[1]: Dependency failed for dhcpcd on eth0.
-- Subject: Unit dhcpcd(a)eth0.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation:
http://www.freedesktop.org/wiki/Software/systemd/catalog/be02c
--
-- Unit dhcpcd(a)eth0.service has failed.
--
-- The result is dependency.
---
At this point, nothing new in dmesg.
Even though ip link should a eth0 device, the
sys-subsystem-net-devices-eth0.device has failed?
I don't understand this.
This is libvirt 1.0.1 in linux 2.6.11. I tried with both systemd 197 and
(thinking that recent changes with device naming could be the problem) with
196. It didn't work on either.
The domain configuration is:
---
<domain type='lxc'>
<name>gitolite</name>
<uuid>3122bf1d-11bb-0dd8-be64-7e352b3f8694</uuid>
<memory unit='KiB'>262144</memory>
<currentMemory unit='KiB'>262144</currentMemory>
<vcpu placement='static'>1</vcpu>
<os>
<type arch='x86_64'>exe</type>
<init>/sbin/init</init>
</os>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<emulator>/usr/lib/libvirt/libvirt_lxc</emulator>
<filesystem type='mount' accessmode='passthrough'>
<source dir='/mnt/gitolite'/>
<target dir='/'/>
</filesystem>
<interface type='network'>
<mac address='02:00:00:00:00:17'/>
<source network='default'/>
</interface>
<console type='pty'>
<target type='lxc' port='0'/>
</console>
</devices>
</domain>
---
I also tried using bridged networking configuration but I see the same
problem.
What could be causing this? Any ideas?
Thanks,
Marco
11 years, 10 months
[libvirt-users] Problems with VM networking on Ubuntu Quantal
by Dale Amon
I have shifted some VM's to a new server running Quantal
and have had a world of trouble. The first one was caused
by issues with an apparently compiled in path in their
apparmor version which forced VM pools to be in /srv or
similar rather than where I wanted them. For now this was
not a big issue, and thankfully the server where it would
be a big time problem (there are individual drives per
major customer or user) is Debian.
But... I still have issues. The networking has changed
considerably and although I can get my VM running, I cannot
reach it.
The new quantal machines give you something like this:
br0 Link encap:Ethernet HWaddr ****
inet addr:10.0.0.xx Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: *****/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
p6p1 Link encap:Ethernet HWaddr ****
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
virbr0 Link encap:Ethernet HWaddr ****
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
vnet0 Link encap:Ethernet HWaddr fe:54:00:84:3c:4f
inet6 addr: fe80::fc54:ff:fe84:3c4f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
The VM machine has a static ip on the same network, ie 10.0.0.x. It
worked fine on the old server but is not reachable (and cannot
connect outward).
Forwarding is turned on:
cat /proc/sys/net/ipv4/ip_forward
1
The VM has
eth0 Link encap:Ethernet HWaddr ****
inet addr:10.0.0.xx Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: *****/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
An attempt to ping from the VM to anything outside gives a "Destination
host unreachable" message.
It has been a long time since I set the old machine up, so I
may well have forgotten some step.
11 years, 10 months
[libvirt-users] Libvirt node is not getting booted through network with KVM too
by Varun Bhatnagar
Hi,
Sorry for putting the images. Posting this question again.
I am trying to boot my node through network with the following
configuration (even with KVM it is not getting booted):
< domain type='kvm'>
< name>Node-2-3</name>
< os>
< type>hvm</type>
< boot dev='network'/>
< boot dev='hd'/>
< /os>
< memory>654321</memory>
< vcpu>1</vcpu>
< interface type='internal'>
< source name='test1'/>
< model type='am79c970a'/>
< mac address='20:00:00:0F:03:01'/>
< /interface>
< interface type='internal'>
< source name='test2'/>
< model type='am79c970a'/>
< mac address='20:00:00:0F:03:02'/>
< /interface>
<!--BRIDGE-->
< interface type='bridge'>
< source bridge='vboxtap0'/>
< mac address='20:00:00:0F:03:03'/>
< model type='am79c973'/>
< /interface>
< /domain>
But I am getting an error message saying:
Fatal: Could not read from the boot medium! System halted.
Even my network setting is not getting reflected in the Virtualbox.
Can you suggest me what is wrong with this configuration. I think to boot
a node from network we need to define a boot server but where shall I add
that, I am confused....
Any help will be appreciated. Thanks in advance.
Regards,
Varun
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
11 years, 10 months
[libvirt-users] firewalld, no dhcp and virsh
by Paul Wouters
On all of the networks I create, I really don't want
libvirt/KVM/virt-manager to do any kind of DHCP. I'm currently using xml
files to feed into libvirt via virsh, for example:
<network>
<name>192_0_1</name>
<bridge name='swan01' stp='on' delay='0' />
<mac address='12:00:00:16:16:BA'/>
<ip address='192.0.1.127' netmask='255.255.255.0'>
</ip>
</network>
Running this through virsh net-define gives no errors, and virt-manager
shows:
DHCP Start: disabled
DHCP End: disabled
But any attempt at starting the network causes:
Error starting network '192_0_1': failed to add iptables rule to allow
DHCP requests from 'swan01'
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 96, in
cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 117, in
tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/network.py", line 82, in start
self.net.create()
File "/usr/lib64/python2.7/site-packages/libvirt.py", line 2049, in
create
if ret == -1: raise libvirtError ('virNetworkCreate() failed',
net=self)
libvirtError: failed to add iptables rule to allow DHCP requests from
'swan01'
I narrowed this down to the fact that firewalld was not running.
So I guess there are two bugs:
1) when not specifying dhcp ranges in the xml, it should _not_ try to
poke DHCP holes.
2) when firewalld is not running, it should perhaps log a warning, but
not abort the network start.
Paul
11 years, 10 months
[libvirt-users] Libvirt daemon is not getting started
by Varun Bhatnagar
Hi,
Earlier I was having libvirt-0.7.5 but now I have installed 0.9.8 version
of libvirt now.
I am trying to start libvirt daemon using the command below but daemon it
is not getting started and the PID file is not getting created. Tried
/usr/loval/sbin/libvirtd -d option too. In that case I am not getting any
error but PID file is not getting created in this case too.
/usr/local/sbin/libvirtd
2013-01-16 16:43:53.399+0000: 4070: info : libvirt version: 0.9.8
2013-01-16 16:43:53.399+0000: 4070: error : virCommandWait:2192 : internal
error Child process (/usr/sbin/iptables --table mangle --delete
POSTROUTING --out-interface virbr0 --protocol udp --destination-port 68
--jump CHECKSUM --checksum-fill) status unexpected: exit status 2
2013-01-16 16:43:53.406+0000: 4070: error : virCommandWait:2192 : internal
error Child process (/usr/sbin/iptables --table mangle --insert
POSTROUTING --out-interface virbr0 --protocol udp --destination-port 68
--jump CHECKSUM --checksum-fill) status unexpected: exit status 2
2013-01-16 16:43:53.406+0000: 4070: warning :
networkAddGeneralIptablesRules:1259 : Could not add rule to fixup DHCP
response checksums on network 'default'.
2013-01-16 16:43:53.406+0000: 4070: warning :
networkAddGeneralIptablesRules:1260 : May need to update iptables package
& kernel to support CHECKSUM rule.
2013-01-16 16:43:54.704+0000: 4070: error : umlStartup:471 : cannot
initialize inotify
2013-01-16 16:43:54.704+0000: 4070: error : virStateInitialize:854 :
Initialization of UML state driver failed
2013-01-16 16:43:54.704+0000: 4070: error : daemonRunStateInit:1157 :
Driver state initialization failed
and I am also trying to connect to VMPlayer with the following URL but it
is giving the following error message:
virsh # connect vmplayer:///session
error: Failed to connect to the hypervisor
error: Failed to connect socket to
'/usr/local/var/run/libvirt/libvirt-sock': No such file or directory
Is this because of the daemon, as it is not getting started or because of
some other reason?
Can anybody suggest any solution for this. I am stuck from past few days
and not able to find solution. Any help will be appreciated.
Thanks in advance.
Regards,
Varun
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
11 years, 10 months
[libvirt-users] LibVirt CPU problem
by Michael Beham
Hi,
I´m testing to start a KVM-VM with different CPU settings and I get an
weird error when I use the parameter: <cpu mode='host-model'> !!
I have a AMD Opteron 4280 CPU, but in the VM, proc/cpuinfo shows me,
that I´m using Intel core2duo cpu model T7700 and in the flag-line of
proc/cpu the system is listing the svm-flag of AMD?!?! If I use <cpu
mode='host-passthrough'> I get the right CPU-model listed in the VM!
Anyone an idea why I get the wrong information with host-model?
BTW some further information about used versions:
LibVirt version is 0.9.12
qemu-kvm 1.0
Kernel 3.3.2
Cheers,
Mike
11 years, 10 months
[libvirt-users] Libvirt node is not getting booted through network
by Varun Bhatnagar
Hi,
I am trying to boot my node through network with the following
configuration:
But I am getting an error message saying:
Even my network setting is not getting reflected in the Virtualbox.
Can anyone suggest me what is wrong with this configuration. I think to
boot a node from network we need to define a boot server but where shall I
add that, I am confused....
Any help will be appreciated. Thanks in advance.
Regards,
Varun
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
11 years, 10 months
[libvirt-users] A issue about KVM block migration
by 刘基
Hello everyone,
I have a issue about the KVM block migration. Please give me some help.
1) I use the "virsh create" command to start a KVM VM in source machine.
2) And then, I use "virsh migrate" cammand to start a block migration:
# virsh migrate --live --copy-storage-all --verbose win7 qemu+ssh://
186.100.8.136/system
root(a)186.100.8.136's password:
Migration : [ 93% ]
I execute "virsh list" command in source machine, and the result is:
#virsh list
Id Name State
-----------------------------------------------------------
1 win7 running
I can find the corresponding qemu-kvm process in the result of "ps -ef |
grep qemu-kvm" in source machine.
And I execute "virsh list" command in destination machine, and the result
is:
#virsh list
Id Name State
-----------------------------------------------------------
1 win7 paused
3) But after a few minutes,there have a error:
# virsh migrate --live --copy-storage-all --verbose win7 qemu+ssh://
186.100.8.136/system
root(a)186.100.8.136's password:
Migration : [ 97% ]
error: Unable to read from monitor : Connection reset by peer.
I execute "virsh list" command in source machine again, and the result
is NULL.
I cannot find the corresponding qemu-kvm process in the result of "ps
-ef | grep qemu-kvm" in source machine.
And I execute "virsh list" command in destination machine again, and the
result is NULL.
But, when I only use qemu-kvm command not use libvirt, I can test block
migration successfully (use qemu-kvm to create a VM, and exec "migrate -b
-d xxx" command in qemu-kvm monitor to migrate).
The version of libvirt is 1.0.1 and the version of qemu-kvm is 1.2.0 (
1.2.2 is also have this issue).
Please give me some help. How to solve the issue. Thanks a lot.
**
11 years, 10 months
[libvirt-users] libvirt RPC error
by Parakkal, Navin S
Hi,
I'm using qemu+ssh://username@hostname/system as the remote URI. Libvirt seems to be communicating fine until some 2 minutes (we poll every 5 seconds) and then it throws up RPC error and many counters are wrong. But if I collect on localhost the counters seems to be coming fine. Test and testvm are guests on the local machine where as Win8 and Ubuntu* are remote URI's connected through ssh.
What causes this error "libvir: RPC error : End of file while reading data: : Input/output error"
and how do we fix it ?
I've pasted the logfile inline.
Localhost from which we are connecting:
uname -aLinux iwf0044110 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
root@iwf0044110:/home1/parakkal/COLLABNET_11.10_NEW/hpsw-oa/PA/numsVob/linux/2.2/Linux2.6_64_debug# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
root@iwf0044110:/home1/parakkal/COLLABNET_11.10_NEW/hpsw-oa/PA/numsVob/linux/2.2/Linux2.6_64_debug# virsh version
Compiled against library: libvir 0.9.8
Using library: libvir 0.9.8
Using API: QEMU 0.9.8
Running hypervisor: QEMU 1.0.0
Remote host:
root@iwf004461:/home1/parakkal/COLLABNET_11.10_NEW/hpsw-oa/PA/numsVob/linux/2.2# uname -a
Linux iwf004461 3.0.0-12-server #20-Ubuntu SMP Fri Oct 7 16:36:30 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
root@iwf004461:/home1/parakkal/COLLABNET_11.10_NEW/hpsw-oa/PA/numsVob/linux/2.2# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.10
DISTRIB_CODENAME=oneiric
DISTRIB_DESCRIPTION="Ubuntu 11.10"
root@iwf004461:/home1/parakkal/COLLABNET_11.10_NEW/hpsw-oa/PA/numsVob/linux/2.2# virsh version
Compiled against library: libvir 0.9.2
Using library: libvir 0.9.2
Using API: QEMU 0.9.2
Running hypervisor: QEMU 0.14.1
Note: libvirt.so not present, using /usr/lib/libvirt.so.0
libvir: error : no connection driver available for No connection for URI xen:///
No Xen on this system
NOTE: 1 memory stats available out of 8
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: QEMU error : Requested operation is not valid: cgroup CPU controller is not mounted
NOTE: scheduler type not available
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:23:07 | testvm | Running
04:23:07 | test | Running
04:23:07 | Win8 | Running
04:23:07 | Ubuntu11.10 | Running
04:23:07 | Ubuntu12.04 | Running
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:23:18 | testvm | Running
04:23:18 | test | Running
04:23:18 | Win8 | Running
04:23:18 | Ubuntu11.10 | Running
04:23:18 | Ubuntu12.04 | Running
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:23:25 | testvm | Running
04:23:25 | test | Running
04:23:25 | Win8 | Running
04:23:25 | Ubuntu11.10 | Running
04:23:25 | Ubuntu12.04 | Running
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:23:32 | testvm | Running
04:23:32 | test | Running
04:23:32 | Win8 | Running
04:23:32 | Ubuntu11.10 | Running
04:23:32 | Ubuntu12.04 | Running
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:23:40 | testvm | Running
04:23:40 | test | Running
04:23:40 | Win8 | Running
04:23:40 | Ubuntu11.10 | Running
04:23:40 | Ubuntu12.04 | Running
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:23:47 | testvm | Running
04:23:47 | test | Running
04:23:47 | Win8 | Running
04:23:47 | Ubuntu11.10 | Running
04:23:47 | Ubuntu12.04 | Running
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:23:55 | testvm | Running
04:23:55 | test | Running
04:23:55 | Win8 | Running
04:23:55 | Ubuntu11.10 | Running
04:23:55 | Ubuntu12.04 | Running
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:24:02 | testvm | Running
04:24:02 | test | Running
04:24:02 | Win8 | Running
04:24:02 | Ubuntu11.10 | Running
04:24:02 | Ubuntu12.04 | Running
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:24:10 | testvm | Running
04:24:10 | test | Running
04:24:10 | Win8 | Running
04:24:10 | Ubuntu11.10 | Running
04:24:10 | Ubuntu12.04 | Running
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:24:17 | testvm | Running
04:24:17 | test | Running
04:24:17 | Win8 | Running
04:24:17 | Ubuntu11.10 | Running
04:24:17 | Ubuntu12.04 | Running
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:24:24 | testvm | Running
04:24:24 | test | Running
04:24:24 | Win8 | Running
04:24:24 | Ubuntu11.10 | Running
04:24:24 | Ubuntu12.04 | Running
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:24:32 | testvm | Running
04:24:32 | test | Running
04:24:32 | Win8 | Running
04:24:32 | Ubuntu11.10 | Running
04:24:32 | Ubuntu12.04 | Running
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:24:39 | testvm | Running
04:24:39 | test | Running
04:24:39 | Win8 | Running
04:24:39 | Ubuntu11.10 | Running
04:24:39 | Ubuntu12.04 | Running
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:24:46 | testvm | Running
04:24:46 | test | Running
04:24:46 | Win8 | Running
04:24:46 | Ubuntu11.10 | Running
04:24:46 | Ubuntu12.04 | Running
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:24:54 | testvm | Running
04:24:54 | test | Running
04:24:54 | Win8 | Running
04:24:54 | Ubuntu11.10 | Running
04:24:54 | Ubuntu12.04 | Running
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:25:01 | testvm | Running
04:25:01 | test | Running
04:25:01 | Win8 | Running
04:25:01 | Ubuntu11.10 | Running
04:25:01 | Ubuntu12.04 | Running
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
libvir: error : internal error getaddrinfo failed for 'iwf004461': Name or service not known
04:25:09 | testvm | Running
04:25:09 | test | Running
04:25:09 | Win8 | Running
04:25:09 | Ubuntu11.10 | Running
04:25:09 | Ubuntu12.04 | Running
libvir: RPC error : End of file while reading data: : Input/output error
04:25:16 | testvm | Running
04:25:16 | test | Running
04:25:16 | Win8 | Nostate
04:25:16 | Ubuntu11.10 | Nostate
04:25:16 | Ubuntu12.04 | Nostate
libvir: RPC error : End of file while reading data: : Input/output error
04:25:20 | testvm | Running
04:25:20 | test | Running
04:25:20 | Win8 | Nostate
04:25:20 | Ubuntu11.10 | Nostate
04:25:20 | Ubuntu12.04 | Nostate
libvir: RPC error : End of file while reading data: : Input/output error
04:25:25 | testvm | Running
04:25:25 | test | Running
04:25:25 | Win8 | Nostate
04:25:25 | Ubuntu11.10 | Nostate
04:25:25 | Ubuntu12.04 | Nostate
Regards,
Navin
P.S. Please use reply all as I'm not subscribed to this list .
11 years, 10 months