Hello everybody,
I spend some time to get XEN up and running on
ubuntu 8.04
I am new to XEN
XEN is installed with “apt-get install ubuntu-xen-server”
Ultimate goal is to have hvm running with
VT-D (PCI cards bounded to specific DomU’s)
4 Gb memory in MSI NEO3-FR motherboard with
P45 chipset
Everything (except VT-D) is working smoothly
I can run all kind of OS’s in DomU’s
(fedora, ubuntu, windows-XP, windows 2000 server etc)
It runs fast and it is very stable.
Next step is to run asterisk in a domU (fedora 8)
with its own ISDN card (Fritz Card).
However this is failing.
If I start the DomU the following is displayed:
root@vdl-linux-10:/etc/xen# xm create fedora8
Using config file "./fedora8".
Error: Fail to assign device(4:1.0): maybe VT-d is
not enabled, or the device is not exist, or it has already been assigned to
other domain
root@vdl-linux-10:
Questiona arised to me:
- If
I “disable” the device on the kernel line with pciback.hide=(04:01.0),
this seems to work according to logging. However the device is still
visible with lspci in Dom0. Is this normal ?
- I
am still not 100% convinced that my motherboard is VT-D compatible (BIOS
?) However if I read other posts , the output of ‘/sys/hypervisor/properties/capabilities’
and ‘/proc/cpuinfo’ should ensure that the system is VT-D
capable. Latest BIOS is installed.
- Is
there any tool to ‘proof’ my system is VT-D capable ?
- Any
suggestions are welcome !
Thanks in advance,
Anton
additional info:
I have disabled all drivers in Dom0 so the card
complety free as far as I can see with lsmod.
There is NO option in the Bios to enable/disable
virtualization
==============LSPCI =====================
root@vdl-linux-10:/etc/xen# lspci
00:00.0 Host bridge: Intel Corporation Eaglelake
DRAM Controller (rev 02)
00:01.0 PCI bridge: Intel Corporation
Eaglelake PCI
Express Root
Port (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801JI (ICH10
Family) USB UHCI Controller #4
00:1a.1 USB Controller: Intel Corporation 82801JI
(ICH10 Family) USB UHCI Controller #5
00:1a.2 USB Controller: Intel Corporation 82801JI
(ICH10 Family) USB UHCI Controller #6
00:1a.7 USB Controller: Intel Corporation 82801JI
(ICH10 Family) USB2 EHCI Controller #2
00:1b.0 Audio device: Intel Corporation 82801JI
(ICH10 Family) HD Audio Controller
00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10
Family) PCI Express Port 1
00:1c.1 PCI bridge: Intel Corporation 82801JI (ICH10
Family) PCI Express Port 2
00:1d.0 USB Controller: Intel Corporation 82801JI
(ICH10 Family) USB UHCI Controller #1
00:1d.1 USB Controller: Intel Corporation 82801JI
(ICH10 Family) USB UHCI Controller #2
00:1d.2 USB Controller: Intel Corporation 82801JI
(ICH10 Family) USB UHCI Controller #3
00:1d.7 USB Controller: Intel Corporation 82801JI
(ICH10 Family) USB2 EHCI Controller #1
00:1e.0 PCI bridge: Intel Corporation 82801 PCI
Bridge (rev 90)
00:1f.0 ISA bridge: Intel Corporation 82801JIR
(ICH10R) LPC Interface Controller
00:1f.2 SATA controller: Intel Corporation 82801JI
(ICH10 Family) SATA AHCI Controller
00:1f.3 SMBus: Intel Corporation 82801JI (ICH10
Family) SMBus Controller
01:00.0 VGA compatible controller: nVidia
Corporation G71 [GeForce 7300 GS] (rev a1)
02:00.0 SATA controller: JMicron Technologies, Inc.
JMicron 20360/20363 AHCI Controller (rev 03)
02:00.1 IDE interface: JMicron Technologies, Inc.
JMicron 20360/20363 AHCI Controller (rev 03)
04:01.0 Network controller: AVM Audiovisuelles MKTG
& Computer System GmbH Fritz!PCI v2.0 ISDN (rev 02) <-=-=
04:02.0 Ethernet controller: Realtek Semiconductor
Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
root@vdl-linux-10:/etc/xen#
===============UNAME=========
root@vdl-linux-10:/etc/xen# uname -a
Linux vdl-linux-10 2.6.24-19-xen #1 SMP Wed Aug 20
21:08:51 UTC 2008 x86_64 GNU/Linux
root@vdl-linux-10:/etc/xen#
===============CPUINFO========
root@vdl-linux-10:/etc/xen# cat /proc/cpuinfo
processor : 0
vendor_id :
GenuineIntel
cpu family : 6
model
: 23
model name : Intel(R)
Core(TM)2 Duo CPU E8400 @ 3.00GHz
stepping :
10
cpu
MHz : 3007.568
cache size : 64 KB
physical id : 0
siblings :
1
core
id : 0
cpu cores : 1
fpu
: yes
fpu_exception : yes
cpuid level : 2
wp
: yes
flags
: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi
mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc pebs bts rep_good pni
monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr sse4_1 lahf_lm
bogomips :
6016.91
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48
bits virtual
power management:
processor : 0
vendor_id :
GenuineIntel
cpu family : 6
model
: 23
model name : Intel(R)
Core(TM)2 Duo CPU E8400 @ 3.00GHz
stepping :
10
cpu
MHz : 3007.568
cache size : 64 KB
physical id : 0
siblings :
1
core
id : 0
cpu cores : 1
fpu
: yes
fpu_exception : yes
cpuid level : 2
wp
: yes
flags
: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi
mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc pebs bts rep_good pni
monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr sse4_1 lahf_lm
bogomips :
6016.91
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48
bits virtual
power management:
root@vdl-linux-10:/etc/xen#
==============HYPERVISOR==========
root@vdl-linux-10:/etc/xen# cat
/sys/hypervisor/properties/capabilities
xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32
hvm-3.0-x86_32p hvm-3.0-x86_64
root@vdl-linux-10:/etc/xen#
=============GRUB============
title
Xen 3.2 / Ubuntu 8.04.1, kernel 2.6.24-19-xen
root
(hd0,0)
kernel
/boot/xen-3.2.gz iommu=1
module
/boot/vmlinuz-2.6.24-19-xen root=UUID=7159d464-354f-45c3-9dde-d1befe96f7e6 ro
console=tty0 pciback.hide=(04:01.0) pciback.permissive iommu=soft vtd=1
module
/boot/initrd.img-2.6.24-19-xen
quiet
============DOMU================
kernel =
"/usr/lib/xen/boot/hvmloader"
builder = 'hvm'
extra =" iommu=soft swiotlb=force vtd=1"
memory = 1024
name = "fedora8"
vcpus = 1
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [
'phy:/dev/sdb6,ioemu:hdb,w','phy:/dev/loop1,hda:cdrom,r' ]
device_model = '/usr/lib/xen/bin/qemu-dm'
ne2000=0
sdl=0
vnc=1
pci = ['0:4:1.0']
boot='c'
============XEND LOG==============
[2008-10-11 23:18:05 5437] DEBUG (XendDomainInfo:84)
XendDomainInfo.create(['vm', ['name', 'fedora8'], ['memory', 1024], ['vcpus',
1], ['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['image', ['hvm',
['kernel', '/usr/lib/xen/boot/hvmloader'], ['args', ' iommu=soft swiotlb=force
vtd=1'], ['device_model', '/usr/lib/xen/bin/qemu-dm'], ['pae', 1], ['vcpus',
1], ['boot', 'c'], ['fda', ''], ['fdb', ''], ['timer_mode', 0], ['localtime',
0], ['serial', ''], ['stdvga', 0], ['isa', 0], ['nographic', 0], ['soundhw',
''], ['vnc', 1], ['vncunused', 1], ['sdl', 0], ['xauthority',
'/root/.Xauthority'], ['rtc_timeoffset', '0'], ['monitor', 0], ['acpi', 1],
['apic', 1], ['usb', 0], ['usbdevice', ''], ['keymap', ''], ['pci', [['0x0',
'0x4', '0x1', '0x0']]], ['guest_os_type', 'default']]], ['device', ['vbd',
['uname', 'phy:/dev/sdb6'], ['dev', 'ioemu:hdb'], ['mode', 'w']]], ['device',
['vbd', ['uname', 'phy:/dev/loop1'], ['dev', 'hda:cdrom'], ['mode', 'r']]],
['device', ['pci', ['dev', ['domain', '0x0'], ['bus', '0x4'], ['slot', '0x1'],
['func', '0x0']]]], ['device', ['vif', ['bridge', 'xenbr0'], ['type',
'ioemu']]]])
[2008-10-11 23:18:05 5437] DEBUG
(XendDomainInfo:1637) XendDomainInfo.constructDomain
[2008-10-11 23:18:05 5437] DEBUG (balloon:151)
Balloon: 131072 KiB free; need 2048; done.
[2008-10-11 23:18:05 5437] ERROR
(XendDomainInfo:440) VM start failed
Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line
419, in start
XendTask.log_progress(0, 30,
self._constructDomain)
File
"/usr/lib/python2.5/site-packages/xen/xend/XendTask.py", line 209, in
log_progress
retval = func(*args, **kwds)
File
"/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line
1702, in _constructDomain
% (bus, dev, func))
VmError: Fail to assign device(4:1.0): maybe VT-d is
not enabled, or the device is not exist, or it has already been assigned to
other domain
[2008-10-11 23:18:05 5437] DEBUG
(XendDomainInfo:1913) XendDomainInfo.destroy: domid=3
[2008-10-11 23:18:05 5437] DEBUG
(XendDomainInfo:1930) XendDomainInfo.destroyDomain(3)
[2008-10-11 23:18:05 5437] DEBUG
(XendDomainInfo:1553) No device model
[2008-10-11 23:18:05 5437] DEBUG
(XendDomainInfo:1555) Releasing devices
[2008-10-11 23:18:05 5437] ERROR (XendDomainInfo:89)
Domain construction failed
Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line
87, in create
vm.start()
File
"/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line
419, in start
XendTask.log_progress(0, 30,
self._constructDomain)
File
"/usr/lib/python2.5/site-packages/xen/xend/XendTask.py", line 209, in
log_progress
retval = func(*args, **kwds)
File
"/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line
1702, in _constructDomain
% (bus, dev, func))
VmError: Fail to assign device(4:1.0): maybe VT-d is
not enabled, or the device is not exist, or it has already been assigned to
other domain
[2008-10-11 23:18:05 5437] DEBUG
(XendDomainInfo:1913) XendDomainInfo.destroy: domid=None
[2008-10-11 23:18:05 5437] DEBUG
(XendDomainInfo:1930) XendDomainInfo.destroyDomain(None)
[2008-10-11 23:18:05 5437] DEBUG
(XendDomainInfo:1553) No device model
[2008-10-11 23:18:05 5437] DEBUG
(XendDomainInfo:1555) Releasing devices
==================DMESG=========================
root@vdl-linux-10:/var/log/xen#
dmesg
[ 0.000000] Linux version
2.6.24-19-xen (buildd@king) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP
Wed Aug 20 21:08:51 UTC 2008 (Ubuntu 2.6.24-4.6-generic)
[ 0.000000] Command line:
root=UUID=7159d464-354f-45c3-9dde-d1befe96f7e6 ro console=tty0
pciback.hide=(04:01.0) pciback.permissive iommu=soft vtd=1
[ 0.000000] BIOS-provided physical
RAM map:
[ 0.000000] Xen:
0000000000000000 - 00000000f347f000 (usable)
[ 0.000000] Entering
add_active_range(0, 0, 996479) 0 entries of 256 used
[ 0.000000] end_pfn_map = 996479
[ 0.206239] DMI present.
[ 0.206303] Entering
add_active_range(0, 0, 996479) 0 entries of 256 used
[ 0.216000] Zone PFN ranges:
[ 0.216001]
DMA 0
-> 4096
[ 0.216002]
DMA32 4096 -> 1048576
[ 0.216003] Normal 1048576 -> 1048576
[ 0.216003] Movable zone start PFN
for each node
[ 0.216004] early_node_map[1]
active PFN ranges
[ 0.216005]
0: 0 -> 996479
[ 0.216007] On node 0 totalpages:
996479
[ 0.235583] DMA zone:
56 pages used for memmap
[ 0.235585] DMA zone:
0 pages reserved
[ 0.235587] DMA zone:
4040 pages, LIFO batch:0
[ 0.235734] DMA32
zone: 13567 pages used for memmap
[ 0.235736] DMA32
zone: 978816 pages, LIFO batch:31
[ 0.268166] Normal zone: 0 pages used for memmap
[ 0.268169] Movable
zone: 0 pages used for memmap
[ 0.278090] ACPI: RSDP 000F9990,
0014 (r0 ACPIAM)
[ 0.278095] ACPI: RSDT BFF90000,
0040 (r1 7514MS A7514200 20080829 MSFT 97)
[ 0.278099] ACPI: FACP BFF90200,
0084 (r1 7514MS A7514200 20080829 MSFT 97)
[ 0.278104] ACPI: DSDT BFF905C0,
64FA (r1 A7514 A7514200 200 INTL 20051117)
[ 0.278107] ACPI: FACS BFF9E000,
0040
[ 0.278109] ACPI: APIC BFF90390,
006C (r1 7514MS A7514200 20080829 MSFT 97)
[ 0.278112] ACPI: MCFG BFF90400,
003C (r1 7514MS OEMMCFG 20080829 MSFT
97)
[ 0.278115] ACPI: SLIC BFF90440,
0176 (r1 7514MS A7514200 20080829 MSFT 97)
[ 0.278118] ACPI: OEMB BFF9E040,
0072 (r1 7514MS A7514200 20080829 MSFT 97)
[ 0.278121] ACPI: HPET BFF985C0,
0038 (r1 7514MS OEMHPET 20080829 MSFT
97)
[ 0.278124] ACPI: SSDT BFF9E5C0,
0A7C (r1 DpgPmm CpuPm 12
INTL 20051117)
[ 0.278150] ACPI: LAPIC
(acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.278152] ACPI: LAPIC
(acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.278153] ACPI: LAPIC
(acpi_id[0x03] lapic_id[0x82] disabled)
[ 0.278154] ACPI: LAPIC
(acpi_id[0x04] lapic_id[0x83] disabled)
[ 0.278157] ACPI: IOAPIC (id[0x02]
address[0xfec00000] gsi_base[0])
[ 0.278162] IOAPIC[0]: apic_id 2,
address 0xfec00000, GSI 0-23
[ 0.278164] ACPI: INT_SRC_OVR (bus
0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.278166] ACPI: INT_SRC_OVR (bus
0 bus_irq 9 global_irq 9 high level)
[ 0.278167] ACPI: IRQ0 used by
override.
[ 0.278168] ACPI: IRQ2 used by
override.
[ 0.278169] ACPI: IRQ9 used by
override.
[ 0.278171] Setting APIC routing
to xen
[ 0.278172] Using ACPI (MADT) for
SMP configuration information
[ 0.278179] Allocating PCI
resources starting at c4000000 (gap: c0000000:3ee00000)
[ 0.278184] PERCPU: Allocating
22368 bytes of per cpu data
[ 0.278205] Built 1 zonelists in
Zone order, mobility grouping on. Total pages: 982856
[ 0.278207] Kernel command line:
root=UUID=7159d464-354f-45c3-9dde-d1befe96f7e6 ro console=tty0
pciback.hide=(04:01.0) pciback.permissive iommu=soft vtd=1
[ 0.278219] Unknown boot option
`pciback.permissive': ignoring
[ 0.278527] Initializing CPU#0
[ 0.278674] PID hash table
entries: 4096 (order: 12, 32768 bytes)
[ 0.278735] Xen reported: 3007.568
MHz processor.
[ 0.162979] console [xvc-1]
enabled
[ 0.165005] Console: colour VGA+
80x25
[ 0.165007] console [tty0] enabled
[ 0.168556] Dentry cache hash
table entries: 524288 (order: 10, 4194304 bytes)
[ 0.169665] Inode-cache hash table
entries: 262144 (order: 9, 2097152 bytes)
[ 0.224988] Software IO TLB
enabled:
[ 0.224989] Aperture:
64 megabytes
[ 0.224990] Kernel range:
ffff880006a62000 - ffff88000aa62000
[ 0.224990] Address size: 27
bits
[ 0.225226] PCI-DMA: Using
software bounce buffering for IO (SWIOTLB)
[ 0.248802] Memory:
3805400k/3985916k available (2531k kernel code, 171588k reserved, 1329k data,
220k init)
[ 0.315024] Calibrating delay
using timer specific routine.. 6016.91 BogoMIPS (lpj=12033823)
[ 0.315171] Security Framework
initialized
[ 0.315233] SELinux:
Disabled at boot.
[ 0.315294] AppArmor: AppArmor
initialized
[ 0.315354] Failure registering
capabilities with primary security module.
[ 0.315423] Mount-cache hash table
entries: 256
[ 0.315574] CPU: L1 I cache: 32K,
L1 D cache: 32K
[ 0.315679] CPU: Physical
Processor ID: 0
[ 0.315737] CPU: Processor Core
ID: 0
[ 0.315797] SMP alternatives:
switching to UP code
[ 0.316439] Early unpacking
initramfs... done
[ 0.328893] ACPI: Core revision
20070126
[ 0.329018] ACPI: Looking for DSDT
in initramfs... error, file /DSDT.aml not found.
[ 0.330921] SMP alternatives:
switching to SMP code
[ 0.331514] Brought up 2 CPUs
[ 0.000005] Initializing CPU#1
[ 0.000024] CPU: L1 I cache: 32K,
L1 D cache: 32K
[ 0.000027] CPU: Physical
Processor ID: 0
[ 0.000028] CPU: Processor Core
ID: 0
[ 0.331802] CPU0 attaching
sched-domain:
[ 0.331803] domain 0: span
03
[ 0.331804] groups: 01
02
[ 0.331806] CPU1 attaching
sched-domain:
[ 0.331807] domain 0: span
03
[ 0.331807] groups: 02
01
[ 0.332218] net_namespace: 120
bytes
[ 0.332277] failed to set up
cpufreq notifier
[ 0.332595] Time: 20:16:13
Date: 10/11/08
[ 0.332677] NET: Registered
protocol family 16
[ 0.332890] ACPI: bus type pci
registered
[ 0.332995] PCI: Using
configuration type 1
[ 0.335427] ACPI: EC: Look up EC
in DSDT
[ 0.337929] ACPI: Interpreter
enabled
[ 0.337988] ACPI: (supports S0 S1
S3 S5)
[ 0.338221] ACPI: Using IOAPIC for
interrupt routing
[ 0.338419] Error attaching device
data
[ 0.338500] Error attaching device
data
[ 0.338581] Error attaching device
data
[ 0.338663] Error attaching device
data
[ 0.342952] ACPI: PCI Root
Bridge [PCI0] (0000:00)
[ 0.345258] PCI: Transparent
bridge - 0000:00:1e.0
[ 0.345360] ACPI: PCI Interrupt
Routing Table [\_SB_.PCI0._PRT]
[ 0.345448] ACPI: PCI Interrupt
Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.345533] ACPI: PCI Interrupt
Routing Table [\_SB_.PCI0.P0P4._PRT]
[ 0.345589] ACPI: PCI Interrupt
Routing Table [\_SB_.PCI0.P0P5._PRT]
[ 0.347633] ACPI: PCI Interrupt
Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[ 0.348245] ACPI: PCI Interrupt
Link [LNKB] (IRQs *5)
[ 0.348510] ACPI: PCI Interrupt
Link [LNKC] (IRQs 3 4 6 7 10 11 12 *14 15)
[ 0.349121] ACPI: PCI Interrupt
Link [LNKD] (IRQs 3 4 6 7 10 11 12 14 *15)
[ 0.349732] ACPI: PCI Interrupt
Link [LNKE] (IRQs 3 4 *6 7 10 11 12 14 15)
[ 0.350341] ACPI: PCI Interrupt
Link [LNKF] (IRQs 3 4 6 7 10 *11 12 14 15)
[ 0.350952] ACPI: PCI Interrupt
Link [LNKG] (IRQs *3 4 6 7 10 11 12 14 15)
[ 0.351567] ACPI: PCI Interrupt
Link [LNKH] (IRQs 3 4 6 *7 10 11 12 14 15)
[ 0.352192] ACPI Warning
(tbutils-0217): Incorrect checksum in table [OEMB] - 5B, should be 5A
[20070126]
[ 0.352359] Linux Plug and Play
Support v0.97 (c) Adam Belay
[ 0.352438] pnp: PnP ACPI init
[ 0.352499] ACPI: bus type pnp
registered
[ 0.354686] pnp: PnP ACPI: found
17 devices
[ 0.354745] ACPI: ACPI bus type
pnp unregistered
[ 0.354803] xen_mem: Initialising
balloon driver.
[ 0.355099] PCI: Using ACPI for
IRQ routing
[ 0.355159] PCI: If a device
doesn't work, try "pci=routeirq". If it helps, post a report
[ 0.364241] NET: Registered
protocol family 8
[ 0.364311] NET: Registered
protocol family 20
[ 0.364433] AppArmor: AppArmor
Filesystem Enabled
[ 0.364502] ACPI: RTC can wake
from S4
[ 0.036676] Time: xen clocksource
has been installed.
[ 0.376266] system 00:01: iomem
range 0xfed14000-0xfed19fff has been reserved
[ 0.376339] system 00:01: iomem
range 0xfed90000-0xfed93fff has been reserved
[ 0.376416] system 00:07: ioport
range 0x4c0-0x4ff has been reserved
[ 0.376476] system 00:07: ioport
range 0x4d0-0x4d1 has been reserved
[ 0.376537] system 00:07: ioport
range 0x800-0x87f has been reserved
[ 0.376597] system 00:07: ioport
range 0x480-0x4bf has been reserved
[ 0.376657] system 00:07: iomem
range 0xfed1c000-0xfed1ffff has been reserved
[ 0.376718] system 00:07: iomem
range 0xfed20000-0xfed3ffff has been reserved
[ 0.376779] system 00:07: iomem
range 0xfed40000-0xfed8ffff has been reserved
[ 0.376842] system 00:0a: iomem
range 0xffc00000-0xffefffff could not be reserved
[ 0.376915] system 00:0b: iomem
range 0xfec00000-0xfec00fff has been reserved
[ 0.376976] system 00:0b: iomem
range 0xfee00000-0xfee00fff could not be reserved
[ 0.377050] system 00:0e: ioport
range 0xa00-0xadf has been reserved
[ 0.377110] system 00:0e: ioport
range 0xae0-0xaef has been reserved
[ 0.377172] system 00:0f: iomem
range 0xe0000000-0xefffffff has been reserved
[ 0.377234] system 00:10: iomem
range 0x0-0x9ffff could not be reserved
[ 0.377295] system 00:10: iomem
range 0xc0000-0xcffff has been reserved
[ 0.377355] system 00:10: iomem
range 0xe0000-0xfffff could not be reserved
[ 0.377416] system 00:10: iomem
range 0x100000-0xbfffffff could not be reserved
[ 0.377486] system 00:10: iomem
range 0xfed90000-0xffffffff could not be reserved
[ 0.377611] pciback 0000:04:01.0:
seizing device <=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[ 0.377904] PCI: Bridge:
0000:00:01.0
[ 0.377962] IO window:
disabled.
[ 0.378022] MEM
window: fc000000-fe9fffff
[ 0.378081] PREFETCH
window: d0000000-dfffffff
[ 0.378142] PCI: Bridge:
0000:00:1c.0
[ 0.378199] IO window:
d000-dfff
[ 0.378260] MEM
window: fea00000-feafffff
[ 0.378320] PREFETCH
window: disabled.
[ 0.378382] PCI: Bridge:
0000:00:1c.1
[ 0.378438] IO window:
disabled.
[ 0.378498] MEM window:
disabled.
[ 0.378558] PREFETCH
window: disabled.
[ 0.378621] PCI: Bridge:
0000:00:1e.0
[ 0.378679] IO window:
e000-efff
[ 0.378742] MEM
window: feb00000-febfffff
[ 0.378801] PREFETCH
window: disabled.
[ 0.378877] ACPI: PCI Interrupt
0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 0.378993] PCI: Setting latency
timer of device 0000:00:01.0 to 64
[ 0.379020] ACPI: PCI Interrupt
0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 0.379137] PCI: Setting latency
timer of device 0000:00:1c.0 to 64
[ 0.379160] ACPI: PCI Interrupt
0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 16
[ 0.379277] PCI: Setting latency
timer of device 0000:00:1c.1 to 64
[ 0.379291] PCI: Setting latency
timer of device 0000:00:1e.0 to 64
[ 0.379314] NET: Registered
protocol family 2
[ 0.412285] IP route cache hash
table entries: 131072 (order: 8, 1048576 bytes)
[ 0.412614] TCP established hash
table entries: 262144 (order: 10, 4194304 bytes)
[ 0.413602] TCP bind hash table
entries: 65536 (order: 8, 1048576 bytes)
[ 0.413973] TCP: Hash tables
configured (established 262144 bind 65536)
[ 0.414033] TCP reno registered
[ 0.424352] checking if image is
initramfs... it is
[ 0.440113] Freeing initrd memory:
23684k freed
[ 0.447005] audit: initializing
netlink socket (disabled)
[ 0.447082]
audit(1223756173.560:1): initialized
[ 0.447394] VFS: Disk quotas
dquot_6.5.1
[ 0.447467] Dquot-cache hash table
entries: 512 (order 0, 4096 bytes)
[ 0.447581] io scheduler noop
registered
[ 0.447640] io scheduler
anticipatory registered
[ 0.447698] io scheduler deadline
registered
[ 0.447763] io scheduler cfq
registered (default)
[ 0.447968] Boot video device is
0000:01:00.0
[ 0.448049] PCI: Setting latency
timer of device 0000:00:01.0 to 64
[ 0.448118] assign_interrupt_mode
Found MSI capability
[ 0.448178] Allocate Port
Service[0000:00:01.0:pcie00]
[ 0.448285] PCI: Setting latency
timer of device 0000:00:1c.0 to 64
[ 0.448347] assign_interrupt_mode
Found MSI capability
[ 0.448408] Allocate Port
Service[0000:00:1c.0:pcie00]
[ 0.448428] Allocate Port
Service[0000:00:1c.0:pcie02]
[ 0.448518] PCI: Setting latency
timer of device 0000:00:1c.1 to 64
[ 0.448577] assign_interrupt_mode
Found MSI capability
[ 0.448636] Allocate Port
Service[0000:00:1c.1:pcie00]
[ 0.448654] Allocate Port
Service[0000:00:1c.1:pcie02]
[ 0.448865] Xen virtual console
successfully installed as xvc0
[ 0.448954] Event-channel device
installed.
[ 0.453636] Successfully
initialized TPM backend driver.
[ 0.453815] ACPI: PCI Interrupt
0000:04:01.0[A] -> GSI 20 (level, low) -> IRQ 20
[ 0.453934] ACPI: PCI interrupt
for device 0000:04:01.0 disabled
<-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[ 0.470001] Real Time Clock Driver
v1.12ac
[ 0.470186] hpet_acpi_add: no
address or irqs in _CRS
[ 0.470270] Linux agpgart
interface v0.102
[ 0.470669] RAMDISK driver
initialized: 16 RAM disks of 65536K size 1024 blocksize
[ 0.470779] input: Macintosh mouse
button emulation as /devices/virtual/input/input0
[ 0.470913] PNP: PS/2 Controller
[PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 0.473091] serio: i8042 KBD port
at 0x60,0x64 irq 1
[ 0.473153] serio: i8042 AUX port
at 0x60,0x64 irq 12
[ 0.484304] mice: PS/2 mouse
device common for all mice
[ 0.484406] cpuidle: using
governor ladder
[ 0.484510] NET: Registered
protocol family 1
[ 0.484603] registered taskstats
version 1
[ 0.484722] Magic
number: 12:691:295
[ 0.484783] hash
matches device ttyz9
[ 0.484840] hash
matches device ttywc
[ 0.484913] hash
matches device tty28
[ 0.484982]
/build/buildd/linux-2.6.24/debian/build/custom-source-xen/drivers/rtc/hctosys.c:
unable to open rtc device (rtc0)
[ 0.485062] Freeing unused kernel
memory: 220k freed
[ 0.511687] input: AT Translated
Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 0.336985] fuse init (API version
7.9)
[ 0.679253] ACPI: SSDT BFF9E0C0,
0277 (r1 DpgPmm P001Ist 11 INTL
20051117)
[ 0.679680] ACPI: SSDT BFF9E340,
0277 (r1 DpgPmm P002Ist 12 INTL
20051117)
[ 0.679984] ACPI Exception
(processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
[ 0.680150] ACPI Exception (processor_core-0816):
AE_NOT_FOUND, Processor Device is not present [20070126]
[ 0.860971] usbcore: registered
new interface driver usbfs
[ 0.861048] usbcore: registered
new interface driver hub
[ 0.866625] usbcore: registered
new device driver usb
[ 0.872827] USB Universal Host
Controller Interface driver v3.0
[ 0.872926] ACPI: PCI Interrupt
0000:00:1a.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 0.873047] PCI: Setting latency
timer of device 0000:00:1a.0 to 64
[ 0.873051] uhci_hcd 0000:00:1a.0:
UHCI Host Controller
[ 0.873299] uhci_hcd 0000:00:1a.0:
new USB bus registered, assigned bus number 1
[ 0.873402] uhci_hcd 0000:00:1a.0:
irq 16, io base 0x0000cc00
[ 0.873540] usb usb1:
configuration #1 chosen from 1 choice
[ 0.873611] hub 1-0:1.0: USB hub
found
[ 0.873674] hub 1-0:1.0: 2 ports
detected
[ 0.562427] SCSI subsystem
initialized
[ 0.570373] libata version 3.00
loaded.
[ 0.605484] 8139cp: 10/100 PCI
Ethernet driver v1.3 (Mar 22, 2004)
[ 0.977362] ACPI: PCI Interrupt 0000:00:1a.1[B]
-> GSI 21 (level, low) -> IRQ 21
[ 0.977486] PCI: Setting latency
timer of device 0000:00:1a.1 to 64
[ 0.977489] uhci_hcd 0000:00:1a.1:
UHCI Host Controller
[ 0.977561] uhci_hcd 0000:00:1a.1:
new USB bus registered, assigned bus number 2
[ 0.977663] uhci_hcd 0000:00:1a.1:
irq 21, io base 0x0000c880
[ 0.977795] usb usb2:
configuration #1 chosen from 1 choice
[ 0.977867] hub 2-0:1.0: USB hub
found
[ 0.977929] hub 2-0:1.0: 2 ports
detected
[ 1.081227] ACPI: PCI Interrupt
0000:00:1a.2[D] -> GSI 19 (level, low) -> IRQ 19
[ 1.081352] PCI: Setting latency
timer of device 0000:00:1a.2 to 64
[ 1.081356] uhci_hcd 0000:00:1a.2:
UHCI Host Controller
[ 1.081428] uhci_hcd 0000:00:1a.2:
new USB bus registered, assigned bus number 3
[ 1.081529] uhci_hcd 0000:00:1a.2:
irq 19, io base 0x0000c800
[ 1.081689] usb usb3:
configuration #1 chosen from 1 choice
[ 1.081760] hub 3-0:1.0: USB hub
found
[ 1.081862] hub 3-0:1.0: 2 ports
detected
[ 1.185214] ACPI: PCI Interrupt
0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
[ 1.185337] PCI: Setting latency
timer of device 0000:00:1d.0 to 64
[ 1.185341] uhci_hcd 0000:00:1d.0:
UHCI Host Controller
[ 1.185411] uhci_hcd 0000:00:1d.0:
new USB bus registered, assigned bus number 4
[ 1.185511] uhci_hcd 0000:00:1d.0:
irq 23, io base 0x0000c480
[ 1.185638] usb usb4:
configuration #1 chosen from 1 choice
[ 1.185711] hub 4-0:1.0: USB hub
found
[ 1.185776] hub 4-0:1.0: 2 ports
detected
[ 1.289254] ACPI: PCI Interrupt
0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[ 1.289377] PCI: Setting latency
timer of device 0000:00:1d.1 to 64
[ 1.289380] uhci_hcd 0000:00:1d.1:
UHCI Host Controller
[ 1.289450] uhci_hcd 0000:00:1d.1:
new USB bus registered, assigned bus number 5
[ 1.289544] uhci_hcd 0000:00:1d.1:
irq 19, io base 0x0000c400
[ 1.289669] usb usb5:
configuration #1 chosen from 1 choice
[ 1.289742] hub 5-0:1.0: USB hub
found
[ 1.289804] hub 5-0:1.0: 2 ports
detected
[ 1.393225] ACPI: PCI Interrupt
0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 1.393361] PCI: Setting latency
timer of device 0000:00:1d.2 to 64
[ 1.393364] uhci_hcd 0000:00:1d.2:
UHCI Host Controller
[ 1.393436] uhci_hcd 0000:00:1d.2:
new USB bus registered, assigned bus number 6
[ 1.393536] uhci_hcd 0000:00:1d.2:
irq 18, io base 0x0000c080
[ 1.393660] usb usb6:
configuration #1 chosen from 1 choice
[ 1.393731] hub 6-0:1.0: USB hub
found
[ 1.393793] hub 6-0:1.0: 2 ports
detected
[ 1.425151] usb 3-1: new full
speed USB device using uhci_hcd and address 2
[ 1.163349] ACPI: PCI Interrupt
0000:00:1a.7[C] -> GSI 18 (level, low) -> IRQ 18
[ 1.163502] PCI: Setting latency
timer of device 0000:00:1a.7 to 64
[ 1.163505] ehci_hcd 0000:00:1a.7:
EHCI Host Controller
[ 1.163581] ehci_hcd 0000:00:1a.7:
new USB bus registered, assigned bus number 7
[ 1.167567] ehci_hcd 0000:00:1a.7:
debug port 1
[ 1.167632] PCI: cache line size
of 32 is not supported by device 0000:00:1a.7
[ 1.167635] ehci_hcd 0000:00:1a.7:
irq 18, io mem 0xfbfffc00
[ 1.215250] ehci_hcd 0000:00:1a.7:
USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 1.215416] usb usb7:
configuration #1 chosen from 1 choice
[ 1.215488] hub 7-0:1.0: USB hub
found
[ 1.215554] hub 7-0:1.0: 6 ports
detected
[ 1.319293] ACPI: PCI Interrupt
0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
[ 1.319439] PCI: Setting latency
timer of device 0000:00:1d.7 to 64
[ 1.319443] ehci_hcd 0000:00:1d.7:
EHCI Host Controller
[ 1.319516] ehci_hcd 0000:00:1d.7:
new USB bus registered, assigned bus number 8
[ 1.323497] ehci_hcd 0000:00:1d.7:
debug port 1
[ 1.323562] PCI: cache line size
of 32 is not supported by device 0000:00:1d.7
[ 1.323564] ehci_hcd 0000:00:1d.7:
irq 23, io mem 0xfbfff800
[ 1.339225] ehci_hcd 0000:00:1d.7:
USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 1.339372] usb usb8:
configuration #1 chosen from 1 choice
[ 1.339451] hub 8-0:1.0: USB hub
found
[ 1.339514] hub 8-0:1.0: 6 ports
detected
[ 1.443419] ahci 0000:00:1f.2:
version 3.0
[ 1.443440] ACPI: PCI Interrupt
0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
[ 1.945215] usb 3-1: device not
accepting address 2, error -71
[ 2.241155] usb 7-5: new high
speed USB device using ehci_hcd and address 2
[ 2.374187] usb 7-5: configuration
#1 chosen from 1 choice
[ 2.048022] usbcore: registered
new interface driver libusual
[ 2.385011] Initializing USB Mass
Storage driver...
[ 2.385142] scsi0 : SCSI emulation
for USB Mass Storage devices
[ 2.385965] usbcore: registered
new interface driver usb-storage
[ 2.386028] USB Mass Storage
support registered.
[ 2.052073] usb-storage: device
found at 2
[ 2.052074] usb-storage: waiting
for device to settle before scanning
[ 2.447155] ahci 0000:00:1f.2:
AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[ 2.447242] ahci 0000:00:1f.2:
flags: 64bit ncq sntf stag pm led clo pio slum part
[ 2.447327] PCI: Setting latency
timer of device 0000:00:1f.2 to 64
[ 2.447747] scsi1 : ahci
[ 2.447922] scsi2 : ahci
[ 2.448079] scsi3 : ahci
[ 2.448235] scsi4 : ahci
[ 2.448394] scsi5 : ahci
[ 2.448551] scsi6 : ahci
[ 2.448663] ata1: SATA max
UDMA/133 abar m2048@0xfbfff000 port 0xfbfff100 irq 19
[ 2.448737] ata2: SATA max
UDMA/133 abar m2048@0xfbfff000 port 0xfbfff180 irq 19
[ 2.448808] ata3: SATA max
UDMA/133 abar m2048@0xfbfff000 port 0xfbfff200 irq 19
[ 2.448879] ata4: SATA max
UDMA/133 abar m2048@0xfbfff000 port 0xfbfff280 irq 19
[ 2.448950] ata5: SATA max
UDMA/133 abar m2048@0xfbfff000 port 0xfbfff300 irq 19
[ 2.449021] ata6: SATA max
UDMA/133 abar m2048@0xfbfff000 port 0xfbfff380 irq 19
[ 2.923105] ata1: SATA link up 3.0
Gbps (SStatus 123 SControl 300)
[ 3.290862] ata1.00: ATA-7: WDC
WD3200KS-00PFB0, 21.00M21, max UDMA/133
[ 3.290934] ata1.00: 625142448
sectors, multi 0: LBA48 NCQ (depth 1)
[ 3.291752] ata1.00: configured
for UDMA/133
[ 3.267086] ata2: SATA link down
(SStatus 0 SControl 300)
[ 3.579069] ata3: SATA link down
(SStatus 0 SControl 300)
[ 3.891053] ata4: SATA link down
(SStatus 0 SControl 300)
[ 4.203034] ata5: SATA link down
(SStatus 0 SControl 300)
[ 4.515017] ata6: SATA link down
(SStatus 0 SControl 300)
[ 4.515163] scsi 1:0:0:0:
Direct-Access ATA WDC
WD3200KS-00P 21.0 PQ: 0 ANSI: 5
[ 4.515297] ACPI: PCI Interrupt
0000:02:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 5.518940] ahci 0000:02:00.0:
AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[ 5.519025] ahci 0000:02:00.0:
flags: 64bit ncq led clo pmp pio
[ 5.519096] PCI: Setting latency
timer of device 0000:02:00.0 to 64
[ 5.519255] scsi7 : ahci
[ 5.519425] scsi8 : ahci
[ 5.519510] ata7: SATA max
UDMA/133 abar m8192@0xfeafe000 port 0xfeafe100 irq 16
[ 5.519583] ata8: SATA max
UDMA/133 abar m8192@0xfeafe000 port 0xfeafe180 irq 16
[ 5.838909] ata7: SATA link down
(SStatus 0 SControl 300)
[ 6.158891] ata8: SATA link down
(SStatus 0 SControl 300)
[ 6.159623] ACPI: PCI Interrupt
0000:02:00.1[B] -> GSI 17 (level, low) -> IRQ 17
[ 6.159763] PCI: Setting latency
timer of device 0000:02:00.1 to 64
[
6.160528] scsi9 : pata_jmicron
[
6.161032] scsi10 : pata_jmicron
[
6.161370] ata9: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 17
[
6.161433] ata10: PATA max UDMA/100 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 17
[ 6.500943] Driver 'sd' needs
updating - please use bus_type methods
[ 6.501046] sd 1:0:0:0: [sda]
625142448 512-byte hardware sectors (320073 MB)
[ 6.501118] sd 1:0:0:0: [sda]
Write Protect is off
[ 6.501180] sd 1:0:0:0: [sda] Mode
Sense: 00 3a 00 00
[ 6.501191] sd 1:0:0:0: [sda]
Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.501293] sd 1:0:0:0: [sda]
625142448 512-byte hardware sectors (320073 MB)
[ 6.501360] sd 1:0:0:0: [sda]
Write Protect is off
[ 6.501421] sd 1:0:0:0: [sda] Mode
Sense: 00 3a 00 00
[ 6.501432] sd 1:0:0:0: [sda]
Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.501508] sda: sda1 sda2
sda3
[ 6.520699] sd 1:0:0:0: [sda]
Attached SCSI disk
[ 6.523368] sd 1:0:0:0: Attached
scsi generic sg0 type 0
[ 6.479374] ata9.00: ATAPI: _NEC
CD-ROM CD-3002B, C500, max UDMA/33
[ 6.837482] EXT3-fs: INFO:
recovery required on readonly filesystem.
[ 6.837556] EXT3-fs: write access
will be enabled during recovery.
[ 6.651354] ata9.00: configured
for UDMA/33
[ 6.819220] scsi 9:0:0:0:
CD-ROM
_NEC CD-ROM CD-3002B C500 PQ: 0 ANSI: 5
[ 6.819345] scsi 9:0:0:0: Attached
scsi generic sg1 type 5
[ 6.820677] 8139cp 0000:04:02.0:
This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
[ 6.820757] 8139cp 0000:04:02.0:
Try the "8139too" driver instead.
[ 6.824588] 8139too Fast Ethernet
driver 0.9.28
[ 6.824679] ACPI: PCI Interrupt
0000:04:02.0[A] -> GSI 21 (level, low) -> IRQ 21
[ 6.825672] eth0: RealTek RTL8139
at 0xe800, 00:50:fc:b0:df:a0, IRQ 21
[ 6.825734] eth0: Identified
8139 chip type 'RTL-8100B/8139D'
[ 6.829562] Driver 'sr' needs
updating - please use bus_type methods
[ 6.831212] kjournald
starting. Commit interval 5 seconds
[ 7.165074] EXT3-fs: recovery
complete.
[ 7.165411] EXT3-fs: mounted
filesystem with ordered data mode.
[ 6.834085] sr0: scsi3-mmc drive:
1x/52x cd/rw xa/form2 cdda tray
[ 6.834149] Uniform CD-ROM driver
Revision: 3.20
[ 6.834232] sr 9:0:0:0: Attached
scsi CD-ROM sr0
[ 7.384732] usb-storage: device
scan complete
[ 7.051368] scsi 0:0:0:0:
Direct-Access WD
10EAVS External 1.65 PQ: 0 ANSI: 4
[ 7.052726] sd 0:0:0:0: [sdb]
1953525168 512-byte hardware sectors (1000205 MB)
[ 7.053725] sd 0:0:0:0: [sdb]
Write Protect is off
[ 7.053795] sd 0:0:0:0: [sdb] Mode
Sense: 21 00 00 00
[ 7.053797] sd 0:0:0:0: [sdb]
Assuming drive cache: write through
[ 7.054849] sd 0:0:0:0: [sdb]
1953525168 512-byte hardware sectors (1000205 MB)
[ 7.055848] sd 0:0:0:0: [sdb]
Write Protect is off
[ 7.055918] sd 0:0:0:0: [sdb] Mode
Sense: 21 00 00 00
[ 7.055920] sd 0:0:0:0: [sdb]
Assuming drive cache: write through
[ 7.055991]
sdb:<6>pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 12.639511] shpchp: Standard Hot Plug
PCI Controller Driver version: 0.4
[ 12.665262] input: PC Speaker as
/devices/platform/pcspkr/input/input2
[ 12.692336] sdb1 sdb2 sdb3 sdb4
< sdb5<6>Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ
sharing enabled
[ 12.719699] serial8250: ttyS0 at I/O
0x3f8 (irq = 4) is a 16550A
[ 12.738207] sdb6<6>00:06:
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 12.419685] sdb7 sdb8 sdb9
sdb10<6>input: Power Button (FF) as /devices/virtual/input/input3
[ 12.498759] sdb11 sdb12 >
[ 12.521028] sd 0:0:0:0: [sdb] Attached
SCSI disk
[ 12.521110] sd 0:0:0:0: Attached scsi
generic sg2 type 0
[ 12.611495] ACPI: Power Button (FF)
[PWRF]
[ 12.611617] input: Power Button (CM) as
/devices/virtual/input/input4
[ 12.675512] ACPI: Power Button (CM)
[PWRB]
[ 12.993231] eth0: link up, 100Mbps,
full-duplex, lpa 0xC5E1
[ 13.617972] NET: Registered protocol
family 10
[ 13.618250] lo: Disabled Privacy
Extensions
[ 14.067399] input: ImExPS/2 Logitech MX
Mouse as /devices/platform/i8042/serio1/input/input5
[ 14.984065] lp: driver loaded but no
devices found
[ 15.053560] loop: module loaded
[ 15.166393] Adding 7815612k swap on
/dev/sda2. Priority:-1 extents:1 across:7815612k
[ 15.047671] EXT3 FS on sda1, internal
journal
[ 15.670832] ip_tables: (C) 2000-2006
Netfilter Core Team
[ 16.138263] No dock devices found.
[ 16.886922] ppdev: user-space parallel
port driver
[ 18.073744] Bridge firewalling
registered
[ 18.073883] tmpbridge: Dropping
NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
[ 17.852956] peth0: link up, 100Mbps,
full-duplex, lpa 0xC5E1
[ 17.861197] device peth0 entered
promiscuous mode
[ 17.861202] audit(1223756191.311:2):
dev=peth0 prom=256 old_prom=0 auid=4294967295
[ 18.202075] eth0: port 1(peth0)
entering learning state
[ 18.206016] eth0: topology change
detected, propagating
[ 18.206020] eth0: port 1(peth0)
entering forwarding state
[ 20.538400] Setting mem allocation to
3977724 kiB
[ 22.326542] Bluetooth: Core ver 2.11
[ 22.326593] NET: Registered protocol
family 31
[ 22.326594] Bluetooth: HCI device and
connection manager initialized
[ 22.326597] Bluetooth: HCI socket layer
initialized
[ 22.348728] Bluetooth: L2CAP ver 2.9
[ 22.348732] Bluetooth: L2CAP socket
layer initialized
[ 22.044712] Bluetooth: RFCOMM socket
layer initialized
[ 22.044722] Bluetooth: RFCOMM TTY layer
initialized
[ 22.044723] Bluetooth: RFCOMM ver 1.8
[ 25.368598] NET: Registered protocol family
17
[ 38.334563] peth0: no IPv6 routers
present
root@vdl-linux-10:/var/log/xen#