Nadja Kick
2006-Mar-09 01:16 UTC
[Xen-users] Failed to bring up eth0. with http://packages.debianbase.de
I use deb http://packages.debianbase.de/stable/i386/xen3 ./ for sarge dom0/U install. domU boot shows Configuring network interfaces...NET: Registered protocol family 17 Failed to bring up eth0. Any ideas Nadja _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ralph Passgang
2006-Mar-09 11:31 UTC
Re: [Xen-users] Failed to bring up eth0. with http://packages.debianbase.de
Am Donnerstag, 9. März 2006 02:16 schrieb Nadja Kick:> I use deb http://packages.debianbase.de/stable/i386/xen3 ./ > for sarge dom0/U install. > > domU boot shows > > Configuring network interfaces...NET: Registered protocol family 17 > Failed to bring up eth0. > > Any ideasdomU shows that? have you configured "vif =" statement in your domU config? have you configured /etc/network/interfaces in your domU? please provide a bit more information if possible... are you using debian sarge as dom0? do you use hotplug or udev? if udev, which version exactly?> Nadja--Ralph _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Artur Schiefer
2006-Mar-09 11:46 UTC
Re: [Xen-users] Failed to bring up eth0. with http://packages.debianbase.de
hello ralph, have you tried the "ethtool -K eth0 tx off" version. i had to add this into my /etc/init.d/networking script right after ifup -a. install ethtool with chroot to your domU image. ciao, artur Am Donnerstag, den 09.03.2006, 12:31 +0100 schrieb Ralph Passgang:> Am Donnerstag, 9. März 2006 02:16 schrieb Nadja Kick: > > I use deb http://packages.debianbase.de/stable/i386/xen3 ./ > > for sarge dom0/U install. > > > > domU boot shows > > > > Configuring network interfaces...NET: Registered protocol family 17 > > Failed to bring up eth0. > > > > Any ideas > > domU shows that? > > have you configured "vif =" statement in your domU config? > > have you configured /etc/network/interfaces in your domU? > > please provide a bit more information if possible... are you using debian > sarge as dom0? do you use hotplug or udev? if udev, which version exactly? > > > Nadja > > --Ralph > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nadja Kick
2006-Mar-09 12:50 UTC
Re: [Xen-users] Failed to bring up eth0. with http://packages.debianbase.de
Am Donnerstag, 9. März 2006 12:31 schrieb Ralph Passgang:> Am Donnerstag, 9. März 2006 02:16 schrieb Nadja Kick: > > I use deb http://packages.debianbase.de/stable/i386/xen3 ./ > > for sarge dom0/U install. > > > > domU boot shows > > > > Configuring network interfaces...NET: Registered protocol family 17 > > Failed to bring up eth0. > > > > domU shows that?yes, while booting you can see Mounting local filesystems... Cleaning /tmp /var/run /var/lock. Setting up networking...done. Setting up IP spoofing protection: rp_filter. Configuring network interfaces...NET: Registered protocol family 17 Failed to bring up eth0. done.> > have you configured "vif =" statement in your domU config?yes, cat /etc/xen/sarge01.cfg kernel = "/boot/vmlinuz-2.6.12.6-xen" ramdisk = "/boot/xen-modules-2.6.12.6-xen" maxmem=400 memory = 320 name = "sarge01" vif = [ '''' ] disk = [''file:/vd/sarge01.vd,hda3,w'',''file:/vd/sarge01.sd,hda2,w''] vtpm = [ ''instance=1,backend=0'' ] hostname="sarge01" root = "/dev/hda3 ro" extra = "2" using routing not bridging: cat /etc/xen/xend-config.sxp (xend-relocation-server yes) (xend-relocation-hosts-allow ''^localhost$'') (dom0-cpus 0) (dom0-min-mem 64) (network-script ''network-nat dhcp=yes'') (vif-script ''vif-nat dhcp=yes'') here the grub configuration: title Xen 3.0.1 - Linux 2.6.12.6-xen root (hd0,0) kernel /xen-3.0.1.gz module /vmlinuz-2.6.12.6-xen root=/dev/hda3 ro xencons=off console=tty0 console=ttyS0,57600 module /xen-modules-2.6.12.6-xen> > have you configured /etc/network/interfaces in your domU?yes, same sarge domU (with another kernel/ramdisk) works on fedora xen/dom0> > please provide a bit more information if possible... are you using debian > sarge as dom0? do you use hotplug or udev? if udev, which version exactly?i am using sarge dom0/U with hotplug Version: 0.0.20040329-22 I tried the 3.0.1 binaries from xensource, but same result. Nadja> > --Ralph > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nadja Kick
2006-Mar-09 14:06 UTC
Re: [Xen-users] Failed to bring up eth0. with http://packages.debianbase.de
Hello Ralph, sorry, it seems to be a dhcp configuration failure. Your packages are fine! Thanks for your help Nadja Am Donnerstag, 9. März 2006 13:50 schrieb Nadja Kick:> Am Donnerstag, 9. März 2006 12:31 schrieb Ralph Passgang: > > Am Donnerstag, 9. März 2006 02:16 schrieb Nadja Kick: > > > I use deb http://packages.debianbase.de/stable/i386/xen3 ./ > > > for sarge dom0/U install. > > > > > > domU boot shows > > > > > > Configuring network interfaces...NET: Registered protocol family 17 > > > Failed to bring up eth0. > > > > domU shows that? > > yes, while booting you can see > Mounting local filesystems... > Cleaning /tmp /var/run /var/lock. > Setting up networking...done. > Setting up IP spoofing protection: rp_filter. > Configuring network interfaces...NET: Registered protocol family 17 > Failed to bring up eth0. > done. > > > have you configured "vif =" statement in your domU config? > > yes, cat /etc/xen/sarge01.cfg > > kernel = "/boot/vmlinuz-2.6.12.6-xen" > ramdisk = "/boot/xen-modules-2.6.12.6-xen" > maxmem=400 > memory = 320 > name = "sarge01" > vif = [ '''' ] > disk = [''file:/vd/sarge01.vd,hda3,w'',''file:/vd/sarge01.sd,hda2,w''] > vtpm = [ ''instance=1,backend=0'' ] > hostname="sarge01" > root = "/dev/hda3 ro" > extra = "2" > > using routing not bridging: > cat /etc/xen/xend-config.sxp > (xend-relocation-server yes) > (xend-relocation-hosts-allow ''^localhost$'') > (dom0-cpus 0) > (dom0-min-mem 64) > (network-script ''network-nat dhcp=yes'') > (vif-script ''vif-nat dhcp=yes'') > > here the grub configuration: > title Xen 3.0.1 - Linux 2.6.12.6-xen > root (hd0,0) > kernel /xen-3.0.1.gz > module /vmlinuz-2.6.12.6-xen root=/dev/hda3 ro xencons=off > console=tty0 console=ttyS0,57600 > module /xen-modules-2.6.12.6-xen > > > have you configured /etc/network/interfaces in your domU? > > yes, same sarge domU (with another kernel/ramdisk) works on fedora xen/dom0 > > > please provide a bit more information if possible... are you using debian > > sarge as dom0? do you use hotplug or udev? if udev, which version > > exactly? > > i am using sarge dom0/U with hotplug Version: 0.0.20040329-22 > > > I tried the 3.0.1 binaries from xensource, but same result. > > Nadja > > > --Ralph > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ralph Passgang
2006-Mar-09 14:40 UTC
Re: [Xen-users] Failed to bring up eth0. with http://packages.debianbase.de
no need to excuse... :) but you are using a routed setup with dhcp? if you do, the dhcp server has to be run in dom0 and has to listen/answer on the corresponding vifX.0 interface. If the dhcp server is not running on dom0 you normaly would use a bridged setup. --Ralph Am Donnerstag, 9. März 2006 15:06 schrieb Nadja Kick:> Hello Ralph, > > sorry, it seems to be a dhcp configuration failure. Your packages are fine! > > Thanks for your help > > Nadja > > Am Donnerstag, 9. März 2006 13:50 schrieb Nadja Kick: > > Am Donnerstag, 9. März 2006 12:31 schrieb Ralph Passgang: > > > Am Donnerstag, 9. März 2006 02:16 schrieb Nadja Kick: > > > > I use deb http://packages.debianbase.de/stable/i386/xen3 ./ > > > > for sarge dom0/U install. > > > > > > > > domU boot shows > > > > > > > > Configuring network interfaces...NET: Registered protocol family 17 > > > > Failed to bring up eth0. > > > > > > domU shows that? > > > > yes, while booting you can see > > Mounting local filesystems... > > Cleaning /tmp /var/run /var/lock. > > Setting up networking...done. > > Setting up IP spoofing protection: rp_filter. > > Configuring network interfaces...NET: Registered protocol family 17 > > Failed to bring up eth0. > > done. > > > > > have you configured "vif =" statement in your domU config? > > > > yes, cat /etc/xen/sarge01.cfg > > > > kernel = "/boot/vmlinuz-2.6.12.6-xen" > > ramdisk = "/boot/xen-modules-2.6.12.6-xen" > > maxmem=400 > > memory = 320 > > name = "sarge01" > > vif = [ '''' ] > > disk = [''file:/vd/sarge01.vd,hda3,w'',''file:/vd/sarge01.sd,hda2,w''] > > vtpm = [ ''instance=1,backend=0'' ] > > hostname="sarge01" > > root = "/dev/hda3 ro" > > extra = "2" > > > > using routing not bridging: > > cat /etc/xen/xend-config.sxp > > (xend-relocation-server yes) > > (xend-relocation-hosts-allow ''^localhost$'') > > (dom0-cpus 0) > > (dom0-min-mem 64) > > (network-script ''network-nat dhcp=yes'') > > (vif-script ''vif-nat dhcp=yes'') > > > > here the grub configuration: > > title Xen 3.0.1 - Linux 2.6.12.6-xen > > root (hd0,0) > > kernel /xen-3.0.1.gz > > module /vmlinuz-2.6.12.6-xen root=/dev/hda3 ro xencons=off > > console=tty0 console=ttyS0,57600 > > module /xen-modules-2.6.12.6-xen > > > > > have you configured /etc/network/interfaces in your domU? > > > > yes, same sarge domU (with another kernel/ramdisk) works on fedora > > xen/dom0 > > > > > please provide a bit more information if possible... are you using > > > debian sarge as dom0? do you use hotplug or udev? if udev, which > > > version exactly? > > > > i am using sarge dom0/U with hotplug Version: 0.0.20040329-22 > > > > > > I tried the 3.0.1 binaries from xensource, but same result. > > > > Nadja > > > > > --Ralph > > > > > > _______________________________________________ > > > Xen-users mailing list > > > Xen-users@lists.xensource.com > > > http://lists.xensource.com/xen-users > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users