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@lists.xensource.com http://lists.xensource.com/xen-users
When I wanted open the test01 console, I saw this: Begin: Running /scripts/init-premount ... FATAL: Error inserting fan (/lib/modules/2.6.26-2-xen-686/kernel/drivers/acpi/fan.ko): No such device WARNING: Error inserting processor (/lib/modules/2.6.26-2-xen-686/kernel/drivers/acpi/processor.ko): No such device [ 1.353232] thermal: Unknown symbol acpi_processor_set_thermal_limit FATAL: Error inserting thermal (/lib/modules/2.6.26-2-xen-686/kernel/drivers/acpi/thermal.ko): Unknown symbol in module, or unknown parameter (see dmesg) ¿? All this was after rebooting the system. sadzas wrote:> > 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@lists.xensource.com > http://lists.xensource.com/xen-users > >-- View this message in context: http://www.nabble.com/issues-after-rebooting-tp23766802p23767122.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I made a brand new installation but using Etch instead lenny. Everything is working fine now, but I wanna use lenny. All my systems are lenny lest this. sadzas wrote:> > 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@lists.xensource.com > http://lists.xensource.com/xen-users > >-- View this message in context: http://www.nabble.com/issues-after-rebooting-tp23766802p23769989.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Maybe Matching Threads
- Installing and running XEN
- AD on 2003R2 NT_STATUS_NO_SUCH_USER
- Bug#894013: xen-utils-common: issue with iptables antispoofing rules in xen4.8 generated by vif-bridge and vif-common.sh
- Authentication with trusted credentials
- Etch: Xen does not want guests: Error: (22, 'Invalid argument')