Guest User

Untitled

a guest
Dec 12th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.84 KB | None | 0 0
  1. [penberg@tux kvm]$ ./vm sandbox -- /home/penberg/trinity/trinity --dangerous
  2. # lkvm run -k ../../arch/x86/boot/bzImage -m 448 -c 4 --name guest-9510
  3. early console in decompress_kernel
  4.  
  5. Decompressing Linux... Parsing ELF... done.
  6. Booting the kernel.
  7. [ 0.000000] Initializing cgroup subsys cpuset
  8. [ 0.000000] Initializing cgroup subsys cpu
  9. [ 0.000000] Linux version 3.6.0-rc2+ (penberg@tux) (gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC) ) #28 SMP Wed Aug 22 12:04:34 EEST 2012
  10. [ 0.000000] Command line: noapic noacpi pci=conf1 reboot=k panic=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 console=ttyS0 earlyprintk=serial i8042.noaux=1 root=/dev/root rw rootflags=rw,trans=virtio,version=9p2000.L rootfstype=9p init=/virt/init ip=dhcp
  11. [ 0.000000] e820: BIOS-provided physical RAM map:
  12. [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
  13. [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
  14. [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000ffffe] reserved
  15. [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001bffffff] usable
  16. [ 0.000000] bootconsole [earlyser0] enabled
  17. [ 0.000000] NX (Execute Disable) protection: active
  18. [ 0.000000] DMI not present or invalid.
  19. [ 0.000000] No AGP bridge found
  20. [ 0.000000] e820: last_pfn = 0x1c000 max_arch_pfn = 0x400000000
  21. [ 0.000000] x86 PAT enabled: cpu 0, old 0x70106, new 0x7010600070106
  22. [ 0.000000] CPU MTRRs all blank - virtualized system.
  23. [ 0.000000] found SMP MP-table at [mem 0x000f0370-0x000f037f] mapped at [ffff8800000f0370]
  24. [ 0.000000] init_memory_mapping: [mem 0x00000000-0x1bffffff]
  25. [ 0.000000] ACPI BIOS Bug: Error: A valid RSDP was not found (20120711/tbxfroot-219)
  26. [ 0.000000] No NUMA configuration found
  27. [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001bffffff]
  28. [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x1bffffff]
  29. [ 0.000000] NODE_DATA [mem 0x1bffc000-0x1bffffff]
  30. [ 0.000000] Zone ranges:
  31. [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
  32. [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
  33. [ 0.000000] Normal empty
  34. [ 0.000000] Movable zone start for each node
  35. [ 0.000000] Early memory node ranges
  36. [ 0.000000] node 0: [mem 0x00010000-0x0009efff]
  37. [ 0.000000] node 0: [mem 0x00100000-0x1bffffff]
  38. [ 0.000000] Intel MultiProcessor Specification v1.4
  39. [ 0.000000] MPTABLE: OEM ID: KVMCPU00
  40. [ 0.000000] MPTABLE: Product ID: 0.1
  41. [ 0.000000] MPTABLE: APIC at: 0xFEE00000
  42. [ 0.000000] Processor #0 (Bootup-CPU)
  43. [ 0.000000] Processor #1
  44. [ 0.000000] Processor #2
  45. [ 0.000000] Processor #3
  46. [ 0.000000] IOAPIC[0]: apic_id 5, version 17, address 0xfec00000, GSI 0-23
  47. [ 0.000000] Processors: 4
  48. [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
  49. [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
  50. [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
  51. [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 00000000000ff000
  52. [ 0.000000] PM: Registered nosave memory: 00000000000ff000 - 0000000000100000
  53. [ 0.000000] e820: [mem 0x1c000000-0xffffffff] available for PCI devices
  54. [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
  55. [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88001bc00000 s78272 r8192 d24128 u524288
  56. [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 112777
  57. [ 0.000000] Policy zone: DMA32
  58. [ 0.000000] Kernel command line: noapic noacpi pci=conf1 reboot=k panic=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 console=ttyS0 earlyprintk=serial i8042.noaux=1 root=/dev/root rw rootflags=rw,trans=virtio,version=9p2000.L rootfstype=9p init=/virt/init ip=dhcp
  59. [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
  60. [ 0.000000] __ex_table already sorted, skipping sort
  61. [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
  62. [ 0.000000] Checking aperture...
  63. [ 0.000000] No AGP bridge found
  64. [ 0.000000] Memory: 434972k/458752k available (7290k kernel code, 452k absent, 23328k reserved, 5688k data, 600k init)
  65. [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  66. [ 0.000000] Hierarchical RCU implementation.
  67. [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
  68. [ 0.000000] NR_IRQS:4352 nr_irqs:712 16
  69. [ 0.000000] Console: colour *CGA 80x25
  70. [ 0.000000] console [ttyS0] enabled, bootconsole disabled
  71. [ 0.000000] console [ttyS0] enabled, bootconsole disabled
  72. [ 0.000000] tsc: Fast TSC calibration using PIT
  73. [ 0.000000] tsc: Detected 2691.376 MHz processor
  74. [ 0.003002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5382.75 BogoMIPS (lpj=2691376)
  75. [ 0.004002] pid_max: default: 32768 minimum: 301
  76. [ 0.004440] Security Framework initialized
  77. [ 0.004826] SELinux: Initializing.
  78. [ 0.005052] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
  79. [ 0.006091] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
  80. [ 0.006828] Mount-cache hash table entries: 256
  81. [ 0.007165] Initializing cgroup subsys cpuacct
  82. [ 0.007581] Initializing cgroup subsys freezer
  83. [ 0.008043] CPU: Physical Processor ID: 0
  84. [ 0.008432] CPU: Processor Core ID: 0
  85. [ 0.009010] mce: CPU supports 32 MCE banks
  86. [ 0.009458] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
  87. [ 0.009458] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
  88. [ 0.009458] tlb_flushall_shift is 0x5
  89. [ 0.011186] smpboot: CPU0: Intel 06/2a stepping 07
  90. [ 0.113026] Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only.
  91. [ 0.114220] smpboot: Booting Node 0, Processors #1 #2 #3 OK
  92. [ 0.155006] Brought up 4 CPUs
  93. [ 0.155299] smpboot: Total of 4 processors activated (21531.00 BogoMIPS)
  94. [ 0.157189] kworker/u:0 (25) used greatest stack depth: 5496 bytes left
  95. [ 0.157189] RTC time: 6:48:58, date: 08/30/12
  96. [ 0.157189] NET: Registered protocol family 16
  97. [ 0.161742] PCI: Using configuration type 1 for base access
  98. [ 0.194009] bio: create slab <bio-0> at 0
  99. [ 0.195030] ACPI: Interpreter disabled.
  100. [ 0.196009] vgaarb: loaded
  101. [ 0.196997] SCSI subsystem initialized
  102. [ 0.198010] usbcore: registered new interface driver usbfs
  103. [ 0.199006] usbcore: registered new interface driver hub
  104. [ 0.200020] usbcore: registered new device driver usb
  105. [ 0.202997] Advanced Linux Sound Architecture Driver Version 1.0.25.
  106. [ 0.203973] PCI: Probing PCI hardware
  107. [ 0.204585] PCI host bridge to bus 0000:00
  108. [ 0.204977] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
  109. [ 0.205973] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
  110. [ 0.206974] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
  111. [ 0.211058] cfg80211: Calling CRDA to update world regulatory domain
  112. [ 0.211092] NetLabel: Initializing
  113. [ 0.211093] NetLabel: domain hash size = 128
  114. [ 0.211093] NetLabel: protocols = UNLABELED CIPSOv4
  115. [ 0.211140] NetLabel: unlabeled traffic allowed by default
  116. [ 0.214997] pnp: PnP ACPI: disabled
  117. [ 0.227043] NET: Registered protocol family 2
  118. [ 0.228044] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
  119. [ 0.230065] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
  120. [ 0.231126] TCP: Hash tables configured (established 16384 bind 16384)
  121. [ 0.233020] TCP: reno registered
  122. [ 0.233020] UDP hash table entries: 256 (order: 1, 8192 bytes)
  123. [ 0.234982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  124. [ 0.236026] NET: Registered protocol family 1
  125. [ 0.236068] RPC: Registered named UNIX socket transport module.
  126. [ 0.236967] RPC: Registered udp transport module.
  127. [ 0.237554] RPC: Registered tcp transport module.
  128. [ 0.237966] RPC: Registered tcp NFSv4.1 backchannel transport module.
  129. [ 0.239143] platform rtc_cmos: registered platform RTC device (no PNP device found)
  130. [ 0.240967] microcode: CPU0 sig=0x206a7, pf=0x1, revision=0x1
  131. [ 0.241261] microcode: CPU1 sig=0x206a7, pf=0x1, revision=0x1
  132. [ 0.242966] microcode: CPU2 sig=0x206a7, pf=0x1, revision=0x1
  133. [ 0.243966] microcode: CPU3 sig=0x206a7, pf=0x1, revision=0x1
  134. [ 0.244967] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
  135. [ 0.245998] audit: initializing netlink socket (disabled)
  136. [ 0.246774] type=2000 audit(4501982938.246:1): initialized
  137. [ 0.264043] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  138. [ 0.275064] VFS: Disk quotas dquot_6.5.2
  139. [ 0.275991] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  140. [ 0.279003] NFS: Registering the id_resolver key type
  141. [ 0.279003] Key type id_resolver registered
  142. [ 0.279363] Key type id_legacy registered
  143. [ 0.279989] 9p: Installing v9fs 9p2000 file system support
  144. [ 0.280979] msgmni has been set to 849
  145. [ 0.283020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  146. [ 0.283960] io scheduler noop registered
  147. [ 0.284379] io scheduler deadline registered
  148. [ 0.284988] io scheduler cfq registered (default)
  149. [ 0.286986] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  150. [ 0.288085] virtio-pci 0000:00:01.0: enabling device (0000 -> 0003)
  151. [ 0.289011] virtio-pci 0000:00:02.0: enabling device (0000 -> 0003)
  152. [ 0.290042] virtio-pci 0000:00:03.0: enabling device (0000 -> 0003)
  153. [ 0.291078] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  154. ÿ[ 0.558067] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a U6_16550A
  155. ÿ[ 0.825030] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a U6_16550A
  156. ÿ[ 1.092008] serial8250: ttyS2 at I/O 0x3e8 (irq = 4) is a U6_16550A
  157. [ 1.094845] Non-volatile memory driver v1.3
  158. [ 1.094845] Linux agpgart interface v0.103
  159. [ 1.095875] [drm] Initialized drm 1.1.0 20060810
  160. [ 1.101882] brd: module loaded
  161. [ 1.104889] loop: module loaded
  162. [ 1.136906] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
  163. [ 1.137831] e100: Copyright(c) 1999-2006 Intel Corporation
  164. [ 1.138847] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
  165. [ 1.139829] e1000: Copyright (c) 1999-2006 Intel Corporation.
  166. [ 1.139860] sky2: driver version 1.30
  167. [ 1.140860] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  168. [ 1.141844] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  169. [ 1.142849] uhci_hcd: USB Universal Host Controller Interface driver
  170. [ 1.143832] usbcore: registered new interface driver usblp
  171. [ 1.143832] Initializing USB Mass Storage driver...
  172. [ 1.144856] usbcore: registered new interface driver usb-storage
  173. [ 1.144856] USB Mass Storage support registered.
  174. [ 1.145856] usbcore: registered new interface driver libusual
  175. [ 1.145856] i8042: PNP detection disabled
  176. [ 1.146966] serio: i8042 KBD port at 0x60,0x64 irq 1
  177. [ 1.147868] mousedev: PS/2 mouse device common for all mice
  178. [ 1.148924] input: AT Raw Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
  179. [ 1.149920] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
  180. [ 1.150506] rtc_cmos rtc_cmos: only 24-hr supported
  181. [ 1.151887] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com
  182. [ 1.152892] cpuidle: using governor ladder
  183. [ 1.153260] cpuidle: using governor menu
  184. [ 1.153827] EFI Variables Facility v0.08 2004-May-17
  185. [ 1.158839] usbcore: registered new interface driver usbhid
  186. [ 1.158839] usbhid: USB HID core driver
  187. [ 1.160891] Netfilter messages via NETLINK v0.30.
  188. [ 1.161852] nf_conntrack version 0.5.0 (3398 buckets, 13592 max)
  189. [ 1.162898] ctnetlink v0.93: registering with nfnetlink.
  190. [ 1.163942] ip_tables: (C) 2000-2006 Netfilter Core Team
  191. [ 1.164869] TCP: cubic registered
  192. [ 1.165369] Initializing XFRM netlink socket
  193. [ 1.166831] NET: Registered protocol family 10
  194. [ 1.167660] ip6_tables: (C) 2000-2006 Netfilter Core Team
  195. [ 1.167856] sit: IPv6 over IPv4 tunneling driver
  196. [ 1.168888] NET: Registered protocol family 17
  197. [ 1.169865] 9pnet: Installing 9P2000 support
  198. [ 1.176868] Key type dns_resolver registered
  199. [ 1.178859] registered taskstats version 1
  200. [ 1.179970] Magic number: 8:688:823
  201. [ 1.180478] console [netcon0] enabled
  202. [ 1.180825] netconsole: network logging started
  203. [ 1.192825] Sending DHCP requests ., OK
  204. [ 1.197822] IP-Config: Got DHCP answer from 192.168.33.1, my address is 192.168.33.15
  205. [ 1.198843] IP-Config: Complete:
  206. [ 1.199196] device=eth0, addr=192.168.33.15, mask=255.255.255.0, gw=192.168.33.1
  207. [ 1.199819] host=192.168.33.15, domain=office.valotrading.fi, nis-domain=(none)
  208. [ 1.200819] bootserver=192.168.33.1, rootserver=0.0.0.0, rootpath=
  209. [ 1.201543] ALSA device list:
  210. [ 1.201819] No soundcards found.
  211. [ 1.202560] md: Waiting for all devices to be available before autodetect
  212. [ 1.202829] md: If you don't use raid, use raid=noautodetect
  213. [ 1.204880] md: Autodetecting RAID arrays.
  214. [ 1.205534] md: Scanned 0 and added 0 devices.
  215. [ 1.205821] md: autorun ...
  216. [ 1.206819] md: ... autorun DONE.
  217. [ 1.207846] VFS: Mounted root (9p filesystem) on device 0:13.
  218. [ 1.210069] Freeing unused kernel memory: 600k freed
  219. [ 1.210643] Write protecting the kernel read-only data: 12288k
  220. [ 1.214052] Freeing unused kernel memory: 888k freed
  221. [ 1.220668] Freeing unused kernel memory: 1796k freed
  222. Mounting...
  223. [ 1.226891] kworker/u:0 (764) used greatest stack depth: 5216 bytes left
  224. [ 1.239844] Switching to clocksource tsc
  225. [ 1.263636] modprobe (766) used greatest stack depth: 4664 bytes left
  226. Trinity v1.0 Dave Jones <davej@redhat.com> 2012
  227. DANGER: RUNNING AS ROOT.
  228. Unless you are running in a virtual machine, this could cause serious problems such as overwriting CMOS
  229. or similar which could potentially make this machine unbootable without a firmware reset.
  230.  
  231. ctrl-c now unless you really know what you are doing.
  232. couldn't open logfileds..
  233. : Operation not permitted
  234. [ 11.345373] trinity (768) used greatest stack depth: 4304 bytes left
  235. [ 12.348975] Restarting system.
  236. [ 12.349580] reboot: machine restart
  237.  
  238. # KVM session ended normally.
Add Comment
Please, Sign In to add comment