Hi, i had to build a own kernel for the CompaqSmartarray-raidcontroller(s) with ida / cciss, i used xen-3-0.2-2. The dom0 looks fine: ,-------- | donskoi:/# xm info | host : donskoi | release : 2.6.16-xen0 | version : #1 Wed Apr 19 15:06:14 CEST 2006 | machine : i686 | nr_cpus : 8 | nr_nodes : 1 | sockets_per_node : 8 | cores_per_socket : 1 | threads_per_core : 1 | cpu_mhz : 700 | hw_caps : 0383fbff:00000000:00000000:00000040 | total_memory : 3840 | free_memory : 3296 | xen_major : 3 | xen_minor : 0 | xen_extra : .2-2 | xen_caps : xen-3.0-x86_32 | platform_params : virt_start=0xfc000000 | xen_changeset : Sun Apr 16 15:45:57 2006 +0100 | 9629:07408313ce33 | cc_compiler : gcc version 3.3.5 (Debian 1:3.3.5-13) | cc_compile_by : root | cc_compile_domain : localdomain | cc_compile_date : Wed Apr 19 14:59:21 CEST 2006 `-------- If i boot an domU with this config, it has no network interface. ,-------- | donskoi:/# grep -v ^# /etc/xen/vserver1.sxp | uniq | name ="foobar" | kernel ="/boot/vmlinuz-2.6-xenU" | root ="/dev/sda1" | memory =256 | disk | [''file:/srv/xen/vserver1/root.img,sda1,w'',''file:/srv/xen/vserver1/swap.img,sda2,w''] | ip="172.16.100.101" | netmask="255.255.0.0" | gateway="172.16.255.252" | hostname="foobar" `-------- It seems no difference to a dhcp-config. The dmesg says: ,-------- | root@foobar:~# dmesg|grep eth | Kernel command line: | ip=172.16.100.101:1.2.3.4:172.16.255.252:255.255.0.0:foobar:eth0:off root=/dev/sda1 | netfront: Initialising virtual ethernet driver. | IP-Config: Device `eth0'' not found. `-------- or with dhcp: ,-------- | root@foobar:~# dmesg |grep eth | Kernel command line: ip=:1.2.3.4:::foobar:eth0:dhcp root=/dev/sda1 | netfront: Initialising virtual ethernet driver. | IP-Config: Device `eth0'' not found. `-------- I don''t understand, where the ''Kernel command line'' gets the argument ''off'' from - or where my mistake with the virtual ethernet driver is. On the dom0-site are all usual interfaces: eth0, peth1, vif0.0, xenbr0. Found nothing interesting in /var/log/xend*. Need some rtfm... _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Emiliano Gabrielli (aka AlberT)
2006-Apr-19 16:04 UTC
Re: [Xen-users] no network-interface in domU
On Wednesday 19 April 2006 17:13, Alexander Stielau wrote:> i boot an domU with this config, it has no network interface.add vif=[ '''' ] -- <?php echo '' Emiliano Gabrielli (aka AlberT) '',"\n", '' socio fondatore e membro del direttivo del GrUSP '',"\n", '' AlberT_at_SuperAlberT_it - www.SuperAlberT.it '',"\n", '' IRC: #php,#AES azzurra.com '',"\n",''ICQ: 158591185''; ?> _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Am Wed, Apr 19, 2006 at 06:04:59PM +0200 schrieb Emiliano Gabrielli (aka AlberT):> On Wednesday 19 April 2006 17:13, Alexander Stielau wrote: > > i boot an domU with this config, it has no network interface. > > add > vif=[ '''' ]Tried that, no difference at all. The dmesg said (shortened): Kernel command line: ip=:1.2.3.4:::foobar:eth0:dhcp root=/dev/sda1 netfront: Initialising virtual ethernet driver. IP route cache hash table entries: 4096 (order: 2, 16384 bytes) TCP established hash table entries: 16384 (order: 5, 131072 bytes) TCP bind hash table entries: 16384 (order: 5, 131072 bytes) TCP: Hash tables configured (established 16384 bind 16384) TCP reno registered TCP bic registered IP-Config: Incomplete network configuration information. Aleks _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Am Thu, Apr 20, 2006 at 09:11:59AM +0200 schrieb Alexander Stielau:> Am Wed, Apr 19, 2006 at 06:04:59PM +0200 schrieb Emiliano Gabrielli (aka AlberT): > > On Wednesday 19 April 2006 17:13, Alexander Stielau wrote: > > > i boot an domU with this config, it has no network interface. > > > > add > > vif=[ '''' ] > > Tried that, no difference at all.Okay, i got it, but don''t know, why. ,-------- | vif = [ '''' ] | #dhcp ="dhcp" | ip="172.16.100.101" | netmask="255.255.0.0" | gateway="172.16.255.252" | hostname="foobar" `-------- works. There is definitly a working dhcp-server, but i did not seen any bootp/dhcp-traffic. Will investigate that later... Thank you, Aleks _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users