Hi mailing list, i have some problems to run a debian 4 on a sles 10 SP1 dom0. xen-tools-ioemu-3.0.4_13138-0.57 xen-3.0.4_13138-0.57 xen-tools-3.0.4_13138-0.57 kernel-xen-2.6.16.54-0.2.3 My configuration of the debian domu looks like this: ________________________________________________________________________________________________________________________ disk = [ ''file:/vm/domains/debian-4-testing/disk0,xvda1,w'' ,''file:/vm/domains/debian-4-testing/disk1,xvdb1,w'' ] memory = 1024 vcpus = 1 builder = ''linux'' name = ''Debian-4-Testing'' vif = [ ''mac=00:16:3e:cd:ed:4b'' ] localtime = 0 on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' extra = '' TERM=xterm'' kernel = ''/boot/vmlinuz-xen'' ramdisk = ''/boot/initrd-xen'' root = ''/dev/xvda1'' ________________________________________________________________________________________________________________________ If tried to install the debian on a block device via debootstrap like on this page http://blogs.globalinfinity.de/?p=47. But if I start the Debian guest the boot sequence stops after NET: Registered protocol family 17 ________________________________________________________________________________________________________________________ Bootdata ok (command line is root=/dev/xvda1 TERM=xterm) Linux version 2.6.16.54-0.2.3-xen (geeko@buildhost) (gcc version 4.1.2 20070115 (prerelease) (SUSE Linux)) #1 SMP Thu Nov 22 18:32:07 UTC 2007 BIOS-provided physical RAM map: Xen: 0000000000000000 - 0000000040800000 (usable) No mptable found. Built 1 zonelists Kernel command line: root=/dev/xvda1 TERM=xterm Initializing CPU#0 PID hash table entries: 4096 (order: 12, 131072 bytes) Xen reported: 2333.334 MHz processor. Console: colour dummy device 80x25 Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) Software IO TLB disabled Memory: 1014784k/1056768k available (1893k kernel code, 33200k reserved, 797k data, 160k init) Calibrating delay using timer specific routine.. 5835.74 BogoMIPS (lpj=11671492) Security Framework v1.0.0 initialized Mount-cache hash table entries: 256 CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 4096K CPU: Physical Processor ID: 1 CPU: Processor Core ID: 3 checking if image is initramfs... it is Freeing initrd memory: 7564k freed Brought up 1 CPUs migration_cost=0 DMI not present or invalid. Grant table initialized NET: Registered protocol family 16 Brought up 1 CPUs PCI: setting up Xen PCI frontend stub ACPI: Subsystem revision 20060127 ACPI: Interpreter disabled. xen_mem: Initialising balloon driver. Setting mem allocation to 1048576 kiB PCI: System does not support PCI PCI: System does not support PCI IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $ audit: initializing netlink socket (disabled) audit(1196868858.453:1): initialized VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Initializing Cryptographic API io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered io scheduler cfq registered (default) rtc: IRQ 8 is not free. Non-volatile memory driver v1.2 i8042.c: No controller found. RAMDISK driver initialized: 16 RAM disks of 128000K size 1024 blocksize xencons_init: Initializing xen vfb; pass xencons=tty to prevent this Xen virtual console successfully installed as xvc0 Event-channel device installed. mice: PS/2 mouse device common for all mice input: PC Speaker as /class/input/input0 md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27 md: bitmap version 4.39 NET: Registered protocol family 2 IP route cache hash table entries: 65536 (order: 7, 524288 bytes) TCP established hash table entries: 262144 (order: 10, 4194304 bytes) TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) TCP: Hash tables configured (established 262144 bind 65536) TCP reno registered NET: Registered protocol family 1 XENBUS: Device with no driver: device/vbd/51713 XENBUS: Device with no driver: device/vbd/51729 XENBUS: Device with no driver: device/vif/0 XENBUS: Device with no driver: device/console/0 netfront: Initialising virtual ethernet driver. netfront: device eth0 has copying receive path. Registering block device major 202 blkfront: xvda1: barriers enabled blkfront: xvdb1: barriers enabled kjournald starting. Commit interval 5 seconds EXT3 FS on xvda1, internal journal EXT3-fs: mounted filesystem with ordered data mode. NET: Registered protocol family 17 ________________________________________________________________________________________________________________________ Does anyone know what this means? Or what''s causing it? Or how I can fix it? -- Marcus Herz -------------------------------------------------------- IT-Infrastructure -------------------------------------------------------- Max-Planck-Institute for the physics of complex systems Germany _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Mi, Dez 05, 2007 at 04:39:16 +0100, marcus wrote:> Hi mailing list, > > i have some problems to run a debian 4 on a sles 10 SP1 dom0. > > xen-tools-ioemu-3.0.4_13138-0.57 > xen-3.0.4_13138-0.57 > xen-tools-3.0.4_13138-0.57 > kernel-xen-2.6.16.54-0.2.3 > > My configuration of the debian domu looks like this: >May be domains work, but you cannot see its output to console. Try to add xencons=tty to the extra parameters of your domain config file. -- WBR, i.m.chubin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Igor Chubin schrieb:> On Mi, Dez 05, 2007 at 04:39:16 +0100, marcus wrote: > >> Hi mailing list, >> >> i have some problems to run a debian 4 on a sles 10 SP1 dom0. >> >> xen-tools-ioemu-3.0.4_13138-0.57 >> xen-3.0.4_13138-0.57 >> xen-tools-3.0.4_13138-0.57 >> kernel-xen-2.6.16.54-0.2.3 >> >> My configuration of the debian domu looks like this: >> >> > > May be domains work, but you cannot see its output to console. > Try to add > > xencons=tty > > to the extra parameters of your domain config file. > >Hm...I tried to add the parameter you suggested, but it didnt solve anything. Does anybody else have an idea??? But thank you for your effort. Marcus -- Marcus Herz -------------------------------------------------------- IT-Infrastructure -------------------------------------------------------- Max-Planck-Institute for the physics of complex systems _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Igor Chubin schrieb:> On Mi, Dez 05, 2007 at 04:39:16 +0100, marcus wrote: > >> Hi mailing list, >> >> i have some problems to run a debian 4 on a sles 10 SP1 dom0. >> >> xen-tools-ioemu-3.0.4_13138-0.57 >> xen-3.0.4_13138-0.57 >> xen-tools-3.0.4_13138-0.57 >> kernel-xen-2.6.16.54-0.2.3 >> >> My configuration of the debian domu looks like this: >> >> > > May be domains work, but you cannot see its output to console. > Try to add > > xencons=tty > > to the extra parameters of your domain config file. > >Hi again :), i tried to configure vnc in my debian domain, and now I can see all of the output. It seems to be that the tty console cant connect to the domain. But the parameter xencons=tty does not bring any improvments. Marcus -- Marcus Herz -------------------------------------------------------- IT-Infrastructure -------------------------------------------------------- Max-Planck-Institute for the physics of complex systems _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thursday 06 December 2007 16:34:53 marcus wrote:> Igor Chubin schrieb: > > On Mi, Dez 05, 2007 at 04:39:16 +0100, marcus wrote: > >> Hi mailing list, > >> > >> i have some problems to run a debian 4 on a sles 10 SP1 dom0. > >> > >> xen-tools-ioemu-3.0.4_13138-0.57 > >> xen-3.0.4_13138-0.57 > >> xen-tools-3.0.4_13138-0.57 > >> kernel-xen-2.6.16.54-0.2.3 > >> > >> My configuration of the debian domu looks like this: > > > > May be domains work, but you cannot see its output to console. > > Try to add > > > > xencons=tty > > > > to the extra parameters of your domain config file. > > Hm...I tried to add the parameter you suggested, but it didnt solve > anything. > > Does anybody else have an idea???I''ll be in front of my Xen-enabled SUSE system tomorrow to be able to check this further. However, my first suggestion would be to look at your kernel and initrd entries in the config file. They seem to be pointing at /boot which will boot the Debian PV system from the SUSE kernel and initrd files. Not too sure how effective this will be, but like I said I''ll be able to check more completely tomorrow. Jon _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Do, Dez 06, 2007 at 09:47:12 +0100, marcus wrote:> Igor Chubin schrieb: >> On Mi, Dez 05, 2007 at 04:39:16 +0100, marcus wrote: >> >>> Hi mailing list, >>> >>> i have some problems to run a debian 4 on a sles 10 SP1 dom0. >>> >>> xen-tools-ioemu-3.0.4_13138-0.57 >>> xen-3.0.4_13138-0.57 >>> xen-tools-3.0.4_13138-0.57 >>> kernel-xen-2.6.16.54-0.2.3 >>> >>> My configuration of the debian domu looks like this: >>> >>> >> >> May be domains work, but you cannot see its output to console. >> Try to add >> >> xencons=tty >> >> to the extra parameters of your domain config file. >> >> > Hi again :), > > i tried to configure vnc in my debian domain, and now I can see all of the > output. It seems to be that the tty console cant connect to the domain. But > the parameter xencons=tty does not bring any improvmentsYou must specify it not as a parameter of a domain file, but as a parameter of kernel (parameter "extra") For example: before the modification your "extra" was: extra="root=/dev/hda1" and after the modification: extra="root=/dev/hda1 xencons=tty" If it will not help, please show you boot log again.> > > Marcus > > -- > Marcus Herz > -------------------------------------------------------- > IT-Infrastructure > -------------------------------------------------------- > Max-Planck-Institute for the physics of complex systems >-- WBR, i.m.chubin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Igor Chubin schrieb:> On Do, Dez 06, 2007 at 09:47:12 +0100, marcus wrote: > >> Igor Chubin schrieb: >> >>> On Mi, Dez 05, 2007 at 04:39:16 +0100, marcus wrote: >>> >>> >>>> Hi mailing list, >>>> >>>> i have some problems to run a debian 4 on a sles 10 SP1 dom0. >>>> >>>> xen-tools-ioemu-3.0.4_13138-0.57 >>>> xen-3.0.4_13138-0.57 >>>> xen-tools-3.0.4_13138-0.57 >>>> kernel-xen-2.6.16.54-0.2.3 >>>> >>>> My configuration of the debian domu looks like this: >>>> >>>> >>>> >>> May be domains work, but you cannot see its output to console. >>> Try to add >>> >>> xencons=tty >>> >>> to the extra parameters of your domain config file. >>> >>> >>> >> Hi again :), >> >> i tried to configure vnc in my debian domain, and now I can see all of the >> output. It seems to be that the tty console cant connect to the domain. But >> the parameter xencons=tty does not bring any improvments >> > > You must specify it not as a parameter of a domain file, > but as a parameter of kernel (parameter "extra") > > For example: > > before the modification your "extra" was: > > extra="root=/dev/hda1" > > and after the modification: > > extra="root=/dev/hda1 xencons=tty" > > > If it will not help, > please show you boot log again. > > > > > >> Marcus >> >> -- >> Marcus Herz >> -------------------------------------------------------- >> IT-Infrastructure >> -------------------------------------------------------- >> Max-Planck-Institute for the physics of complex systems >> >> > >Hi, I tried your suggestion but also the same problem. Ok lets say it this way, I can connect via VNC to the debian domain...but is it possible to start a xen patched kernel in debian. I mean the kernel which is normal included in debian via apt-get or is the SLES included Xen kernel only usable. Or is it possible to install the domU with the original debian cd/dvd? It tried this twice but the domU hangs always at a different state of installation. The config looks like this: ostype="test3" name="test3" memory=1024 vcpus=1 on_crash="destroy" on_poweroff="destroy" on_reboot="restart" localtime=1 builder="hvm" extid=0 device_model="/usr/lib/xen/bin/qemu-dm" kernel="/usr/lib/xen/boot/hvmloader" boot="d" disk=[ ''file:/vm/domains/debian-4-testing/disk0,hda,w'', ''file:/data/images/Debian-4/debian-testing-i386-netinst.iso,hdc:cdrom,r'', ] vif=[ ''mac=00:16:3e:07:c1:8c,model=rtl8139,type=ioemu'', ] vnc=1 vncunused=1 Thank you! Regars Marcus -- Marcus Herz -------------------------------------------------------- IT-Infrastructure -------------------------------------------------------- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
....> Hi, > > I tried your suggestion but also the same problem. Ok lets say it this way, > I can connect via VNC to the debian domain...but is it possible to start a > xen patched kernel in debian. I mean the kernel which is normal included in > debian via apt-get or is the SLES included Xen kernel only usable.Yes, you can. You can install Debian in HVM mode, after that install PV-kernel in it and run the domain in PV mode either with pygrub, or copying installed PV kernel (and initrd) out of the domain U somewhere to the domain 0 and specifying it in the domain U config file. Also, you could use your old PV installation (which you have made already using debootstrap), mount it, chroot into it, and after that apt-get install xenified kernel in the chrooted environment and copy it out of the domain U to the domain U. (this allows you to use not SuSE initrd and kernel, which you have tried to use before, but use the Debian kernel and initrd instead of it) Excuse my bad English. I understand that it''s hard to understand ideas that I want to express in it.> > Or is it possible to install the domU with the original debian cd/dvd? > It tried this twice but the domU hangs always at a different state of > installation.Yes, this is possible. What are the states of installation where the domain hangs?> > The config looks like this: > > ostype="test3" > name="test3" > memory=1024 > vcpus=1 > on_crash="destroy" > on_poweroff="destroy" > on_reboot="restart" > localtime=1 > builder="hvm" > extid=0 > device_model="/usr/lib/xen/bin/qemu-dm" > kernel="/usr/lib/xen/boot/hvmloader" > boot="d" > disk=[ ''file:/vm/domains/debian-4-testing/disk0,hda,w'', > ''file:/data/images/Debian-4/debian-testing-i386-netinst.iso,hdc:cdrom,r'', ] > vif=[ ''mac=00:16:3e:07:c1:8c,model=rtl8139,type=ioemu'', ] > vnc=1 > vncunused=1As for me the config is ok. Can''t see something wrong in it. PS. Please, can you send me bootlog (if it is possible for this time, and you haven''t destroyed that installation yet) where you try to start PV Debian with xencons=tty kernel option?> > > Thank you! > > Regars Marcus > > > -- > Marcus Herz > -------------------------------------------------------- > IT-Infrastructure > -------------------------------------------------------- > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-- WBR, i.m.chubin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users