#16 vpcus #/etc/xen/conf/test.conf kernel = "/boot/vmlinuz-3.18.21" ramdisk = "/boot/initrd.img-3.18.21" memory = 2048 name = "test" builder = "linux" disk = [ 'phy:/dev/v10k/test,xvda,w' ] vif = [ 'bridge=pvlan50', 'bridge=pem2' ] root = "/dev/xvda" vcpus = 16 xcalc:~#brctl show (before domU start) bridge name bridge id STP enabled interfaces pem2 8000.2c44fd99e42c no em2 pvlan50 8000.2c44fd99e428 no vlan50 xcalc:~#brctl show (after domU start) bridge name bridge id STP enabled interfaces pem2 8000.2c44fd99e42c no em2 vif5.1 pvlan50 8000.2c44fd99e428 no vif5.0 vlan50 test:~# ifconfig -a (domU) eth0 Link encap:Ethernet HWaddr 00:16:3e:25:72:75 BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) eth1 Link encap:Ethernet HWaddr 00:16:3e:1c:61:21 inet addr:172.20.255.1 Bcast:172.20.255.7 Mask:255.255.255.248 inet6 addr: fe80::216:3eff:fe1c:6121/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:508 (508.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) #ping from dom0 xcalc:~$ ping 172.20.255.1 PING 172.20.255.1 (172.20.255.1) 56(84) bytes of data. From 172.20.255.5 icmp_seq=1 Destination Host Unreachable From 172.20.255.5 icmp_seq=2 Destination Host Unreachable From 172.20.255.5 icmp_seq=3 Destination Host Unreachable ^C --- 172.20.255.1 ping statistics --- 4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3015ms test:~# tcpdump -ni eth1 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes ^C 0 packets captured 0 packets received by filter 0 packets dropped by kernel no arp packet received on domU eth1 interface when i tcpdump dom0 bridge vif interface (vif5.1) then i see domU requests to the networks, but dom0 requests not test:~# dmesg [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.18.21 (root@xcalc) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) ) #1 SMP Wed Sep 9 08:28:47 EDT 2015 [ 0.000000] Command line: root=/dev/xvda (null) [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] ACPI in unprivileged domain disabled [ 0.000000] Set 0 page(s) to 1-1 mapping [ 0.000000] Remapped 0 page(s), last_pfn=524288 [ 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-0x000000007fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] DMI not present or invalid. [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] AGP: No AGP bridge found [ 0.000000] e820: last_pfn = 0x80000 max_arch_pfn = 0x400000000 [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 24576 [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] [mem 0x00000000-0x000fffff] page 4k [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7fffffff] [ 0.000000] [mem 0x7fe00000-0x7fffffff] page 4k [ 0.000000] BRK [0x023fa000, 0x023fafff] PGTABLE [ 0.000000] BRK [0x023fb000, 0x023fbfff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fdfffff] [ 0.000000] [mem 0x7c000000-0x7fdfffff] page 4k [ 0.000000] BRK [0x023fc000, 0x023fcfff] PGTABLE [ 0.000000] BRK [0x023fd000, 0x023fdfff] PGTABLE [ 0.000000] BRK [0x023fe000, 0x023fefff] PGTABLE [ 0.000000] BRK [0x023ff000, 0x023fffff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] [mem 0x00100000-0x7bffffff] page 4k [ 0.000000] RAMDISK: [mem 0x0264f000-0x1fbf3fff] [ 0.000000] NUMA turned off [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x7fd02000-0x7fd06fff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009ffff] [ 0.000000] node 0: [mem 0x00100000-0x7fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00001000-0x7fffffff] [ 0.000000] On node 0 totalpages: 524191 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3999 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 8128 pages used for memmap [ 0.000000] DMA32 zone: 520192 pages, LIFO batch:31 [ 0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org [ 0.000000] smpboot: Allowing 16 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: [mem 0x80000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on Xen [ 0.000000] Xen version: 4.5.2-pre (preserve-AD) [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff88007fa00000 s82048 r8192 d32640 u131072 [ 0.000000] pcpu-alloc: s82048 r8192 d32640 u131072 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 [ 0.000000] xen: PV spinlocks enabled [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515978 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: root=/dev/xvda (null) [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] AGP: Checking aperture... [ 0.000000] AGP: No AGP bridge found [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] Memory: 1552048K/2096764K available (9053K kernel code, 1250K rwdata, 4936K rodata, 1416K init, 1320K bss, 544716K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16 [ 0.000000] NR_IRQS:16640 nr_irqs:144 0 [ 0.000000] xen:events: Using FIFO-based ABI [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-15. [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [hvc0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] Xen: using vcpuop timer interface [ 0.000000] installing Xen timer for CPU 0 [ 0.000000] tsc: Detected 2992.594 MHz processor [ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5985.18 BogoMIPS (lpj=11970376) [ 0.004000] pid_max: default: 32768 minimum: 301 [ 0.004000] Security Framework initialized [ 0.004000] AppArmor: AppArmor initialized [ 0.004000] Yama: becoming mindful. [ 0.004000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.004000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.004000] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.004000] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.004000] Initializing cgroup subsys memory [ 0.004000] Initializing cgroup subsys devices [ 0.004000] Initializing cgroup subsys freezer [ 0.004000] Initializing cgroup subsys net_cls [ 0.004000] Initializing cgroup subsys blkio [ 0.004000] Initializing cgroup subsys perf_event [ 0.004000] Initializing cgroup subsys net_prio [ 0.004000] Initializing cgroup subsys hugetlb [ 0.004000] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.004000] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.004000] CPU: Physical Processor ID: 0 [ 0.004000] CPU: Processor Core ID: 11 [ 0.004000] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.004000] Last level dTLB entries: 4KB 512, 2MB 0, 4MB 0, 1GB 4 [ 0.035405] ftrace: allocating 32600 entries in 128 pages [ 0.044061] cpu 0 spinlock event irq 17 [ 0.053409] Performance Events: unsupported p6 CPU model 62 no PMU driver, software events only. [ 0.054947] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.055063] installing Xen timer for CPU 1 [ 0.055078] cpu 1 spinlock event irq 24 [ 0.055158] SMP alternatives: switching to SMP code [ 0.088325] installing Xen timer for CPU 2 [ 0.088340] cpu 2 spinlock event irq 31 [ 0.089453] installing Xen timer for CPU 3 [ 0.089481] cpu 3 spinlock event irq 38 [ 0.090535] installing Xen timer for CPU 4 [ 0.090546] cpu 4 spinlock event irq 45 [ 0.091506] installing Xen timer for CPU 5 [ 0.091516] cpu 5 spinlock event irq 52 [ 0.092471] installing Xen timer for CPU 6 [ 0.092481] cpu 6 spinlock event irq 59 [ 0.093427] installing Xen timer for CPU 7 [ 0.093436] cpu 7 spinlock event irq 66 [ 0.094369] installing Xen timer for CPU 8 [ 0.094378] cpu 8 spinlock event irq 73 [ 0.095314] installing Xen timer for CPU 9 [ 0.095324] cpu 9 spinlock event irq 80 [ 0.096262] installing Xen timer for CPU 10 [ 0.096272] cpu 10 spinlock event irq 87 [ 0.097206] installing Xen timer for CPU 11 [ 0.097216] cpu 11 spinlock event irq 94 [ 0.098147] installing Xen timer for CPU 12 [ 0.098156] cpu 12 spinlock event irq 101 [ 0.099089] installing Xen timer for CPU 13 [ 0.099099] cpu 13 spinlock event irq 108 [ 0.100043] installing Xen timer for CPU 14 [ 0.100053] cpu 14 spinlock event irq 115 [ 0.100989] installing Xen timer for CPU 15 [ 0.100998] cpu 15 spinlock event irq 122 [ 0.102096] x86: Booted up 1 node, 16 CPUs [ 0.102226] devtmpfs: initialized [ 0.104647] evm: security.selinux [ 0.104651] evm: security.SMACK64 [ 0.104653] evm: security.SMACK64EXEC [ 0.104655] evm: security.SMACK64TRANSMUTE [ 0.104656] evm: security.SMACK64MMAP [ 0.104658] evm: security.ima [ 0.104660] evm: security.capability [ 0.105294] pinctrl core: initialized pinctrl subsystem [ 0.105294] regulator-dummy: no parameters [ 0.126008] RTC time: 165:165:165, date: 165/165/65 [ 0.126194] NET: Registered protocol family 16 [ 0.126211] xen:grant_table: Grant tables using version 1 layout [ 0.126222] Grant table initialized [ 0.126295] PCI: setting up Xen PCI frontend stub [ 0.126295] PCI: pci_cache_line_size set to 64 bytes [ 0.132184] ACPI: Interpreter disabled. [ 0.132216] xen:balloon: Initialising balloon driver [ 0.136021] xen_balloon: Initialising balloon driver [ 0.136048] vgaarb: loaded [ 0.136219] SCSI subsystem initialized [ 0.136273] libata version 3.00 loaded. [ 0.136273] usbcore: registered new interface driver usbfs [ 0.184021] usbcore: registered new interface driver hub [ 0.184088] usbcore: registered new device driver usb [ 0.184116] pps_core: LinuxPPS API ver. 1 registered [ 0.184120] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.184126] PTP clock support registered [ 0.184189] PCI: System does not support PCI [ 0.184189] PCI: System does not support PCI [ 0.184189] NetLabel: Initializing [ 0.184189] NetLabel: domain hash size = 128 [ 0.184189] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.184189] NetLabel: unlabeled traffic allowed by default [ 0.184189] Switched to clocksource xen [ 0.188929] AppArmor: AppArmor Filesystem Enabled [ 0.188952] pnp: PnP ACPI: disabled [ 0.191331] NET: Registered protocol family 2 [ 0.191541] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.191602] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.191642] TCP: Hash tables configured (established 16384 bind 16384) [ 0.191686] TCP: reno registered [ 0.191703] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.191722] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.191810] NET: Registered protocol family 1 [ 0.191826] PCI: CLS 0 bytes, default 64 [ 0.191869] Trying to unpack rootfs image as initramfs... [ 0.612427] Freeing initrd memory: 480916K (ffff88000264f000 - ffff88001fbf4000) [ 0.612619] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 0.613307] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer [ 0.613346] Scanning for low memory corruption every 60 seconds [ 0.613877] futex hash table entries: 4096 (order: 6, 262144 bytes) [ 0.613925] Initialise system trusted keyring [ 0.613948] audit: initializing netlink subsys (disabled) [ 0.613969] audit: type=2000 audit(1443125984.841:1): initialized [ 0.614315] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.615368] zpool: loaded [ 0.615374] zbud: loaded [ 0.615629] VFS: Disk quotas dquot_6.5.2 [ 0.615661] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.616124] fuse init (API version 7.23) [ 0.616211] msgmni has been set to 3970 [ 0.616273] Key type big_key registered [ 0.616835] Key type asymmetric registered [ 0.616841] Asymmetric key parser 'x509' registered [ 0.616876] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 0.616971] io scheduler noop registered [ 0.616977] io scheduler deadline registered (default) [ 0.617005] io scheduler cfq registered [ 0.617073] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.617094] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.617156] intel_idle: does not run on family 6 model 62 [ 0.617358] xen:xen_evtchn: Event-channel device installed [ 0.617802] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.619221] Linux agpgart interface v0.103 [ 0.620428] brd: module loaded [ 0.621056] loop: module loaded [ 0.621065] HP CISS Driver (v 3.6.26) [ 0.625194] libphy: Fixed MDIO Bus: probed [ 0.625200] tun: Universal TUN/TAP device driver, 1.6 [ 0.625203] tun: (C) 1999-2004 Max Krasnyansky [ 0.625362] cnic: QLogic NetXtreme II CNIC Driver cnic v2.5.20 (March 14, 2014) [ 0.625479] bnx2x: Broadcom NetXtreme II 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.710.51-0 (2014/02/10) [ 0.625660] QLogic 1/10 GbE Converged/Intelligent Ethernet Driver v5.3.62 [ 0.625685] QLogic/NetXen Network Driver v4.0.82 [ 0.625702] PPP generic driver version 2.4.2 [ 0.625760] xen_netfront: Initialising Xen virtual ethernet driver [ 0.633380] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.633388] ehci-pci: EHCI PCI platform driver [ 0.633397] ehci-platform: EHCI generic platform driver [ 0.633405] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.633410] ohci-pci: OHCI PCI platform driver [ 0.633418] ohci-platform: OHCI generic platform driver [ 0.633425] uhci_hcd: USB Universal Host Controller Interface driver [ 0.633456] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 0.675555] blkfront: xvda: barrier or flush: disabled; persistent grants: enabled; indirect descriptors: enabled; [ 0.677087] xvda: unknown partition table [ 0.678094] xen_netfront: can't alloc rx grant refs [ 0.678102] net eth1: only created 15 queues [ 1.640062] i8042: No controller found [ 1.640169] mousedev: PS/2 mouse device common for all mice [ 1.699876] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 [ 1.699924] rtc_cmos: probe of rtc_cmos failed with error -38 [ 1.699982] device-mapper: uevent: version 1.0.3 [ 1.700061] device-mapper: ioctl: 4.28.0-ioctl (2014-09-17) initialised: dm-devel@xxxxxxxxxx [ 1.700087] ledtrig-cpu: registered to indicate activity on CPUs [ 1.700180] TCP: cubic registered [ 1.700270] NET: Registered protocol family 10 [ 1.700654] NET: Registered protocol family 17 [ 1.700675] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 1.702198] Bridge firewalling registered [ 1.702206] 8021q: 802.1Q VLAN Support v1.8 [ 1.702222] Key type dns_resolver registered [ 1.702228] mce: Unable to init device /dev/mcelog (rc: -5) [ 1.702430] Loading compiled-in X.509 certificates [ 1.703123] Loaded X.509 cert 'Magrathea: Glacier signing key: 453747f6c816ad0c7a8e322b1490d2ffd5eadc8f' [ 1.703138] registered taskstats version 1 [ 1.709850] Key type trusted registered [ 1.718811] Key type encrypted registered [ 1.718821] AppArmor: AppArmor sha1 policy hashing enabled [ 1.718825] ima: No TPM chip found, activating TPM-bypass! [ 1.718846] evm: HMAC attrs: 0x1 [ 1.718949] Magic number: 1:252:3141 [ 1.719007] /usr/src/linux-3.18.21/drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 1.719158] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.719162] EDD information not available. [ 1.719200] PM: Hibernation image not present or could not be loaded. [ 1.720751] Freeing unused kernel memory: 1416K (ffffffff8213a000 - ffffffff8229c000) [ 1.720766] Write protecting the kernel read-only data: 16384k [ 1.730120] Freeing unused kernel memory: 1176K (ffff8800018da000 - ffff880001a00000) [ 1.731497] Freeing unused kernel memory: 1208K (ffff880001ed2000 - ffff880002000000) [ 1.787143] systemd-udevd[206]: starting version 204 [ 4.874411] random: nonblocking pool is initialized [ 6.905617] EXT4-fs (xvda): mounting ext3 file system using the ext4 subsystem [ 6.907659] EXT4-fs (xvda): mounted filesystem with ordered data mode. Opts: (null) [ 7.660716] init: plymouth-upstart-bridge main process (274) terminated with status 1 [ 7.660762] init: plymouth-upstart-bridge main process ended, respawning [ 7.672204] init: plymouth-upstart-bridge main process (285) terminated with status 1 [ 7.672253] init: plymouth-upstart-bridge main process ended, respawning [ 7.680341] init: plymouth-upstart-bridge main process (287) terminated with status 1 [ 7.680381] init: plymouth-upstart-bridge main process ended, respawning [ 7.691446] init: plymouth-upstart-bridge main process (288) terminated with status 1 [ 7.691487] init: plymouth-upstart-bridge main process ended, respawning [ 7.699416] init: plymouth-upstart-bridge main process (290) terminated with status 1 [ 7.699456] init: plymouth-upstart-bridge main process ended, respawning [ 7.712725] init: plymouth-upstart-bridge main process (291) terminated with status 1 [ 7.712767] init: plymouth-upstart-bridge main process ended, respawning [ 7.722122] init: plymouth-upstart-bridge main process (293) terminated with status 1 [ 7.722170] init: plymouth-upstart-bridge main process ended, respawning [ 7.737771] init: plymouth-upstart-bridge main process (295) terminated with status 1 [ 7.737839] init: plymouth-upstart-bridge main process ended, respawning [ 7.758007] init: ureadahead main process (277) terminated with status 5 [ 8.203022] EXT4-fs (xvda): re-mounted. Opts: (null) [ 8.281587] systemd-udevd[410]: starting version 204 [ 8.745473] init: udev-fallback-graphics main process (535) terminated with status 1 [ 9.033422] init: failsafe main process (550) killed by TERM signal [ 9.370884] init: plymouth-upstart-bridge main process ended, respawning [ 303.944118] device eth1 entered promiscuous mode [ 316.243080] device eth1 left promiscuous mode xcalc:~# more xl-test.log Waiting for domain test (domid 5) to die [pid 11233]