Advertisement
Guest User

Untitled

a guest
Jul 29th, 2018
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.66 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Linux version 4.14.58+ (jenkins@vps01) (gcc version 4.9.2 ( 4.9.2-10)) #1 PREEMPT Wed Jul 25 20:21:30 CEST 2018
  3. [ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
  4. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  5. [ 0.000000] OF: fdt: Machine model: Raspberry Pi Model B Rev 2
  6. [ 0.000000] Memory policy: Data cache writeback
  7. [ 0.000000] cma: Reserved 8 MiB at 0x07400000
  8. [ 0.000000] On node 0 totalpages: 32768
  9. [ 0.000000] free_area_init_node: node 0, pgdat c0bbda98, node_mem_map c7eca100
  10. [ 0.000000] Normal zone: 288 pages used for memmap
  11. [ 0.000000] Normal zone: 0 pages reserved
  12. [ 0.000000] Normal zone: 32768 pages, LIFO batch:7
  13. [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
  14. [ 0.000000] pcpu-alloc: [0] 0
  15. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480
  16. [ 0.000000] Kernel command line: bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708_fb.fbswap=1 vc_mem.mem_base=0xec00000 vc_mem.mem_size=0x10000000 telnet zswap.enabled=1 zswap.compressor=lz4 console=tty1 root=/dev/mmcblk0p2 rootflags=subvol=root/@,autodefrag,compress=lzo rootfstype=btrfs rootwait logo.nologo quiet noswap loglevel=0 partswap startevent=mountall selinux=0 splash nohdparm net.ifnames=0 biosdevname=0 --startup-event mountall
  17. [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  18. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  19. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  20. [ 0.000000] Memory: 108676K/131072K available (8143K kernel code, 629K rwdata, 2192K rodata, 468K init, 694K bss, 14204K reserved, 8192K cma-reserved)
  21. [ 0.000000] Virtual kernel memory layout:
  22. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  23. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  24. vmalloc : 0xc8800000 - 0xff800000 ( 880 MB)
  25. lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
  26. modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  27. .text : 0xc0008000 - 0xc07fbf34 (8144 kB)
  28. .init : 0xc0ab7000 - 0xc0b2c000 ( 468 kB)
  29. .data : 0xc0b2c000 - 0xc0bc94dc ( 630 kB)
  30. .bss : 0xc0bd0374 - 0xc0c7dc7c ( 695 kB)
  31. [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  32. [ 0.000000] ftrace: allocating 26059 entries in 77 pages
  33. [ 0.000000] Preemptible hierarchical RCU implementation.
  34. [ 0.000000] Tasks RCU enabled.
  35. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  36. [ 0.000022] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
  37. [ 0.000046] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
  38. [ 0.000109] bcm2835: system timer (irq = 27)
  39. [ 0.000519] Console: colour dummy device 80x30
  40. [ 0.000538] console [tty1] enabled
  41. [ 0.000563] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
  42. [ 0.040232] pid_max: default: 32768 minimum: 301
  43. [ 0.040558] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  44. [ 0.040573] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  45. [ 0.041483] Disabling memory control group subsystem
  46. [ 0.041591] CPU: Testing write buffer coherency: ok
  47. [ 0.042453] Setting up static identity map for 0x8200 - 0x8238
  48. [ 0.042621] Hierarchical SRCU implementation.
  49. [ 0.043667] devtmpfs: initialized
  50. [ 0.051214] random: get_random_u32 called from bucket_table_alloc+0x88/0x1c4 with crng_init=0
  51. [ 0.052183] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
  52. [ 0.052481] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  53. [ 0.052501] futex hash table entries: 256 (order: -1, 3072 bytes)
  54. [ 0.053416] xor: measuring software checksum speed
  55. [ 0.150513] arm4regs : 1388.400 MB/sec
  56. [ 0.250642] 8regs : 702.400 MB/sec
  57. [ 0.350755] 32regs : 855.600 MB/sec
  58. [ 0.350766] xor: using function: arm4regs (1388.400 MB/sec)
  59. [ 0.350781] pinctrl core: initialized pinctrl subsystem
  60. [ 0.351782] NET: Registered protocol family 16
  61. [ 0.354312] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  62. [ 0.359604] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
  63. [ 0.359619] hw-breakpoint: maximum watchpoint size is 4 bytes.
  64. [ 0.359707] Serial: AMBA PL011 UART driver
  65. [ 0.362119] bcm2835-mbox 2000b880.mailbox: mailbox enabled
  66. [ 0.561923] raid6: int32x1 gen() 80 MB/s
  67. [ 0.732033] raid6: int32x1 xor() 57 MB/s
  68. [ 0.902698] raid6: int32x2 gen() 111 MB/s
  69. [ 1.072973] raid6: int32x2 xor() 79 MB/s
  70. [ 1.242978] raid6: int32x4 gen() 144 MB/s
  71. [ 1.413352] raid6: int32x4 xor() 96 MB/s
  72. [ 1.584101] raid6: int32x8 gen() 150 MB/s
  73. [ 1.754096] raid6: int32x8 xor() 91 MB/s
  74. [ 1.754107] raid6: using algorithm int32x8 gen() 150 MB/s
  75. [ 1.754113] raid6: .... xor() 91 MB/s, rmw enabled
  76. [ 1.754118] raid6: using intx1 recovery algorithm
  77. [ 1.754609] bcm2835-dma 20007000.dma: DMA legacy API manager at c880d000, dmachans=0x1
  78. [ 1.756297] SCSI subsystem initialized
  79. [ 1.756462] usbcore: registered new interface driver usbfs
  80. [ 1.756532] usbcore: registered new interface driver hub
  81. [ 1.756669] usbcore: registered new device driver usb
  82. [ 1.764155] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-01-17 13:28
  83. [ 1.766001] clocksource: Switched to clocksource timer
  84. [ 1.848809] VFS: Disk quotas dquot_6.6.0
  85. [ 1.848899] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  86. [ 1.849121] FS-Cache: Loaded
  87. [ 1.849364] CacheFiles: Loaded
  88. [ 1.861812] NET: Registered protocol family 2
  89. [ 1.862695] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  90. [ 1.862721] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  91. [ 1.862745] TCP: Hash tables configured (established 1024 bind 1024)
  92. [ 1.862856] UDP hash table entries: 256 (order: 0, 4096 bytes)
  93. [ 1.862877] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  94. [ 1.863131] NET: Registered protocol family 1
  95. [ 1.863653] RPC: Registered named UNIX socket transport module.
  96. [ 1.863662] RPC: Registered udp transport module.
  97. [ 1.863667] RPC: Registered tcp transport module.
  98. [ 1.863672] RPC: Registered tcp NFSv4.1 backchannel transport module.
  99. [ 1.864876] hw perfevents: no irqs for PMU, sampling events not supported
  100. [ 1.864924] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available
  101. [ 1.868085] workingset: timestamp_bits=14 max_order=15 bucket_order=1
  102. [ 1.877204] FS-Cache: Netfs 'nfs' registered for caching
  103. [ 1.878174] NFS: Registering the id_resolver key type
  104. [ 1.878220] Key type id_resolver registered
  105. [ 1.878226] Key type id_legacy registered
  106. [ 1.878246] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  107. [ 1.883451] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  108. [ 1.883737] io scheduler noop registered
  109. [ 1.883747] io scheduler deadline registered
  110. [ 1.884148] io scheduler cfq registered (default)
  111. [ 1.884159] io scheduler mq-deadline registered
  112. [ 1.884165] io scheduler kyber registered
  113. [ 1.885956] BCM2708FB: allocated DMA memory 47500000
  114. [ 1.886158] BCM2708FB: allocated DMA channel 0 @ c880d000
  115. [ 1.919647] Console: switching to colour frame buffer device 240x67
  116. [ 1.950891] bcm2835-rng 20104000.rng: hwrng registered
  117. [ 1.951068] vc-mem: phys_addr:0x00000000 mem_base=0x0ec00000 mem_size:0x10000000(256 MiB)
  118. [ 1.951951] vc-sm: Videocore shared memory driver
  119. [ 1.952438] gpiomem-bcm2835 20200000.gpiomem: Initialised: Registers at 0x20200000
  120. [ 1.968051] brd: module loaded
  121. [ 1.968073] Loading iSCSI transport class v2.0-870.
  122. [ 1.968821] usbcore: registered new interface driver smsc95xx
  123. [ 1.968848] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  124. [ 1.996751] dwc_otg 20980000.usb: base=0xf0980000
  125. [ 2.196850] Core Release: 2.80a
  126. [ 2.196866] Setting default values for core params
  127. [ 2.196896] Finished setting default values for core params
  128. [ 2.386015] random: fast init done
  129. [ 2.397113] Using Buffer DMA mode
  130. [ 2.397123] Periodic Transfer Interrupt Enhancement - disabled
  131. [ 2.397130] Multiprocessor Interrupt Enhancement - disabled
  132. [ 2.397140] OTG VER PARAM: 0, OTG VER FLAG: 0
  133. [ 2.397151] Dedicated Tx FIFOs mode
  134. [ 2.397898] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xc7514000 dma = 0x47514000 len=9024
  135. [ 2.397922] FIQ FSM acceleration enabled for :
  136. Non-periodic Split Transactions
  137. Periodic Split Transactions
  138. High-Speed Isochronous Endpoints
  139. Interrupt/Control Split Transaction hack enabled
  140. [ 2.397931] dwc_otg: Microframe scheduler enabled
  141. [ 2.398076] WARN::hcd_init_fiq:459: FIQ on core 0 at 0xc0637570
  142. [ 2.398089] WARN::hcd_init_fiq:460: FIQ ASM at 0xc063784c length 36
  143. [ 2.398110] WARN::hcd_init_fiq:486: MPHI regs_base at 0xf0006000
  144. [ 2.398182] dwc_otg 20980000.usb: DWC OTG Controller
  145. [ 2.398254] dwc_otg 20980000.usb: new USB bus registered, assigned bus number 1
  146. [ 2.398320] dwc_otg 20980000.usb: irq 56, io mem 0x00000000
  147. [ 2.398371] Init: Port Power? op_state=1
  148. [ 2.398377] Init: Power Port (0)
  149. [ 2.398717] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  150. [ 2.398732] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  151. [ 2.398741] usb usb1: Product: DWC OTG Controller
  152. [ 2.398749] usb usb1: Manufacturer: Linux 4.14.58+ dwc_otg_hcd
  153. [ 2.398759] usb usb1: SerialNumber: 20980000.usb
  154. [ 2.399649] hub 1-0:1.0: USB hub found
  155. [ 2.399733] hub 1-0:1.0: 1 port detected
  156. [ 2.400548] dwc_otg: FIQ enabled
  157. [ 2.400557] dwc_otg: NAK holdoff enabled
  158. [ 2.400565] dwc_otg: FIQ split-transaction FSM enabled
  159. [ 2.400580] Module dwc_common_port init
  160. [ 2.400994] usbcore: registered new interface driver usb-storage
  161. [ 2.401339] mousedev: PS/2 mouse device common for all mice
  162. [ 2.401402] IR NEC protocol handler initialized
  163. [ 2.401410] IR RC5(x/sz) protocol handler initialized
  164. [ 2.401415] IR RC6 protocol handler initialized
  165. [ 2.401419] IR JVC protocol handler initialized
  166. [ 2.401425] IR Sony protocol handler initialized
  167. [ 2.401430] IR SANYO protocol handler initialized
  168. [ 2.401434] IR Sharp protocol handler initialized
  169. [ 2.401439] IR MCE Keyboard/mouse protocol handler initialized
  170. [ 2.401443] IR XMP protocol handler initialized
  171. [ 2.402512] bcm2835-wdt 20100000.watchdog: Broadcom BCM2835 watchdog timer
  172. [ 2.402952] bcm2835-cpufreq: min=700000 max=1000000
  173. [ 2.403484] sdhci: Secure Digital Host Controller Interface driver
  174. [ 2.403492] sdhci: Copyright(c) Pierre Ossman
  175. [ 2.403997] sdhost-bcm2835 20202000.mmc: could not get clk, deferring probe
  176. [ 2.404166] Error: Driver 'sdhost-bcm2835' is already registered, aborting...
  177. [ 2.404174] sdhci-pltfm: SDHCI platform and OF driver helper
  178. [ 2.404601] ledtrig-cpu: registered to indicate activity on CPUs
  179. [ 2.404706] hidraw: raw HID events driver (C) Jiri Kosina
  180. [ 2.404921] usbcore: registered new interface driver usbhid
  181. [ 2.404928] usbhid: USB HID core driver
  182. [ 2.405632] vchiq: vchiq_init_state: slot_zero = c7580000, is_master = 0
  183. [ 2.407343] [vc_sm_connected_init]: start
  184. [ 2.416269] [vc_sm_connected_init]: end - returning 0
  185. [ 2.417098] Initializing XFRM netlink socket
  186. [ 2.417150] NET: Registered protocol family 17
  187. [ 2.417282] Key type dns_resolver registered
  188. [ 2.419082] registered taskstats version 1
  189. [ 2.421200] Btrfs loaded, crc32c=crc32c-generic
  190. [ 2.428611] uart-pl011 20201000.serial: cts_event_workaround enabled
  191. [ 2.428728] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2
  192. [ 2.431453] sdhost: log_buf @ c7513000 (47513000)
  193. [ 2.516143] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  194. [ 2.518136] of_cfs_init
  195. [ 2.518314] of_cfs_init: OK
  196. [ 2.548521] Waiting for root device /dev/mmcblk0p2...
  197. [ 2.616391] Indeed it is in host mode hprt0 = 00021501
  198. [ 2.665949] mmc0: host does not support reading read-only switch, assuming write-enable
  199. [ 2.670004] mmc0: new high speed SDHC card at address e624
  200. [ 2.676232] mmcblk0: mmc0:e624 SU08G 7.40 GiB
  201. [ 2.716450] mmcblk0: p1 p2 p3
  202. [ 2.728707] BTRFS: device label xbian devid 1 transid 788482 /dev/root
  203. [ 2.732659] BTRFS info (device mmcblk0p2): enabling auto defrag
  204. [ 2.732722] BTRFS info (device mmcblk0p2): use lzo compression
  205. [ 2.732738] BTRFS info (device mmcblk0p2): disk space caching is enabled
  206. [ 2.732757] BTRFS info (device mmcblk0p2): has skinny extents
  207. [ 2.819135] BTRFS info (device mmcblk0p2): enabling ssd optimizations
  208. [ 2.841460] VFS: Mounted root (btrfs filesystem) readonly on device 0:15.
  209. [ 2.845093] devtmpfs: mounted
  210. [ 2.849706] Freeing unused kernel memory: 468K
  211. [ 2.849723] This architecture does not have kernel memory protection.
  212. [ 2.856269] usb 1-1: new high-speed USB device number 2 using dwc_otg
  213. [ 2.856597] Indeed it is in host mode hprt0 = 00001101
  214. [ 3.199457] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  215. [ 3.199490] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  216. [ 3.201226] hub 1-1:1.0: USB hub found
  217. [ 3.201477] hub 1-1:1.0: 5 ports detected
  218. [ 3.516244] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  219. [ 3.647008] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  220. [ 3.647046] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  221. [ 3.650710] smsc95xx v1.0.6
  222. [ 3.750472] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-20980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:7d:cc:9a
  223. [ 3.846769] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
  224. [ 3.884365] random: init: uninitialized urandom read (12 bytes read)
  225. [ 3.978559] usb 1-1.2: New USB device found, idVendor=0bda, idProduct=8178
  226. [ 3.978590] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  227. [ 3.978605] usb 1-1.2: Product: USB WLAN
  228. [ 3.978619] usb 1-1.2: Manufacturer: Realtek
  229. [ 3.978633] usb 1-1.2: SerialNumber: 00e04c000001
  230. [ 4.076293] usb 1-1.3: new low-speed USB device number 5 using dwc_otg
  231. [ 4.169567] init: progress-report (startingmountall) main process (83) terminated with status 1
  232. [ 4.218328] usb 1-1.3: New USB device found, idVendor=1997, idProduct=0409
  233. [ 4.218362] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  234. [ 4.218376] usb 1-1.3: Product: Micro Keyboard
  235. [ 4.218390] usb 1-1.3: Manufacturer: Riitek
  236. [ 4.257743] input: Riitek Micro Keyboard as /devices/platform/soc/20980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:1997:0409.0001/input/input0
  237. [ 4.327893] hid-generic 0003:1997:0409.0001: input,hidraw0: USB HID v1.11 Keyboard [Riitek Micro Keyboard] on usb-20980000.usb-1.3/input0
  238. [ 4.345402] input: Riitek Micro Keyboard as /devices/platform/soc/20980000.usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:1997:0409.0002/input/input1
  239. [ 4.407310] hid-generic 0003:1997:0409.0002: input,hidraw1: USB HID v1.11 Mouse [Riitek Micro Keyboard] on usb-20980000.usb-1.3/input1
  240. [ 5.344591] BTRFS info (device mmcblk0p2): disk space caching is enabled
  241. [ 9.747806] init: xbian-failaccess main process (96) killed by TERM signal
  242. [ 10.269653] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  243. [ 11.322287] init: failsafe main process (266) killed by TERM signal
  244. [ 15.443105] random: dbus-daemon: uninitialized urandom read (12 bytes read)
  245. [ 15.853904] random: dbus-daemon: uninitialized urandom read (12 bytes read)
  246. [ 17.956147] random: crng init done
  247. [ 20.757255] init: network-interface (wlan0) pre-start process (594) terminated with status 1
  248. [ 64.264942] lirc_dev: IR Remote Control driver registered, major 243
  249. [ 64.268946] IR LIRC bridge handler initialized
  250. [ 64.274300] Registered IR keymap rc-rc6-mce
  251. [ 64.274572] rc rc0: gpio_ir_recv as /devices/platform/ir-receiver@12/rc/rc0
  252. [ 64.274873] input: gpio_ir_recv as /devices/platform/ir-receiver@12/rc/rc0/input2
  253. [ 64.280146] input: MCE IR Keyboard/Mouse (gpio-rc-recv) as /devices/virtual/input/input3
  254. [ 64.280789] rc rc0: lirc_dev: driver ir-lirc-codec (gpio-rc-recv) registered at minor = 0
  255. [ 69.719337] usbcore: registered new interface driver rtl8192cu
  256. [ 185.418219] init: wait-for-state (xbmcxbmc-loaded) main process (1217) terminated with status 100
  257. [ 194.731215] init: xbmc-failed-start main process (267) killed by TERM signal
  258. [ 194.849946] init: wait-for-state (zram-swapxbmc-done) main process (1525) killed by TERM signal
  259. [ 203.470514] zram: Added device: zram0
  260. [ 203.477586] zram: Added device: zram1
  261. [ 203.486564] zram: Added device: zram2
  262. [ 203.487489] zram: Added device: zram3
  263. [ 206.557743] init: xbmc post-start process (1210) terminated with status 1
  264. [ 209.965629] zram0: detected capacity change from 0 to 29360128
  265. [ 215.215125] init: xbmc main process (1209) killed by TERM signal
  266. [ 216.698079] Adding 28668k swap on /dev/zram0. Priority:20 extents:1 across:28668k SSFS
  267. [ 218.849820] Adding 250876k swap on /dev/mmcblk0p3. Priority:0 extents:1 across:250876k SSFS
  268. [ 221.443931] init: wait-for-state (kill-splashxbmc-exits) main process (1992) killed by TERM signal
  269. [ 319.795898] systemd-logind[3585]: New seat seat0.
  270. [ 319.897226] systemd-logind[3585]: Failed to start user service, ignoring: Unknown unit: user@0.service
  271. [ 320.047391] systemd-logind[3585]: New session c1 of user root.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement