|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] issues after rebooting
Hi.
I have some issues after rebooting the system. First, I would like to
show you how I have installed XEN.
S.O: Debian Lenny
Installation: By default without additional packets
So, I installed XEN
# aptitude install xen-hypervisor-i386 libc6-xen xen-utils xen-tools
bridge-utils
# aptitude install xen-linux-system-2.6.26-2-xen-686
# nano /etc/modules
loop max_loop=128
# nano /etc/xen/xend-config.sxp
I commented (network-script network-dummy)
I uncommented:
(network-script network-bridge)
(vif-script vif-bridge)
(dom0-min-mem 196) -> Si hay poca RAM, cambiar a 128
(dom0-cpus 0)
rebooted the system
# nano /etc/xen-tools/xen-tools.conf
dir = /vserver
debootstrap = 1
size = 2Gb # Disk image size.
memory = 256Mb # Memory size
swap = 512Mb # Swap size
fs = ext3 # use the EXT3 filesystem for the disk image.
dist = lenny # Default distribution to install.
image = sparse # Specify sparse vs. full disk images.
gateway = xxx.xx.xx.xx
netmask = 255.255.255.240
kernel = /boot/vmlinuz-2.6.26-2-xen-686
initrd = /boot/initrd.img-2.6.26-2-xen-686
mirror = http://ftp.debian.at/debian/
# xen-create-image --hostname test01 --ip xx.xx.xx.xx --role udev
# nano /etc/xen/test01.cfg y agregar:
extra = 'xencons=tty'
# xm create test01.cfg
Ok, when I have done this, I can get in into console:
# xm console test01
Everything was working fine until system rebooted. After that, when I
write "xm console test01" the system doesnt response. I have to back
with Ctrl+C.
why?
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] issues after rebooting,
Tincho ylm <=
|
|
|
|
|