Bug 896585
| Summary: | RHEL5.8 kvm pxe fails. | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | craig <craig.lamparter> | ||||||||
| Component: | kvm | Assignee: | Amos Kong <akong> | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 5.8 | CC: | ailan, chayang, juzhang, mkenneth, rhod, virt-maint | ||||||||
| Target Milestone: | rc | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2013-03-19 05:10:41 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
craig
2013-01-17 15:06:04 UTC
Can you provide the sosreport result? I want to know more detail of configuration. Thanks. attaching sos report(s), thanks! -craig Created attachment 687506 [details]
sos report rhel5.8
Created attachment 687507 [details]
sos report for rhel5.9
(In reply to comment #2) > attaching sos report(s), thanks! > -craig Hi craig, Does this problem still exist? Can you help to reproduce this bug and re-collect the sosreport log (make sure problem is reproduced & vm is running)? I didn't find any log in sosreport/var/log/libvirt/qemu/, no qemu process in sosreport/ps Thanks. Created attachment 712374 [details]
V2 sosreport log files from HP
I sent mail to (craig.lamparter, vinodhk, hemantha-kumara.y, konkumutti.mounika), Mounika provided me this log files. It's effective :)
In latest sosreportlog, guest already got the ip address(192.168.122.93) from DHCP service which is provided by dnsmasq. But it failed to find the tftp file (Error: No filename).
TFTP was not configured rightly, there is no tftp options in dnsmasq's cmdline
tftp related options: --enable-tftp --tftp-root $tftp --dhcp-boot $dhcp
$ grep dnsmasq k.896585-985977/ps
/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.2,192.168.122.254 --dhcp-lease-max=253 --dhcp-no-override
$ grep network k.896585-985977/etc/libvirt/qemu/win.xml
<boot dev='network'/>
<source network='default'/>
1. guest try to boot from network first
2. guest will use 'default' network
$ grep bridge k.896585-985977/etc/libvirt/qemu/networks/default.xml
<bridge name="virbr0" />
Default network uses the private bridge (virbr0, subnet: 192.168.122.*)
You should use public bridge (br0 subnet:172.20.50.*).
So it's a configure problem, I will close this bug.
|