I am new to XEN. Just installed xen on my fedora core 4 following the instructions given by Red Hat ( using ''yum''). I was able to boot to X window but my eth0 is not available nor I can see my ethernet interfaces anymore. I use DELL Dimension 2100 with built-in LAN interface and also have one in one of PCI slots. None of them visible. ANy idea why it might happen? Thanks, Pavel Kozubenko _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 8/23/05, Pavel Kozubenko <pavelyk@hotmail.com> wrote:> > I am new to XEN. Just installed xen on my fedora core 4 following the > instructions given by Red Hat ( using ''yum''). I was able to boot to X > window > but my eth0 is not available nor I can see my ethernet interfaces anymore. > I > use DELL Dimension 2100 with built-in LAN interface and also have one in > one > of PCI slots. None of them visible. ANy idea why it might happen? > > > > Thanks, > > Pavel Kozubenko > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >I hope you mean this is on dom0. Have you tried to bring up you nic manually? Further question here for others - I am running Xen 2.0.6 on , Ubuntu 5.4 as dom0. Networking is fine. Running lspci shows me my nic (Broadcom), but lsmod does not show module for my nic. What would be happening behind. -- benjamin rualthanzauva _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 8/24/05, Pavel Kozubenko <pavelyk@hotmail.com> wrote:> > While Linux boots up, I can see it trying to initialize eth0. I assume I > have to have dom0 instead. After this failure, of course, the xend fails and > the like. Yes, I did try to bring it up manually. It say no interface at > all. > Thank you, > Pavel Kozubenko > Soft Dev Systems, Inc. > http://softdevsys.com > > ----- Original Message ----- > *From:* benjamin <benjaminrtz@gmail.com> > *To:* Pavel Kozubenko <pavelyk@hotmail.com> > *Cc:* xen-users@lists.xensource.com > *Sent:* Tuesday, August 23, 2005 12:18 PM > *Subject:* Re: [Xen-users] FC4 + Xen 2.0.6 eth0 failed > > > > On 8/23/05, Pavel Kozubenko <pavelyk@hotmail.com> wrote: > > > > I am new to XEN. Just installed xen on my fedora core 4 following the > > instructions given by Red Hat ( using ''yum''). I was able to boot to X > > window > > but my eth0 is not available nor I can see my ethernet interfaces > > anymore. I > > use DELL Dimension 2100 with built-in LAN interface and also have one in > > one > > of PCI slots. None of them visible. ANy idea why it might happen? > > > > > > > > Thanks, > > > > Pavel Kozubenko > > > > > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > > > > I hope you mean this is on dom0. Have you tried to bring up you nic > manually? > > Further question here for others - I am running Xen 2.0.6 on , Ubuntu 5.4as dom0. Networking is fine. Running lspci shows me my nic (Broadcom), but > lsmod does not show module for my nic. What would be happening behind. > > -- > benjamin rualthanzauva > >What message did you get when you tried to bring up the interface via the script (/etc/init.d/network start) or using ifconfig ? -- benjamin rualthanzauva _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> I am new to XEN. Just installed xen on my fedora core 4 following the > instructions given by Red Hat ( using ''yum''). I was able to boot to X > window but my eth0 is not available nor I can see my ethernet interfaces > anymore. I use DELL Dimension 2100 with built-in LAN interface and also > have one in one of PCI slots. None of them visible. ANy idea why it might > happen?I''m confused - where did the Xen packages come from? The rpms supplied with FC4 are xen-unstable, not Xen 2.0.6 as you stated. Could you clarify please? We should be able to get your card working, anyhow. Cheers, Mark> > > Thanks, > > Pavel Kozubenko > > > > _______________________________________________ > 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
from Pavel Kozubenko:>I am new to XEN. Just installed xen on my fedora core 4 following the >instructions given by Red Hat ( using ''yum''). I was able to boot to X >window but my eth0 is not available nor I can see my ethernet >interfaces anymore. I use DELL Dimension 2100 with built-in LAN >interface and also have one in one of PCI slots. None of them visible. >ANy idea why it might happen?I''m having a similar problem using the instructions at http://www.fedoraproject.org/wiki/FedoraXenQuickstart . I get as far as this line "yum -c http://people.redhat.com/~katzj/yum-xen.conf --installroot=/mnt -y groupinstall Base" and then it fails because there is no network connection. Ifconfig show the bridge, xen-br0, as up with TX pkgs but no RX and the correct IP information. Eth0 also displays the correct information with TX and RX pkgs. I can only ping the the IP of eth0 and 127.0.0.1. No machine can see box from the LAN. I can''t ping the gateway either. The route command shows the gateway and subnet as well as 169.254.0.0 on the xen-br0 interface. There is no vif, I haven''t been able to get to the point of creating a guest host because I can''t execute the yum command to install it. This is on a Dell Dimension 2400. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
What version of Xen are you guys using? Definitely the Xen-unstable version that comes with FC4? What''s the package name? Cheers, Mark On Thursday 25 August 2005 22:52, Danny Hembree wrote:> from Pavel Kozubenko: > >I am new to XEN. Just installed xen on my fedora core 4 following the > >instructions given by Red Hat ( using ''yum''). I was able to boot to X > >window but my eth0 is not available nor I can see my ethernet > >interfaces anymore. I use DELL Dimension 2100 with built-in LAN > >interface and also have one in one of PCI slots. None of them visible. > >ANy idea why it might happen? > > I''m having a similar problem using the instructions at > http://www.fedoraproject.org/wiki/FedoraXenQuickstart . I get as far as > this line "yum -c http://people.redhat.com/~katzj/yum-xen.conf > --installroot=/mnt -y groupinstall Base" and then it fails because there > is no network connection. Ifconfig show the bridge, xen-br0, as up with > TX pkgs but no RX and the correct IP information. Eth0 also displays the > correct information with TX and RX pkgs. I can only ping the the IP of > eth0 and 127.0.0.1. No machine can see box from the LAN. I can''t ping > the gateway either. The route command shows the gateway and subnet as > well as 169.254.0.0 on the xen-br0 interface. There is no vif, I haven''t > been able to get to the point of creating a guest host because I can''t > execute the yum command to install it. This is on a Dell Dimension 2400. > > > _______________________________________________ > 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