Advertisement
tdack

OPiPlus Debian Jessie w/ Mainline kernel

Nov 15th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.88 KB | None | 0 0
  1. U-Boot SPL 2015.10-00643-gf97861a (Nov 16 2015 - 11:42:01)
  2. DRAM: 1024 MiB
  3.  
  4.  
  5. U-Boot 2015.10-00643-gf97861a (Nov 16 2015 - 11:42:01 +1100) Allwinner Technology
  6.  
  7. CPU: Allwinner H3 (SUN8I)
  8. DRAM: 1 GiB
  9. MMC: SUNXI SD/MMC: 0
  10. *** Warning - bad CRC, using default environment
  11.  
  12. In: serial
  13. Out: serial
  14. Err: serial
  15. Net: No ethernet found.
  16. starting USB...
  17. No controllers found
  18. Hit any key to stop autoboot: 0
  19. switch to partitions #0, OK
  20. mmc0 is current device
  21. Scanning mmc 0:1...
  22. Found U-Boot script /boot.scr
  23. reading /boot.scr
  24. 454 bytes read in 17 ms (25.4 KiB/s)
  25. ## Executing script at 43100000
  26. reading uImage
  27. 3086544 bytes read in 457 ms (6.4 MiB/s)
  28. reading sun8i-h3-orangepi-plus.dtb
  29. 12717 bytes read in 30 ms (413.1 KiB/s)
  30. ## Booting kernel from Legacy Image at 42000000 ...
  31. Image Name: Linux-4.3.0-rc6-186688-g448f6e52
  32. Image Type: ARM Linux Kernel Image (uncompressed)
  33. Data Size: 3086480 Bytes = 2.9 MiB
  34. Load Address: 40008000
  35. Entry Point: 40008000
  36. Verifying Checksum ... OK
  37. ## Flattened Device Tree blob at 43000000
  38. Booting using the fdt blob at 0x43000000
  39. Loading Kernel Image ... OK
  40. Using Device Tree in place at 43000000, end 430061ac
  41.  
  42. Starting kernel ...
  43.  
  44. [ 0.000000] Booting Linux on physical CPU 0x0
  45. [ 0.000000] Linux version 4.3.0-rc6-186688-g448f6e52 (troy@build-box) (gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu1) ) #1 SMP Mon Nov 16 13:03:12 AEDT 2015
  46. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  47. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  48. [ 0.000000] Machine model: Xunlong Orange Pi Plus
  49. [ 0.000000] Memory policy: Data cache writealloc
  50. [ 0.000000] PERCPU: Embedded 12 pages/cpu @eefbb000 s17472 r8192 d23488 u49152
  51. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260624
  52. [ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
  53. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  54. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  55. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  56. [ 0.000000] Memory: 1032984K/1048576K available (4292K kernel code, 197K rwdata, 1264K rodata, 280K init, 258K bss, 15592K reserved, 0K cma-reserved, 270336K highmem)
  57. [ 0.000000] Virtual kernel memory layout:
  58. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  59. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  60. [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  61. [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
  62. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  63. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  64. [ 0.000000] .text : 0xc0008000 - 0xc05752b0 (5557 kB)
  65. [ 0.000000] .init : 0xc0576000 - 0xc05bc000 ( 280 kB)
  66. [ 0.000000] .data : 0xc05bc000 - 0xc05ed560 ( 198 kB)
  67. [ 0.000000] .bss : 0xc05f0000 - 0xc0630980 ( 259 kB)
  68. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  69. [ 0.000000] Hierarchical RCU implementation.
  70. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  71. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  72. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=4
  73. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  74. [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
  75. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  76. [ 0.000011] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  77. [ 0.000031] Switching to timer-based delay loop, resolution 41ns
  78. [ 0.000363] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  79. [ 0.000657] Console: colour dummy device 80x30
  80. [ 0.000703] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  81. [ 0.000725] pid_max: default: 32768 minimum: 301
  82. [ 0.000880] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  83. [ 0.000900] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  84. [ 0.001848] CPU: Testing write buffer coherency: ok
  85. [ 0.002234] /cpus/cpu@0 missing clock-frequency property
  86. [ 0.002260] /cpus/cpu@1 missing clock-frequency property
  87. [ 0.002280] /cpus/cpu@2 missing clock-frequency property
  88. [ 0.002301] /cpus/cpu@3 missing clock-frequency property
  89. [ 0.002320] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  90. [ 0.002394] Setting up static identity map for 0x40008280 - 0x400082d8
  91. [ 0.005066] Brought up 1 CPUs
  92. [ 0.005092] SMP: Total of 1 processors activated (48.00 BogoMIPS).
  93. [ 0.005103] CPU: All CPU(s) started in SVC mode.
  94. [ 0.006000] devtmpfs: initialized
  95. [ 0.011707] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  96. [ 0.012185] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  97. [ 0.012568] pinctrl core: initialized pinctrl subsystem
  98. [ 0.014028] NET: Registered protocol family 16
  99. [ 0.014477] DMA: preallocated 256 KiB pool for atomic coherent allocations
  100. [ 0.020557] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  101. [ 0.020576] hw-breakpoint: maximum watchpoint size is 8 bytes.
  102. [ 0.034585] SCSI subsystem initialized
  103. [ 0.035418] usbcore: registered new interface driver usbfs
  104. [ 0.035534] usbcore: registered new interface driver hub
  105. [ 0.035647] usbcore: registered new device driver usb
  106. [ 0.035902] pps_core: LinuxPPS API ver. 1 registered
  107. [ 0.035916] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  108. [ 0.035968] PTP clock support registered
  109. [ 0.037635] clocksource: Switched to clocksource arch_sys_counter
  110. [ 0.054796] NET: Registered protocol family 2
  111. [ 0.055634] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  112. [ 0.055803] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  113. [ 0.056041] TCP: Hash tables configured (established 8192 bind 8192)
  114. [ 0.056149] UDP hash table entries: 512 (order: 2, 16384 bytes)
  115. [ 0.056225] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  116. [ 0.056525] NET: Registered protocol family 1
  117. [ 0.057152] RPC: Registered named UNIX socket transport module.
  118. [ 0.057171] RPC: Registered udp transport module.
  119. [ 0.057181] RPC: Registered tcp transport module.
  120. [ 0.057193] RPC: Registered tcp NFSv4.1 backchannel transport module.
  121. [ 0.059773] futex hash table entries: 1024 (order: 4, 65536 bytes)
  122. [ 0.078544] NFS: Registering the id_resolver key type
  123. [ 0.078689] Key type id_resolver registered
  124. [ 0.078702] Key type id_legacy registered
  125. [ 0.080352] bounce: pool size: 64 pages
  126. [ 0.080757] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
  127. [ 0.080788] io scheduler noop registered
  128. [ 0.080812] io scheduler deadline registered
  129. [ 0.080873] io scheduler cfq registered (default)
  130. [ 0.085761] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  131. [ 0.195161] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  132. [ 0.200185] console [ttyS0] disabled
  133. [ 0.220529] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 33, base_baud = 1500000) is a U6_16550A
  134. [ 0.767781] console [ttyS0] enabled
  135. [ 0.773245] CAN device driver interface
  136. [ 0.777639] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  137. [ 0.784178] ehci-platform: EHCI generic platform driver
  138. [ 0.789715] ehci-platform 1c1b000.usb: EHCI Host Controller
  139. [ 0.795330] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 1
  140. [ 0.803312] ehci-platform 1c1b000.usb: irq 23, io mem 0x01c1b000
  141. [ 0.827624] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
  142. [ 0.835150] hub 1-0:1.0: USB hub found
  143. [ 0.839027] hub 1-0:1.0: 1 port detected
  144. [ 0.843808] ehci-platform 1c1c000.usb: EHCI Host Controller
  145. [ 0.849475] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2
  146. [ 0.857387] ehci-platform 1c1c000.usb: irq 25, io mem 0x01c1c000
  147. [ 0.877626] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  148. [ 0.885021] hub 2-0:1.0: USB hub found
  149. [ 0.888878] hub 2-0:1.0: 1 port detected
  150. [ 0.893541] ehci-platform 1c1d000.usb: EHCI Host Controller
  151. [ 0.899195] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 3
  152. [ 0.907087] ehci-platform 1c1d000.usb: irq 27, io mem 0x01c1d000
  153. [ 0.927620] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
  154. [ 0.934928] hub 3-0:1.0: USB hub found
  155. [ 0.939390] hub 3-0:1.0: 1 port detected
  156. [ 0.943977] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  157. [ 0.950234] ohci-platform: OHCI generic platform driver
  158. [ 0.955714] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
  159. [ 0.962400] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4
  160. [ 0.970307] ohci-platform 1c1b400.usb: irq 24, io mem 0x01c1b400
  161. [ 1.032842] hub 4-0:1.0: USB hub found
  162. [ 1.036658] hub 4-0:1.0: 1 port detected
  163. [ 1.041857] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  164. [ 1.048557] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 5
  165. [ 1.056449] ohci-platform 1c1c400.usb: irq 26, io mem 0x01c1c400
  166. [ 1.122814] hub 5-0:1.0: USB hub found
  167. [ 1.126626] hub 5-0:1.0: 1 port detected
  168. [ 1.131361] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
  169. [ 1.138062] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 6
  170. [ 1.145941] ohci-platform 1c1d400.usb: irq 28, io mem 0x01c1d400
  171. [ 1.212839] hub 6-0:1.0: USB hub found
  172. [ 1.216652] hub 6-0:1.0: 1 port detected
  173. [ 1.222149] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
  174. [ 1.228995] sun6i-rtc 1f00000.rtc: RTC enabled
  175. [ 1.233678] i2c /dev entries driver
  176. [ 1.238409] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  177. [ 1.247116] sunxi-mmc 1c0f000.mmc: No vqmmc regulator found
  178. [ 1.253204] sunxi-mmc 1c0f000.mmc: Got CD GPIO
  179. [ 1.297638] sunxi-mmc 1c0f000.mmc: base:0xf00aa000 irq:22
  180. [ 1.304769] usbcore: registered new interface driver usbhid
  181. [ 1.310377] usbhid: USB HID core driver
  182. [ 1.315503] NET: Registered protocol family 17
  183. [ 1.320023] can: controller area network core (rev 20120528 abi 9)
  184. [ 1.326307] NET: Registered protocol family 29
  185. [ 1.330797] can: raw protocol (rev 20120528)
  186. [ 1.335079] can: broadcast manager protocol (rev 20120528 t)
  187. [ 1.340790] can: netlink gateway (rev 20130117) max_hops=1
  188. [ 1.346772] Key type dns_resolver registered
  189. [ 1.351532] cpu cpu0: failed to get cpu0 clock: -2
  190. [ 1.356344] cpufreq-dt: probe of cpufreq-dt failed with error -2
  191. [ 1.362434] Registering SWP/SWPB emulation handler
  192. [ 1.369386] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01 00:00:06 UTC (6)
  193. [ 1.382315] vcc3v0: disabling
  194. [ 1.385308] vcc5v0: disabling
  195. [ 1.390697] Waiting for root device /dev/mmcblk0p2...
  196. [ 1.446355] mmc0: host does not support reading read-only switch, assuming write-enable
  197. [ 1.458291] mmc0: new high speed SDHC card at address aaaa
  198. [ 1.464642] mmcblk0: mmc0:aaaa SS16G 14.8 GiB
  199. [ 1.470867] mmcblk0: p1 p2
  200. [ 1.512514] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
  201. [ 1.521464] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
  202. [ 1.622232] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  203. [ 1.630443] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  204. [ 1.638047] devtmpfs: mounted
  205. [ 1.641602] Freeing unused kernel memory: 280K (c0576000 - c05bc000)
  206. [ 1.819147] random: systemd urandom read with 2 bits of entropy available
  207. [ 1.828175] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
  208. [ 1.841859] systemd[1]: Detected architecture 'arm'.
  209.  
  210. Welcome to Debian GNU/Linux 8 (jessie)!
  211.  
  212. [ 1.871769] systemd[1]: Failed to insert module 'autofs4'
  213. [ 1.877390] systemd[1]: Failed to insert module 'ipv6'
  214. [ 1.883883] systemd[1]: Set hostname to <opiplus>.
  215. [ 2.220652] systemd[1]: Cannot add dependency job for unit dbus.socket, ignoring: Unit dbus.socket failed to load: No such file or directory.
  216. [ 2.233609] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
  217. [ 2.251947] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
  218. [ 2.260236] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  219. [ 2.268058] systemd[1]: Expecting device dev-ttyS0.device...
  220. Expecting device dev-ttyS0.device...
  221. [ 2.287846] systemd[1]: Starting Remote File Systems (Pre).
  222. [ OK ] Reached target Remote File Systems (Pre).
  223. [ 2.307759] systemd[1]: Reached target Remote File Systems (Pre).
  224. [ 2.313985] systemd[1]: Starting Encrypted Volumes.
  225. [ OK ] Reached target Encrypted Volumes.
  226. [ 2.337751] systemd[1]: Reached target Encrypted Volumes.
  227. [ 2.343366] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  228. [ 2.352950] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
  229. [ 2.361348] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  230. [ 2.369421] systemd[1]: Starting Paths.
  231. [ OK ] Reached target Paths.
  232. [ 2.387769] systemd[1]: Reached target Paths.
  233. [ 2.392234] systemd[1]: Starting Swap.
  234. [ OK ] Reached target Swap.
  235. [ 2.417759] systemd[1]: Reached target Swap.
  236. [ 2.422141] systemd[1]: Expecting device dev-disk-by\x2duuid-168C\x2d0D6D.device...
  237. Expecting device dev-disk-by\x2duuid-168C\x2d0D6D.device...
  238. [ 2.447773] systemd[1]: Starting Root Slice.
  239. [ OK ] Created slice Root Slice.
  240. [ 2.467841] systemd[1]: Created slice Root Slice.
  241. [ 2.472654] systemd[1]: Starting User and Session Slice.
  242. [ OK ] Created slice User and Session Slice.
  243. [ 2.497765] systemd[1]: Created slice User and Session Slice.
  244. [ 2.503618] systemd[1]: Starting Delayed Shutdown Socket.
  245. [ OK ] Listening on Delayed Shutdown Socket.
  246. [ 2.527765] systemd[1]: Listening on Delayed Shutdown Socket.
  247. [ 2.533620] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
  248. [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
  249. [ 2.557765] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  250. [ 2.564831] systemd[1]: Starting Journal Socket (/dev/log).
  251. [ OK ] Listening on Journal Socket (/dev/log).
  252. [ 2.587760] systemd[1]: Listening on Journal Socket (/dev/log).
  253. [ 2.593823] systemd[1]: Starting udev Kernel Socket.
  254. [ OK ] Listening on udev Kernel Socket.
  255. [ 2.617760] systemd[1]: Listening on udev Kernel Socket.
  256. [ 2.623209] systemd[1]: Starting udev Control Socket.
  257. [ OK ] Listening on udev Control Socket.
  258. [ 2.647757] systemd[1]: Listening on udev Control Socket.
  259. [ 2.653280] systemd[1]: Starting Journal Socket.
  260. [ OK ] Listening on Journal Socket.
  261. [ 2.677769] systemd[1]: Listening on Journal Socket.
  262. [ 2.682902] systemd[1]: Starting System Slice.
  263. [ OK ] Created slice System Slice.
  264. [ 2.707764] systemd[1]: Created slice System Slice.
  265. [ 2.712822] systemd[1]: Starting File System Check on Root Device...
  266. Starting File System Check on Root Device...
  267. [ 2.739929] systemd[1]: Starting system-getty.slice.
  268. [ OK ] Created slice system-getty.slice.
  269. [ 2.767970] systemd[1]: Created slice system-getty.slice.
  270. [ 2.773563] systemd[1]: Starting system-serial\x2dgetty.slice.
  271. [ OK [ 2.781378] systemd[1]: Created slice system-serial\x2dgetty.slice.
  272. ] Created slice system-serial\x2dgetty.slice.
  273. [ 2.789486] systemd[1]: Starting Increase datagram queue length...
  274. Starting Increase datagram queue length...
  275. [ 2.802258] systemd[1]: Mounted POSIX Message Queue File System.
  276. [ 2.822663] systemd[1]: Started Set Up Additional Binary Formats.
  277. [ 2.837553] systemd[1]: Mounted Huge Pages File System.
  278. [ 2.844144] systemd[1]: Mounting Debug File System...
  279. Mounting Debug File System...
  280. [ 2.852788] systemd[1]: Starting udev Coldplug all Devices...
  281. Starting udev Coldplug all Devices...
  282. [ 2.873550] systemd[1]: Started Create list of required static device nodes for the current kernel.
  283. [ 2.908387] systemd[1]: Starting Create Static Device Nodes in /dev...
  284. Starting Create Static Device Nodes in /dev...
  285. [ 2.934418] systemd[1]: Starting Load Kernel Modules...
  286. Starting Load Kernel Modules...
  287. [ 2.959225] systemd[1]: Starting Slices.
  288. [ OK [ 2.984444] systemd[1]: Reached target Slices.
  289. ] Reached target Slices.
  290. [ OK [ 3.016216] systemd[1]: Mounted Debug File System.
  291. ] Mounted Debug File System.
  292. [ OK [ 3.066632] systemd[1]: Started Increase datagram queue length.
  293. ] Started Increase datagram queue length.
  294. [ OK [ 3.110733] systemd[1]: Started Create Static Device Nodes in /dev.
  295. ] Started Create Static Device Nodes in /dev.
  296. [ OK [ 3.149636] systemd[1]: Started Load Kernel Modules.
  297. ] Started Load Kernel Modules.
  298. [ 3.546549] systemd[1]: Mounted FUSE Control File System.
  299. [ 3.577855] systemd[1]: Starting Apply Kernel Variables...
  300. Starting Apply Kernel Variables...
  301. [ 3.586634] systemd[1]: Mounted Configuration File System.
  302. [ 3.637914] systemd[1]: Starting udev Kernel Device Manager...
  303. Starting udev Kernel Device Manager...
  304. [ 3.646560] systemd[1]: Starting Syslog Socket.
  305. [ OK [ 3.672719] systemd[1]: Listening on Syslog Socket.
  306. ] Listening on Syslog Socket.
  307. [ 3.700417] systemd-udevd[83]: starting version 215
  308. [ 3.706053] systemd[1]: Starting Sockets.
  309. [ OK [ 3.710695] systemd[1]: Reached target Sockets.
  310. ] Reached target Sockets.
  311. [ 3.716602] systemd[1]: Starting Journal Service...
  312. Starting Journal Service...
  313. [ 3.760754] systemd[1]: Started Journal Service.
  314. [ OK ] Started Journal Service.
  315. [ OK ] Started udev Kernel Device Manager.
  316. [ OK ] Started udev Coldplug all Devices.
  317. [ OK ] Started Apply Kernel Variables.
  318. Starting Copy rules generated while the root was ro...
  319. [ OK ] Started Copy rules generated while the root was ro.
  320. [ OK ] Found device /dev/ttyS0.
  321. [ OK ] Found device /dev/disk/by-uuid/168C-0D6D.
  322. [ 9.742306] systemd-fsck[65]: root: 11434/3887104 files (0.5% non-contiguous), 875018/15541760 blocks
  323. [ OK ] Started File System Check on Root Device.
  324. Starting Remount Root and Kernel File Systems...
  325. [ 9.892808] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
  326. [ OK ] Started Remount Root and Kernel File Systems.
  327. Starting Load/Save Random Seed...
  328. [ OK ] Reached target Local File Systems (Pre).
  329. Mounting /boot...
  330. [ OK ] Started Load/Save Random Seed.
  331. [ 10.057396] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
  332. [ OK ] Mounted /boot.
  333. [ OK ] Reached target Local File Systems.
  334. [ OK ] Reached target Remote File Systems.
  335. Starting Trigger Flushing of Journal to Persistent Storage...
  336. Starting Create Volatile Files and Directories...
  337. Starting LSB: Raise network interfaces....
  338. [ 10.268300] systemd-journald[85]: Received request to flush runtime journal from PID 1
  339. [ OK ] Started Trigger Flushing of Journal to Persistent Storage.
  340. [ OK ] Started Create Volatile Files and Directories.
  341. Starting Update UTMP about System Boot/Shutdown...
  342. [ OK ] Started Update UTMP about System Boot/Shutdown.
  343. [ OK ] Started LSB: Raise network interfaces..
  344. [ OK ] Reached target Network.
  345. [ OK ] Reached target System Initialization.
  346. [ OK ] Reached target Timers.
  347. [ OK ] Reached target Basic System.
  348. Starting Regular background program processing daemon...
  349. [ OK ] Started Regular background program processing daemon.
  350. Starting /etc/rc.local Compatibility...
  351. Starting getty on tty2-tty6 if dbus and logind are not available...
  352. Starting System Logging Service...
  353. Starting Permit User Sessions...
  354. [ OK ] Started /etc/rc.local Compatibility.
  355. [ OK ] Started Permit User Sessions.
  356. [ OK ] Started System Logging Service.
  357. [ OK ] Started getty on tty2-tty6 if dbus and logind are not available.
  358. Starting Getty on tty6...
  359. [ OK ] Started Getty on tty6.
  360. Starting Getty on tty5...
  361. [ OK ] Started Getty on tty5.
  362. Starting Getty on tty4...
  363. [ OK ] Started Getty on tty4.
  364. Starting Getty on tty3...
  365. [ OK ] Started Getty on tty3.
  366. Starting Getty on tty2...
  367. [ OK ] Started Getty on tty2.
  368. Starting Getty on tty1...
  369. [ OK ] Started Getty on tty1.
  370. Starting Serial Getty on ttyS0...
  371. [ OK ] Started Serial Getty on ttyS0.
  372. [ OK ] Reached target Login Prompts.
  373. [ OK ] Reached target Multi-User System.
  374. [ OK ] Reached target Graphical Interface.
  375. Starting Update UTMP about System Runlevel Changes...
  376. [ OK ] Started Update UTMP about System Runlevel Changes.
  377.  
  378. Debian GNU/Linux 8 opiplus ttyS0
  379.  
  380. opiplus login: root
  381. Password:
  382. Last login: Thu Jan 1 00:00:22 UTC 1970 on ttyS0
  383. Linux opiplus 4.3.0-rc6-186688-g448f6e52 #1 SMP Mon Nov 16 13:03:12 AEDT 2015 armv7l
  384.  
  385. The programs included with the Debian GNU/Linux system are free software;
  386. the exact distribution terms for each program are described in the
  387. individual files in /usr/share/doc/*/copyright.
  388.  
  389. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  390. permitted by applicable law.
  391. root@opiplus:~# [ 102.777471] random: nonblocking pool is initialized
  392. ls -la
  393. total 5
  394. drwx------ 2 root root 1024 Jan 1 1970 .
  395. drwxr-xr-x 21 root root 1024 Jan 1 00:00 ..
  396. -rw------- 1 root root 198 Jan 1 1970 .bash_history
  397. -rw-r--r-- 1 root root 570 Jan 31 2010 .bashrc
  398. -rw-r--r-- 1 root root 140 Nov 19 2007 .profile
  399. root@opiplus:~# poweroff
  400. Starting Synchronise Hardware Clock to System Clock...
  401. [ OK ] Stopped target Graphical Interface.
  402. [ OK ] Stopped target Multi-User System.
  403. Stopping Regular background program processing daemon...
  404. [ OK ] Stopped target Login Prompts.
  405. Stopping Getty on tty6...
  406. Stopping Getty on tty5...
  407. Stopping Getty on tty4...
  408. Stopping Getty on tty3...
  409. Stopping Getty on tty2...
  410. Stopping Getty on tty1...
  411. Stopping Serial Getty on ttyS0...
  412. Stopping getty on tty2-tty6 if dbus and logind are not available...
  413. [ OK ] Stopped getty on tty2-tty6 if dbus and logind are not available.
  414. Stopping System Logging Service...
  415. [ OK ] Stopped Regular background program processing daemon.
  416. [ OK ] Stopped System Logging Service.
  417. [ OK ] Stopped Getty on tty6.
  418. [ OK ] Stopped Getty on tty5.
  419. [ OK ] Stopped Getty on tty4.
  420. [ OK ] Stopped Getty on tty3.
  421. [ OK ] Stopped Getty on tty2.
  422. [ OK ] Stopped Getty on tty1.
  423. [ OK ] Stopped Serial Getty on ttyS0.
  424. [ OK ] Removed slice system-serial\x2dgetty.slice.
  425. [ OK ] Removed slice system-getty.slice.
  426. Stopping /etc/rc.local Compatibility...
  427. [ OK ] Stopped /etc/rc.local Compatibility.
  428. [ OK ] Stopped target Network.
  429. Stopping Permit User Sessions...
  430. [ OK ] Stopped Permit User Sessions.
  431. [ OK ] Stopped target Basic System.
  432. [ OK ] Stopped target Slices.
  433. [ OK ] Removed slice User and Session Slice.
  434. [ OK ] Stopped target Paths.
  435. [ OK ] Stopped target Timers.
  436. [ OK ] Stopped target Sockets.
  437. [ OK ] Closed Syslog Socket.
  438. [ OK ] Stopped target System Initialization.
  439. Stopping Apply Kernel Variables...
  440. [ OK ] Stopped Apply Kernel Variables.
  441. [ OK ] Stopped target Encrypted Volumes.
  442. Stopping Update UTMP about System Boot/Shutdown...
  443. Stopping Load Kernel Modules...
  444. [ OK ] Stopped Load Kernel Modules.
  445. Stopping LSB: Raise network interfaces....
  446. [ OK ] Stopped target Swap.
  447. [ OK ] Stopped target Remote File Systems.
  448. [ OK ] Stopped target Remote File Systems (Pre).
  449. [ OK ] Stopped Update UTMP about System Boot/Shutdown.
  450. [ OK ] Stopped LSB: Raise network interfaces..
  451. Stopping Load/Save Random Seed...
  452. Stopping Create Volatile Files and Directories...
  453. [ OK ] Stopped Create Volatile Files and Directories.
  454. [ OK ] Stopped target Local File Systems.
  455. Unmounting /boot...
  456. [ OK ] Stopped Load/Save Random Seed.
  457. [ OK ] Unmounted /boot.
  458. [ OK ] Reached target Unmount All Filesystems.
  459. [ OK ] Stopped target Local File Systems (Pre).
  460. Stopping Create Static Device Nodes in /dev...
  461. [ OK ] Stopped Create Static Device Nodes in /dev.
  462. Stopping Remount Root and Kernel File Systems...
  463. [ OK ] Stopped Remount Root and Kernel File Systems.
  464. [ OK ] Started Synchronise Hardware Clock to System Clock.
  465. [ OK ] Reached target Shutdown.
  466. [ 997.584326] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
  467. [ 997.613129] systemd-journald[85]: Received SIGTERM from PID 1 (systemd-shutdow).
  468. [ 997.632596] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
  469. [ 997.657262] systemd-shutdown[1]: Unmounting file systems.
  470. [ 997.664054] systemd-shutdown[1]: Unmounting /sys/kernel/debug.
  471. [ 997.850671] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  472. [ 997.861243] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  473. [ 997.866674] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  474. [ 997.872235] systemd-shutdown[1]: All filesystems unmounted.
  475. [ 997.877886] systemd-shutdown[1]: Deactivating swaps.
  476. [ 997.883268] systemd-shutdown[1]: All swaps deactivated.
  477. [ 997.888615] systemd-shutdown[1]: Detaching loop devices.
  478. [ 997.896735] systemd-shutdown[1]: All loop devices detached.
  479. [ 997.902429] systemd-shutdown[1]: Detaching DM devices.
  480. [ 997.908095] systemd-shutdown[1]: All DM devices detached.
  481. [ 997.921332] systemd-shutdown[1]: Powering off.
  482. [ 997.928458] reboot: System halted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement