On 27 May 2010 09:40, Daniel Schmitt
<daniel.schmitt@xxxxxxx> wrote:
Hmm.
I found the place where something wrong happened by using bash debug mode.
Add " -x" to the 1st line of network-bridge script. There is something
written "#!/bin/bash". Then you will see a lot of debug output next boot.
For my problem at one place in the script "sigerr" was returned by one
command/function and incorrectly used as gateway ip address.
I've just made another attempt.
Just after removing the claim_lock* lines, I also specified the
bridge in the file /etc/xen/xend-config.sxp as it follows:
(network-script 'network-bridge bridge=xenbr0')
I always set up that line in the following way since so far:
(network-script network-bridge)
Now that I modified that line, I get the xenbr0 interface up at boot time, but
there is also the peth0 interface (I don't want it).
I simply had to perform a dhcpcd xenbr0 and the network came up.
But this should happen automatically, I don't want to perform a dhcpcd
each time.
--