Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Issue with Ubuntu and Xen-3.3.2



	The Dom0 is a NetBSD-5.2/amd64 installation running Xen-3.3.2, with a
number of DomU's, mostly NetbSD-5, but we've run Linux CenTOS in the past
on this setup.

	hello.  Ok, I realize I'm running an ancient version of Xen, but it's
a production environment and it's been very stable for us.  Now, I'd like
to bring up a Ubuntu domU and I have it almost working.
I'm using ubuntu 16.04 with a 4.4.0-51 Linux kernel.  I'm trying to bring
up the installation environment and I'm getting stuck after the kernel
loads, but before the userland processes begin.  I get further if I define
more than one vcpu, but the VM still crashes.
	I've also tried bringing up an HVM, but I couldn't figure out how to
get the ISO image to use a serial console.  I'm sure there are more ways to
poke at this problem, but if anyone has ideas on what I might try to either
solve the issue or get more information about the nature of the problem,
I'd be very appreciative.

My config and boot messages are below.

-thanks
-brian

<cut here for config>


#  -*- mode: python; -*-
#============================================================================
# Python configuration setup for 'xm create'.
# This script sets the parameters used when a domain is created using 'xm create'.
# You use a separate script for each domain you want to create, or 
# you can set the parameters for the domain on the xm command line.
#============================================================================

kernel = "/var/xen/images/ubuntu/vmlinuz-4.4.0-51"
# Initial memory allocation (in megabytes) for the new domain.
memory = 8192
# Number of Virtual CPUS to use, default is 1
vcpus = 2

# A name for your domain. All domains must have different names.
name = "Ubuntu_16"

#Set up initial ram disk for creating  complete system
ramdisk = "/var/xen/images/ubuntu/initrd-51.img"

vif = [  'mac=56:4d:41:52:4b:01, bridge=bridge0, type=ioemu' ]

disk = [ 'file:/var/xen/vianet2/ubuntu_16/disk0,0xca00,w' ]
extra = ""


autorestart = False

<cut here for boot messages>

Script started on Fri Feb 10 13:03:31 2017
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.0-51-generic (buildd@lcy01-08) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #72-Ubuntu SMP Thu Nov 24 18:29:54 UTC 2016 (Ubuntu 4.4.0-51.72-generic 4.4.30)
[    0.000000] Command line: 
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] ACPI in unprivileged domain disabled
[    0.000000] Released 0 page(s)
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x00000002007fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    0.000000] Hypervisor detected: Xen
[    0.000000] e820: last_pfn = 0x200800 max_arch_pfn = 0x400000000
[    0.000000] MTRR: Disabled
[    0.000000] x86/PAT: MTRRs disabled, skipping PAT initialization too.
[    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WC  WP  UC  UC  
[    0.000000] e820: last_pfn = 0x100000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] RAMDISK: [mem 0x02228000-0x047dcfff]
[    0.000000] NUMA turned off
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000002007fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x1ff023000-0x1ff027fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000002007fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000002007fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000002007fffff]
[    0.000000] p2m virtual area at ffffc90000000000, size is 40000000
[    0.000000] Remapped 0 page(s)
[    0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] e820: cannot find a gap in the 32bit address range
[    0.000000] e820: PCI devices with unassigned 32bit BARs may break!
[    0.000000] e820: [mem 0x200900000-0x200cfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 3.3.2 (preserve-AD)
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff8801f5a00000 s98008 r8192 d28968 u1048576
[    0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2066282
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: 
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 8164120K/8396412K available (8426K kernel code, 1285K rwdata, 3956K rodata, 1480K init, 1292K bss, 232292K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[    0.000000] Using NULL legacy PIC
[    0.000000] NR_IRQS:16640 nr_irqs:48 0
[    0.000000] xen:events: Using 2-level ABI
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] console [hvc0] enabled
[    0.000000] clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000000] installing Xen timer for CPU 0
[    0.000000] tsc: Detected 2400.084 MHz processor
[15430797.111949] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.16 BogoMIPS (lpj=9600336)
[15430797.111962] pid_max: default: 32768 minimum: 301
[15430797.112185] Security Framework initialized
[15430797.112193] Yama: becoming mindful.
[15430797.112225] AppArmor: AppArmor initialized
[15430797.113321] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[15430797.115259] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[15430797.193213] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[15430797.193244] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[15430797.193586] Initializing cgroup subsys io
[15430797.193598] Initializing cgroup subsys memory
[15430797.193612] Initializing cgroup subsys devices
[15430797.193621] Initializing cgroup subsys freezer
[15430797.193630] Initializing cgroup subsys net_cls
[15430797.193639] Initializing cgroup subsys perf_event
[15430797.193647] Initializing cgroup subsys net_prio
[15430797.193655] Initializing cgroup subsys hugetlb
[15430797.193662] Initializing cgroup subsys pids
[15430797.193736] CPU: Physical Processor ID: 0
[15430797.193744] CPU: Processor Core ID: 0
[15430797.193754] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[15430797.193761] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[15430797.225090] ftrace: allocating 32053 entries in 126 pages
[15430797.240713] cpu 0 spinlock event irq 1
[15430797.240725] smpboot: Max logical packages: 1
[15430797.240732] smpboot: APIC(0) Converting physical 0 to logical package 0
[15430797.240741] Could not initialize VPMU for cpu 0, error -38
[15430797.240771] Performance Events: unsupported p6 CPU model 44 no PMU driver, software events only.
[15430797.241614] NMI watchdog: disabled (cpu0): hardware events not enabled
[15430797.241625] NMI watchdog: Shutting down hard lockup detector on all cpus
[15430797.241705] SMP alternatives: switching to SMP code
[15430797.269651] installing Xen timer for CPU 1
[15430797.269678] cpu 1 spinlock event irq 8
[15430797.269845] x86: Booted up 1 node, 2 CPUs
[15430797.269982] devtmpfs: initialized
[15430797.273607] evm: security.selinux
[15430797.273616] evm: security.SMACK64
[15430797.273622] evm: security.SMACK64EXEC
[15430797.273627] evm: security.SMACK64TRANSMUTE
[15430797.273632] evm: security.SMACK64MMAP
[15430797.273638] evm: security.ima
[15430797.273643] evm: security.capability
[15430797.273780] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[15430797.273890] pinctrl core: initialized pinctrl subsystem
[15430797.293849] RTC time: 165:165:165, date: 165/165/65
[15430797.293979] NET: Registered protocol family 16
[15430797.293999] xen:grant_table: Grant tables using version 1 layout
[15430797.294013] Grant table initialized
[15430797.295055] PCI: setting up Xen PCI frontend stub
[15430797.306334] ACPI: Interpreter disabled.
[15430797.306352] xen:balloon: Initialising balloon driver
[15430797.312439] xen_balloon: Initialising balloon driver
[15430797.312646] vgaarb: loaded
[15430797.312903] SCSI subsystem initialized
[15430797.313011] usbcore: registered new interface driver usbfs
[15430797.313027] usbcore: registered new interface driver hub
[15430797.313043] usbcore: registered new device driver usb
[15430797.313150] dmi: Firmware registration failed.
[15430797.313219] PCI: System does not support PCI
[15430797.313226] PCI: System does not support PCI
[15430797.313347] NetLabel: Initializing
[15430797.313354] NetLabel:  domain hash size = 128
[15430797.313359] NetLabel:  protocols = UNLABELED CIPSOv4
[15430797.313377] NetLabel:  unlabeled traffic allowed by default
[15430797.313444] amd_nb: Cannot enumerate AMD northbridges
[15430797.313464] clocksource: Switched to clocksource xen
[15430797.320826] AppArmor: AppArmor Filesystem Enabled
[15430797.320888] pnp: PnP ACPI: disabled
[15430797.323574] NET: Registered protocol family 2
[15430797.323789] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[15430797.324042] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[15430797.324197] TCP: Hash tables configured (established 65536 bind 65536)
[15430797.324254] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[15430797.324299] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[15430797.324372] NET: Registered protocol family 1
[15430797.324450] Trying to unpack rootfs image as initramfs...
[15430797.374764] Freeing initrd memory: 38612K (ffff880002228000 - ffff8800047dd000)
[15430797.374978] Scanning for low memory corruption every 60 seconds
[15430797.375533] futex hash table entries: 512 (order: 3, 32768 bytes)
[15430797.375573] audit: initializing netlink subsys (disabled)
[15430797.375602] audit: type=2000 audit(1486731824.571:1): initialized
[15430797.375919] Initialise system trusted keyring
[15430797.377775] zbud: loaded
[15430797.378114] VFS: Disk quotas dquot_6.6.0
[15430797.378162] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[15430797.378490] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[15430797.378500] hugetlbfs: disabling because there are no supported hugepage sizes
[15430797.378840] fuse init (API version 7.23)
[15430797.379081] Key type big_key registered
[15430797.379116] Allocating IMA MOK and blacklist keyrings.
[15430797.380295] Key type asymmetric registered
[15430797.380311] Asymmetric key parser 'x509' registered
[15430797.380369] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[15430797.380452] io scheduler noop registered
[15430797.380465] io scheduler deadline registered (default)
[15430797.380510] io scheduler cfq registered
[15430797.380600] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[15430797.380612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[15430797.381515] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[15430797.384036] Linux agpgart interface v0.103
[15430797.387891] brd: module loaded
[15430797.389704] loop: module loaded
[15430797.390508] libphy: Fixed MDIO Bus: probed
[15430797.390520] tun: Universal TUN/TAP device driver, 1.6
[15430797.390526] tun: (C) 1999-2004 Max Krasnyansky <maxk%qualcomm.com@localhost>
[15430797.390589] PPP generic driver version 2.4.2
[1543079?Úð?ÿÿ] xen_ne[15430797.391355] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[1543079àÚð?ÿÿ] ehci-p'ð?ÿÿ PCI platform driver
[15430797.391387] ehci-platform: EHCI generic platform driver
[15430797.391400] ohci_hcd: USB 1.1 'Open' @Ûð?ÿÿtroller [15430797.391410] ohci-pci: OHCI PCI platform driver
[15430797.391425] ohci-platform: OHCI generic platform driver
[154 Ûð?ÿÿ1438] uh[15430797.391495] i8042: PNP: No PS/2 controller found. Probing ports directly.



Home | Main Index | Thread Index | Old Index