<div class="gmail_quote">On Tue, May 4, 2010 at 4:27 PM, Justin M. Forbes <span dir="ltr">&lt;<a href="mailto:jmforbes@linuxtx.org">jmforbes@linuxtx.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Tue, 2010-05-04 at 16:09 +0200, Gianluca Cecchi wrote:<br>
&gt; Hello,<br>
&gt; using F12 x86_64 + rawvirt repo I&#39;m experiencing this kind of problem<br>
&gt; inside a vm.<br>
&gt; vm is a rh el 5.5 x86 os<br>
&gt; vm has defined default virtual network (nat; tried also creating a new<br>
&gt; virtuial network nat-to-eth0; I only have eth0 on my host)<br>
&gt; vm with virtio network card defined (tried also with rtl8139 model)<br>
&gt;<br>
</div>Which version of qemu is installed on the host? Is this the most up to<br>
date virt-preview package (0.12.3-8)<br>
<br>
Thanks,<br>
<font color="#888888">Justin<br>
<br>
<br>
</font></blockquote></div><br><br>I had 0.12.3-7... strangely the graphical pop-up didn&#39;t propose update...<br>After doing it manually I now have 0.12.3-8 with this changelog<br>* Thu Apr 22 2010 Justin M. Forbes &lt;<a href="mailto:jforbes@redhat.com">jforbes@redhat.com</a>&gt; - 2:0.12.3-8<br>
- Change requires to the noarch seabios-bin<br>- Add ownership of docdir to qemu-common (#572110)<br>- Fix &quot;Cannot boot from non-existent NIC&quot; error when using virt-install (#577851)<br><br>But same problem.<br>
<br>At host side:<br>May  4 20:31:56 tekkaman dnsmasq-dhcp[1767]: DHCPDISCOVER(virbr1) 52:54:00:11:24:dd <br>May  4 20:31:56 tekkaman dnsmasq-dhcp[1767]: DHCPOFFER(virbr1) 192.168.101.160 52:54:00:11:24:dd <br>May  4 20:31:56 tekkaman dnsmasq-dhcp[1767]: DHCPREQUEST(virbr1) 192.168.101.160 52:54:00:11:24:dd <br>
May  4 20:31:56 tekkaman dnsmasq-dhcp[1767]: DHCPACK(virbr1) 192.168.101.160 52:54:00:11:24:dd <br><br>At guest side console 3 with image vm.png content.<br>It gets ip but in console 1 I have &quot;error downloading kickstart file&quot; window<br>
<br>From host I can run a ping to the ip assigned to vm...<br>[root@tekkaman ~]# ping 192.168.101.160<br>PING 192.168.101.160 (192.168.101.160) 56(84) bytes of data.<br>64 bytes from <a href="http://192.168.101.160">192.168.101.160</a>: icmp_seq=1 ttl=64 time=2.06 ms<br>
64 bytes from <a href="http://192.168.101.160">192.168.101.160</a>: icmp_seq=2 ttl=64 time=0.439 ms<br>64 bytes from <a href="http://192.168.101.160">192.168.101.160</a>: icmp_seq=3 ttl=64 time=0.568 ms<br><br>[root@tekkaman ~]# ps -ef|grep [d]nsm<br>
nobody    1767     1  0 20:05 ?        00:00:00 /usr/sbin/dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/nat1.pid --conf-file=  --listen-address 192.168.101.1 --except-interface lo --dhcp-range 192.168.101.128,192.168.101.254 --dhcp-lease-max=127<br>
nobody    1803     1  0 20:05 ?        00:00:00 /usr/sbin/dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/default.pid --conf-file=  --listen-address 192.168.122.1 --except-interface lo --dhcp-range 192.168.122.101,192.168.122.254 --dhcp-lease-max=154<br>
<br>[root@tekkaman ~]# iptables -L<br>Chain INPUT (policy ACCEPT)<br>target     prot opt source               destination         <br>ACCEPT     udp  --  anywhere             anywhere            udp dpt:domain <br>ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:domain <br>
ACCEPT     udp  --  anywhere             anywhere            udp dpt:bootps <br>ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:bootps <br>ACCEPT     udp  --  anywhere             anywhere            udp dpt:domain <br>
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:domain <br>ACCEPT     udp  --  anywhere             anywhere            udp dpt:bootps <br>ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:bootps <br>
ACCEPT     all  --  anywhere             anywhere            state RELATED,ESTABLISHED <br>ACCEPT     icmp --  anywhere             anywhere            <br>ACCEPT     all  --  anywhere             anywhere            <br>
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:ssh <br>REJECT     all  --  anywhere             anywhere            reject-with icmp-host-prohibited <br><br>Chain FORWARD (policy ACCEPT)<br>
target     prot opt source               destination         <br>ACCEPT     all  --  anywhere             <a href="http://192.168.122.0/24">192.168.122.0/24</a>    state RELATED,ESTABLISHED <br>ACCEPT     all  --  <a href="http://192.168.122.0/24">192.168.122.0/24</a>     anywhere            <br>
ACCEPT     all  --  anywhere             anywhere            <br>REJECT     all  --  anywhere             anywhere            reject-with icmp-port-unreachable <br>REJECT     all  --  anywhere             anywhere            reject-with icmp-port-unreachable <br>
ACCEPT     all  --  anywhere             <a href="http://192.168.101.0/24">192.168.101.0/24</a>    state RELATED,ESTABLISHED <br>ACCEPT     all  --  <a href="http://192.168.101.0/24">192.168.101.0/24</a>     anywhere            <br>
ACCEPT     all  --  anywhere             anywhere            <br>REJECT     all  --  anywhere             anywhere            reject-with icmp-port-unreachable <br>REJECT     all  --  anywhere             anywhere            reject-with icmp-port-unreachable <br>
ACCEPT     all  --  anywhere             anywhere            PHYSDEV match --physdev-is-bridged <br>REJECT     all  --  anywhere             anywhere            reject-with icmp-host-prohibited <br><br>Chain OUTPUT (policy ACCEPT)<br>
target     prot opt source               destination         <br><br>Nothing useful in my access.log or error.log of httpd....<br>I get the same error with a CentOS 5.4 32bit...<br><br>Thanks for helping.<br><br>My package list now (libvirt was updated on 24 of March; no reboot by me after today updates:<br>
May 04 20:20:04 Updated: virt-manager-0.8.3-3.fc12.noarch<br>May 04 20:21:43 Updated: 2:qemu-common-0.12.3-8.fc12.x86_64<br>May 04 20:21:44 Updated: 2:qemu-system-x86-0.12.3-8.fc12.x86_64<br>May 04 20:22:49 Updated: 2:qemu-img-0.12.3-8.fc12.x86_64<br>
May 04 20:23:15 Updated: 2:qemu-kvm-0.12.3-8.fc12.x86_64<br>)<br>[root@tekkaman ~]# rpm -qa|egrep -i &quot;qemu|kvm|virt&quot;<br>python-virtinst-0.500.2-1.fc12.noarch<br>qemu-system-x86-0.12.3-8.fc12.x86_64<br>virt-viewer-0.2.1-1.fc12.x86_64<br>
qemu-img-0.12.3-8.fc12.x86_64<br>virt-v2v-0.2.0-1.fc12.noarch<br>libvirt-python-0.7.7-2.fc12.x86_64<br>virt-manager-0.8.3-3.fc12.noarch<br>perl-Sys-Virt-0.2.1-1.fc12.x86_64<br>qemu-common-0.12.3-8.fc12.x86_64<br>virtuoso-opensource-6.1.0-2.fc12.x86_64<br>
libvirt-client-0.7.7-2.fc12.x86_64<br>virt-top-1.0.4-1.fc12.1.x86_64<br>gpxe-roms-qemu-1.0.0-1.fc12.noarch<br>qemu-kvm-0.12.3-8.fc12.x86_64<br>virt-mem-0.3.1-9.fc12.x86_64<br>libvirt-0.7.7-2.fc12.x86_64<br><br>