Advertisement
Guest User

Untitled

a guest
Nov 12th, 2017
580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.98 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Linux version 4.14.0-rc8-gb3954568 (baskwo@archlinux) (gcc version 7.2.0 (GCC)) #1 SMP Sun Nov 12 11:21:58 EST 2017
  3. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  4. [ 0.000000] CPU: div instructions available: patching division code
  5. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  6. [ 0.000000] OF: fdt: Machine model: Banana Pi BPI-M3
  7. [ 0.000000] Memory policy: Data cache writealloc
  8. [ 0.000000] On node 0 totalpages: 524288
  9. [ 0.000000] free_area_init_node: node 0, pgdat c0a604c0, node_mem_map eeffa000
  10. [ 0.000000] Normal zone: 1536 pages used for memmap
  11. [ 0.000000] Normal zone: 0 pages reserved
  12. [ 0.000000] Normal zone: 196608 pages, LIFO batch:31
  13. [ 0.000000] HighMem zone: 327680 pages, LIFO batch:31
  14. [ 0.000000] percpu: Embedded 16 pages/cpu @eef71000 s33740 r8192 d23604 u65536
  15. [ 0.000000] pcpu-alloc: s33740 r8192 d23604 u65536 alloc=16*4096
  16. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
  17. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522752
  18. [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait rw panic=10
  19. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  20. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  21. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  22. [ 0.000000] Memory: 2069500K/2097152K available (6144K kernel code, 388K rwdata, 1428K rodata, 1024K init, 254K bss, 27652K reserved, 0K cma-reserved, 1310720K highmem)
  23. [ 0.000000] Virtual kernel memory layout:
  24. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
  25. [ 0.000000] Hierarchical RCU implementation.
  26. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  27. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
  28. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  29. [ 0.000009] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  30. [ 0.000022] Switching to timer-based delay loop, resolution 41ns
  31. [ 0.000181] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  32. [ 0.000502] Console: colour dummy device 80x30
  33. [ 0.000561] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  34. [ 0.000579] pid_max: default: 32768 minimum: 301
  35. [ 0.000743] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  36. [ 0.000766] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  37. [ 0.001649] CPU: Testing write buffer coherency: ok
  38. [ 0.002167] /cpus/cpu@0 missing clock-frequency property
  39. [ 0.002184] /cpus/cpu@1 missing clock-frequency property
  40. [ 0.002198] /cpus/cpu@2 missing clock-frequency property
  41. [ 0.002212] /cpus/cpu@3 missing clock-frequency property
  42. [ 0.002228] /cpus/cpu@100 missing clock-frequency property
  43. [ 0.002245] /cpus/cpu@101 missing clock-frequency property
  44. [ 0.002263] /cpus/cpu@102 missing clock-frequency property
  45. [ 0.002282] /cpus/cpu@103 missing clock-frequency property
  46. [ 0.002298] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  47. [ 0.002764] Setting up static identity map for 0x40100000 - 0x40100060
  48. [ 0.002909] Hierarchical SRCU implementation.
  49. [ 0.003637] smp: Bringing up secondary CPUs ...
  50. [ 0.006506] smp: Brought up 1 node, 1 CPU
  51. [ 0.006530] SMP: Total of 1 processors activated (48.00 BogoMIPS).
  52. [ 0.006540] CPU: All CPU(s) started in SVC mode.
  53. [ 0.007738] devtmpfs: initialized
  54. [ 0.010988] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  55. [ 0.011290] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  56. [ 0.011315] futex hash table entries: 2048 (order: 5, 131072 bytes)
  57. [ 0.011981] pinctrl core: initialized pinctrl subsystem
  58. [ 0.013001] random: get_random_u32 called from bucket_table_alloc+0x110/0x238 with crng_init=0
  59. [ 0.013144] NET: Registered protocol family 16
  60. [ 0.013580] DMA: preallocated 256 KiB pool for atomic coherent allocations
  61. [ 0.014716] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  62. [ 0.014731] hw-breakpoint: maximum watchpoint size is 8 bytes.
  63. [ 0.026019] SCSI subsystem initialized
  64. [ 0.026331] libata version 3.00 loaded.
  65. [ 0.026572] usbcore: registered new interface driver usbfs
  66. [ 0.026619] usbcore: registered new interface driver hub
  67. [ 0.026716] usbcore: registered new device driver usb
  68. [ 0.026891] pps_core: LinuxPPS API ver. 1 registered
  69. [ 0.026900] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  70. [ 0.026932] PTP clock support registered
  71. [ 0.027156] Advanced Linux Sound Architecture Driver Initialized.
  72. [ 0.027563] random: fast init done
  73. [ 0.028208] clocksource: Switched to clocksource arch_sys_counter
  74. [ 0.036106] NET: Registered protocol family 2
  75. [ 0.036725] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  76. [ 0.036817] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  77. [ 0.036936] TCP: Hash tables configured (established 8192 bind 8192)
  78. [ 0.037136] UDP hash table entries: 512 (order: 2, 16384 bytes)
  79. [ 0.037241] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  80. [ 0.037608] NET: Registered protocol family 1
  81. [ 0.038690] RPC: Registered named UNIX socket transport module.
  82. [ 0.038708] RPC: Registered udp transport module.
  83. [ 0.038715] RPC: Registered tcp transport module.
  84. [ 0.038720] RPC: Registered tcp NFSv4.1 backchannel transport module.
  85. [ 0.040868] workingset: timestamp_bits=30 max_order=19 bucket_order=0
  86. [ 0.047052] NFS: Registering the id_resolver key type
  87. [ 0.047118] Key type id_resolver registered
  88. [ 0.047126] Key type id_legacy registered
  89. [ 0.048334] bounce: pool size: 64 pages
  90. [ 0.048419] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
  91. [ 0.048436] io scheduler noop registered
  92. [ 0.048443] io scheduler deadline registered
  93. [ 0.048690] io scheduler cfq registered (default)
  94. [ 0.048699] io scheduler mq-deadline registered
  95. [ 0.048708] io scheduler kyber registered
  96. [ 0.049064] sunxi-rsb 1f03400.rsb: could not find pctldev for node /soc/pinctrl@1f02c00/r-rsb-pins, deferring probe
  97. [ 0.049590] sun4i-usb-phy 1c19400.phy: failed to get clock usb0_phy
  98. [ 0.053649] sun8i-a83t-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  99. [ 0.106513] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  100. [ 0.108531] dw-apb-uart 1c28000.serial: could not find pctldev for node /soc/pinctrl@1c20800/uart0-pb-pins, deferring probe
  101. [ 0.110207] libphy: Fixed MDIO Bus: probed
  102. [ 0.110226] CAN device driver interface
  103. [ 0.110555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  104. [ 0.110565] ehci-platform: EHCI generic platform driver
  105. [ 0.110805] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  106. [ 0.110828] ohci-platform: OHCI generic platform driver
  107. [ 0.111441] i2c /dev entries driver
  108. [ 0.111694] IR NEC protocol handler initialized
  109. [ 0.111702] IR RC5(x/sz) protocol handler initialized
  110. [ 0.111709] IR RC6 protocol handler initialized
  111. [ 0.111716] IR JVC protocol handler initialized
  112. [ 0.111722] IR Sony protocol handler initialized
  113. [ 0.111729] IR SANYO protocol handler initialized
  114. [ 0.111734] IR Sharp protocol handler initialized
  115. [ 0.111742] IR MCE Keyboard/mouse protocol handler initialized
  116. [ 0.111748] IR XMP protocol handler initialized
  117. [ 0.112489] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  118. [ 0.112856] cpu cpu0: failed to get clock: -2
  119. [ 0.112880] cpufreq-dt: probe of cpufreq-dt failed with error -2
  120. [ 0.113086] sunxi-mmc 1c0f000.mmc: could not find pctldev for node /soc/pinctrl@1c20800/mmc0-pins, deferring probe
  121. [ 0.113125] sunxi-mmc 1c11000.mmc: could not find pctldev for node /soc/pinctrl@1c20800/mmc2-8bit-emmc-pins, deferring probe
  122. [ 0.113835] usbcore: registered new interface driver usbhid
  123. [ 0.113845] usbhid: USB HID core driver
  124. [ 0.115081] NET: Registered protocol family 17
  125. [ 0.115120] can: controller area network core (rev 20170425 abi 9)
  126. [ 0.115234] NET: Registered protocol family 29
  127. [ 0.115246] can: raw protocol (rev 20170425)
  128. [ 0.115256] can: broadcast manager protocol (rev 20170425 t)
  129. [ 0.115269] can: netlink gateway (rev 20170425) max_hops=1
  130. [ 0.115552] Key type dns_resolver registered
  131. [ 0.115698] Registering SWP/SWPB emulation handler
  132. [ 0.123959] sunxi-rsb 1f03400.rsb: RSB running at 3000000 Hz
  133. [ 0.124654] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP813 found
  134. [ 0.128312] input: axp20x-pek as /devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp221-pek/input/input0
  135. [ 0.128714] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded
  136. [ 0.130896] ac100-rtc ac100-rtc: rtc core: registered rtc-ac100 as rtc0
  137. [ 0.131508] ac100-rtc ac100-rtc: RTC enabled
  138. [ 0.132061] sun4i-usb-phy 1c19400.phy: Couldn't get regulator usb1_vbus... Deferring probe
  139. [ 0.136413] sun8i-a83t-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  140. [ 0.137709] console [ttyS0] disabled
  141. [ 0.158031] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 32, base_baud = 1500000) is a U6_16550A
  142. [ 1.003346] console [ttyS0] enabled
  143. [ 1.008801] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  144. [ 1.068223] sunxi-mmc 1c0f000.mmc: base:0xf0866000 irq:24
  145. [ 1.124924] mmc0: host does not support reading read-only switch, assuming write-enable
  146. [ 1.132992] sunxi-mmc 1c11000.mmc: base:0xf086a000 irq:25
  147. [ 1.139799] ehci-platform 1c1a000.usb: EHCI Host Controller
  148. [ 1.145402] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
  149. [ 1.153375] ehci-platform 1c1a000.usb: irq 26, io mem 0x01c1a000
  150. [ 1.159604] mmc0: new high speed SDHC card at address aaaa
  151. [ 1.165647] mmcblk0: mmc0:aaaa SE16G 14.8 GiB
  152. [ 1.171575] mmcblk0: p1 p2
  153. [ 1.189985] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
  154. [ 1.197045] hub 1-0:1.0: USB hub found
  155. [ 1.200902] hub 1-0:1.0: 1 port detected
  156. [ 1.205527] ac100-rtc ac100-rtc: setting system clock to 1970-01-01 01:00:08 UTC (3608)
  157. [ 1.213912] ALSA device list:
  158. [ 1.216881] No soundcards found.
  159. [ 1.222392] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
  160. [ 1.231267] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
  161. [ 1.244133] mmc1: new DDR MMC card at address 0001
  162. [ 1.249960] mmcblk1: mmc1:0001 8WPD3R 7.28 GiB
  163. [ 1.255329] mmcblk1boot0: mmc1:0001 8WPD3R partition 1 4.00 MiB
  164. [ 1.262171] mmcblk1boot1: mmc1:0001 8WPD3R partition 2 4.00 MiB
  165. [ 1.269247] mmcblk1: p1 p2
  166. [ 1.415349] EXT4-fs (mmcblk0p2): recovery complete
  167. [ 1.421746] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  168. [ 1.429968] VFS: Mounted root (ext4 filesystem) on device 179:2.
  169. [ 1.437427] devtmpfs: mounted
  170. [ 1.441868] Freeing unused kernel memory: 1024K
  171. [ 1.568296] usb 1-1: new high-speed USB device number 2 using ehci-platform
  172. [ 1.770087] hub 1-1:1.0: USB hub found
  173. [ 1.774075] hub 1-1:1.0: 4 ports detected
  174. [ 1.835582] systemd[1]: System time before build time, advancing clock.
  175. [ 1.854766] systemd[1]: Failed to insert module 'autofs4': No such file or directory
  176. [ 1.880089] systemd[1]: systemd 235 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
  177. [ 1.901884] systemd[1]: Detected architecture arm.
  178. [ 1.939125] systemd[1]: Set hostname to <alarm>.
  179. [ 2.108434] usb 1-1.1: new high-speed USB device number 3 using ehci-platform
  180. [ 2.382552] systemd[1]: File /usr/lib/systemd/system/systemd-journald.service:33 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
  181. [ 2.400115] systemd[1]: Proceeding WITHOUT firewalling in effect!
  182. [ 2.422250] systemd[1]: File /usr/lib/systemd/system/systemd-udevd.service:32 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
  183. [ 2.439514] systemd[1]: Proceeding WITHOUT firewalling in effect!
  184. [ 2.559768] systemd[1]: File /usr/lib/systemd/system/systemd-logind.service:34 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
  185. [ 2.577108] systemd[1]: Proceeding WITHOUT firewalling in effect!
  186. [ 2.617550] systemd[1]: Reached target Remote File Systems.
  187. [ 3.889386] systemd-journald[100]: Received request to flush runtime journal from PID 1
  188. [ 3.949974] systemd-journald[100]: File /var/log/journal/13e14782b95147cc9883575f4ba530ff/system.journal corrupted or uncleanly shut down, renaming and replacing.
  189. [ 11.322237] random: crng init done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement