Bug 458831
| Summary: | xen-3.1.2-5.fc8 kills host networking | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Orion Poplawski <orion> | ||||||
| Component: | xen | Assignee: | Xen Maintainance List <xen-maint> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 8 | CC: | berrange, markmc | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-08-15 21:18:43 UTC | Type: | --- | ||||||
| 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
Orion Poplawski
2008-08-12 15:37:17 UTC
Created attachment 314107 [details]
Log files
Log files from xend start including ifconfig before and after starting xend.
Okay, scratch the update part. Looks like the culprit may have been a failed attempt to install a F10 guest at the same time as I did the update. Reverting to 3.1.2-2 did not help. I also tried to remove the config for the newer F10 guest but that didn't help. Now I'm left with a F9 x86_64 guest that had been working for a while but now seems to crash the networking when brought up. I'll attach the config. Created attachment 314110 [details]
config.sxp for old F9 domain
Orion: if you think the update didn't cause this, could you kill the -1 karma in bodhi
Your networking issue is strange. This:
device eth0 already exists; can't create bridge with the same name
suggests that when this:
create_bridge ${tdev}
is called, that tdev=eth0; but clearly from your ifconfig output, tdev=tmpbridge
dunno, try add "set -x" to network-bridge and looking at the output in xend-debug.log
After cleaning up some problems it seems to be working now. I'll try to drop the -1 karma when bodhi is back up. |