|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] lo doesn't come up
Hi
debootstrap doesn't generate the following config-files:
- /etc/fstab
- /etc/apt/sources.list
- /etc/network/interfaces
To get the loopback interface, just add
auto lo
iface lo inet loopback
to /etc/network/interfaces and write "ifup lo" or reboot the guest.
Hope that helps.
Thomas
Am Freitag 15 Juli 2005 05:18 schrieb sten:
> Hi, all. This probably isn't really a Xen issue, but I've never seen the
> problem in a UML instance, or a straight Debian install. I created a
> Debian setup in Xen with debootstrap, and ran it as a Xen guest with
> hardware access using my Xen0 kernel so that I can allocate my NICs to
> the Xen guest. The NICs and virtual device set up by the Xen bridging
> scripts seem to come up when the guest is booted, but the loopback
> device doesn't. This creates odd behavior when, for example, I try to
> ping out, and also seems to prevent sshd from starting. Has anyone seen
> anything like this?
>
> Thanks!
>
> -sten
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|