|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] help with xen instalolation on debian ecth
El Tuesday 08 May 2007 15:55:39 Michele Menciassi escribió:
> It's not an error, just an informational statement.
>
> If you want to try the 'copying receive path', place 'xennet.rx_copy' on
> your domU kernel command line.
>
> What meaning exactly?
>
> 'copying receive path', place 'xennet.rx_copy' on
> your domU kernel command line
Yes, I found that too but dont' understand what it means. :(
> i see that at boot of DomU there is a fatal error...
> modules /lib/modules/2.6.18-4-xen-vserver-amd64
> isn't founded at boot
Verify if the kernel assigned to domU in its /etc/xen/vm.cfg and initrd image
exist in fact in dom0 /boot/ directory.
And verify if the /lib/modules/2.6.18-4-xen-vserver-amd64 directory exists in
domU.
Do they?
> > What does occur if you do in domU:
> >
> > # ifconfig eth0 192.168.1.1 netmask 255.255.255.0
>
> if i do that... ifconfig show eth0 interface...
> but i can't use the network... ping don't work... apt don't work...
Try uncommenting the following in /etc/network/interfaces:
# post-up ethtool -K eth0 tx off
#
# The commented out line above will disable TCP checksumming which
# might resolve problems for some users. It is disabled by default
#
--
Iñaki Baz Castillo
ibc@xxxxxxxxxxxx
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|