
20 Aug
2008
20 Aug
'08
11:41 a.m.
James Bardin wrote:
Cole Robinson wrote:
Make sure hald (or some equivalently named service) is running. Bar that, you'll probably have to ask the ubuntu folks.
It's running. I'll see if I can figure out where this went wrong.
Does this apply to virsh as well?
Thanks -jim
No virsh/libvirt doesn't use hal. If you want to try manually adding the bridge device to the domain, try the following. 'virsh dumpxml vmname > tmpxml' edit 'tmpxml', add to the <devices> section: <interface type='bridge'> <source bridge='br0'/> </interface> 'virsh define tmpxml' Hope that helps, Cole