Dear, After reboot server I can not start any VPS Client. Dom-0 is running, but when I start any Dom-U this error message appear: - Error starting domain: POST operation failed: xend_post: error from xen daemon: (xend.err ''Device 0 (vif) could not be connected. Could not find bridge device xenbr0''). Please help, Wendy _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> Dear, > > After reboot server I can not start any VPS Client. Dom-0 is running,but when> I start any Dom-U this error message appear: > > - Error starting domain: POST operation failed: xend_post: error fromxen> daemon: (xend.err ''Device 0 (vif) could not be connected. Could notfind> bridge device xenbr0''). > > Please help, Wendy >Does ''brctl show'' show a bridge called ''xenbr0''? James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>Does ''brctl show'' show a bridge called > ''xenbr0''?> JamesNo. According to you idea then I do: # brctl addbr xenbr0 # /etc/init.d/xend restart Now, Dom-U can boot (thanks!) but I still can not PING from Dom-U. Please advise. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Wendy William
2010-Jun-13 22:21 UTC
Re: [Xen-users] Xen Client won''t start after reboot (when upgrade CentOS 5.4 to 5.5)
>>Does ''brctl show'' show a bridge called >> >> ''xenbr0''?> No. According to you idea then I do: > # brctl addbr xenbr0 > # /etc/init.d/xend restart> Now, Dom-U can boot (thanks!) but I still can not PING from Dom-U. > Please advise.I found that peth0 is missing when I run ifconfig. This happen after I do update CentOS 5.4 to 5.5 Any idea how to enable again peth0? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
James Harper
2010-Jun-14 00:36 UTC
RE: [Xen-users] Xen Client won''t start after reboot (when upgradeCentOS 5.4 to 5.5)
> > > Now, Dom-U can boot (thanks!) but I still can not PING from Dom-U. > > Please advise. > > I found that peth0 is missing when I run ifconfig. This happen after Ido> update CentOS 5.4 to 5.5 > Any idea how to enable again peth0? >Under Debian, I just set up my bridges in /etc/network/interfaces (no sure if CentOS uses the same config method), and then tell xend not to make the bridge by commenting out the line that says "(network-script network-bridge)". So in your case, I would comment out the config line, then reboot to undo whatever funky stuff the xend network-bridge stuff does, make sure eth0 is working, then set up a bridge that includes eth0 and put your IP address on the bridge. James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users