[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] No network device problem in -testing
- To: NAHieu <nahieu@xxxxxxxxx>
- From: Christopher Clark <christopher.clark@xxxxxxxxxxxx>
- Date: Fri, 3 Feb 2006 11:50:31 +0000
- Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
- Delivery-date: Fri, 03 Feb 2006 12:00:43 +0000
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references; b=jNvCymVLHhI+rjCi/hiYhMish/8sQPBuGd88ouy3P1lqvAWUSBBtWlp1u+Tj8a0h9EvSPK3zATCzq5mDvhpYQKUXDEgIBcsXkeB82B9DIYA7VARNlEisnmOMI0ORE8naLsbecETqBYWwC+5bF9vvWB897uJeCREhnxKCaYoOIG0=
- List-id: Xen developer discussion <xen-devel.lists.xensource.com>
try adding this to your config:
vif = [ '' ]
Christopher
On 2/3/06, NAHieu <nahieu@xxxxxxxxx> wrote:
Hi,
I am running the latest Xen 3.0-testing tree, and have a trouble: my virtual machine cannot find the network device. Network in Dom0 is OK,
but in DomU, "ifconfig -a" only shows the local interface. But here in the dmesg content, I found these line:
^^^ ... RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Xen virtual console successfully installed as tty1 Event-channel device installed. netfront: Initialising virtual ethernet driver. NET: Registered protocol family 2 Registering block device major 3 IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP established hash table entries: 8192 (order: 4, 65536 bytes) TCP bind hash table entries: 8192 (order: 3, 32768 bytes) TCP: Hash tables configured (established 8192 bind 8192) NET: Registered protocol family 1
NET: Registered protocol family 17 ^^^
The above messages convice me that the network was succesfully initialized, but why I dont see the "eth0" as normally? I am kinda stuck now. Anybody knows how to fix the problem, or tell me how to
debug it myself?
I use the latest -testing tree, as below: # hg tip changeset: 8738:eff96462fde8 tag: tip user: kaf24@xxxxxxxxxxxxxxxxxxxx
date: Tue Jan 31 12:04:12 2006 +0100 summary: Remove dummy definitions of __gpfn_to_mfn/__mfn_to_gpfn.
And here is my configuration file: ^^^ kernel = "/boot/vmlinuz-2.6-xenU"
memory = 200 name = "ubuntu" disk = ['file:/home/hieu/xen/rootfs.swap,hda1,w', 'file:/home/hieu/xen/rootfs.ubuntu,hda2,w'] root = "/dev/hda2 ro" ^^^
Many thanks. Hieu
_______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|