Advertisement
Guest User

Untitled

a guest
Jan 9th, 2015
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.96 KB | None | 0 0
  1.  
  2. setting up elf image... OK
  3. jumping to kernel code
  4. [ 0.000000] Linux version 3.17.2 (thomas@desktop) (gcc version 4.4.6 (GCC) ) #93 SMP Fri Jan 9 21:32:50 CET 2015
  5. [ 0.000000] WARNING: ignoring dynamic command line "ubifs_support console=ttyS0,115200 parts=1 boot_part_size=16777216 board=c"
  6. [ 0.000000] 16336MB memory available.
  7. [ 6.257281] PERCPU: 1 64K pages/cpu @fffffff600000000 s8576 r8192 d48768
  8. [ 6.257866] Built 2 zonelists in Zone order, mobility grouping on. Total pages: 261152
  9. [ 6.257874] Policy zone: Normal
  10. [ 6.257882] Kernel command line: init=/sbin/init
  11. [ 6.257915] PID hash table entries: 4096 (order: -1, 32768 bytes)
  12. [ 6.257931] Sorting __ex_table...
  13. [ 6.281507] Memory: 16638016K/16728064K available (2519K kernel code, 429K rwdata, 256K rodata, 574K init, 685K bss, 90048K re)
  14. [ 6.293856] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=36, Nodes=4
  15. [ 6.294453] Hierarchical RCU implementation.
  16. [ 6.294462] RCU restricting CPUs from NR_CPUS=100 to nr_cpu_ids=36.
  17. [ 6.294470] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=36
  18. [ 6.294976] NR_IRQS:32 nr_irqs:32 1
  19. [ 6.378321] console [hvc0] enabled
  20. [ 6.383035] Clock rate yields 2400.00 BogoMIPS (lpj=1200000)
  21. [ 6.388132] pid_max: default: 36864 minimum: 301
  22. [ 6.397223] Dentry cache hash table entries: 2097152 (order: 8, 16777216 bytes)
  23. [ 6.411039] Inode-cache hash table entries: 1048576 (order: 7, 8388608 bytes)
  24. [ 6.416246] Mount-cache hash table entries: 32768 (order: 2, 262144 bytes)
  25. [ 6.416297] Mountpoint-cache hash table entries: 32768 (order: 2, 262144 bytes)
  26. [ 6.444759] Brought up 36 CPUs
  27. [ 6.457894] devtmpfs: initialized
  28. [ 6.460482] PCI: Searching for controllers...
  29. [ 6.462106] usbcore: registered new interface driver usbfs
  30. [ 6.462197] usbcore: registered new interface driver hub
  31. [ 6.462348] usbcore: registered new device driver usb
  32. [ 6.462655] Switched to clocksource cycle counter
  33. [ 6.588598] Unpacking initramfs...
  34. [ 6.592860] Initramfs unpacking failed: junk in compressed archive
  35. [ 6.595502] futex hash table entries: 16384 (order: 4, 1048576 bytes)
  36. [ 6.600973] msgmni has been set to 32496
  37. [ 6.603619] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  38. [ 6.604799] tilegx-ehci tilegx-ehci.0: Tile-Gx EHCI
  39. [ 6.604848] tilegx-ehci tilegx-ehci.0: new USB bus registered, assigned bus number 1
  40. [ 6.608648] tilegx-ehci tilegx-ehci.0: irq 2, io mem 0xfffffff601f80000
  41. [ 6.619553] tilegx-ehci tilegx-ehci.0: USB 0.0 started, EHCI 1.00
  42. [ 6.621252] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  43. [ 6.628450] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  44. [ 6.636274] usb usb1: Product: Tile-Gx EHCI
  45. [ 6.640802] usb usb1: Manufacturer: Linux 3.17.2 ehci_hcd
  46. [ 6.646649] usb usb1: SerialNumber: tilegx-ehci.0
  47. [ 6.652200] hub 1-0:1.0: USB hub found
  48. [ 6.655824] hub 1-0:1.0: 1 port detected
  49. [ 6.660296] ehci-pci: EHCI PCI platform driver
  50. [ 6.664902] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  51. [ 6.671653] tilegx-ohci tilegx-ohci.0: Tile-Gx OHCI
  52. [ 6.676847] tilegx-ohci tilegx-ohci.0: new USB bus registered, assigned bus number 2
  53. [ 6.685257] tilegx-ohci tilegx-ohci.0: irq 3, io mem 0xfffffff601fa0000
  54. [ 6.747714] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
  55. [ 6.747768] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  56. [ 6.747810] usb usb2: Product: Tile-Gx OHCI
  57. [ 6.747837] usb usb2: Manufacturer: Linux 3.17.2 ohci_hcd
  58. [ 6.749066] usb usb2: SerialNumber: tilegx-ohci.0
  59. [ 6.754635] hub 2-0:1.0: USB hub found
  60. [ 6.758242] hub 2-0:1.0: 1 port detected
  61. [ 6.762759] ohci-pci: OHCI PCI platform driver
  62. [ 6.768232] devtmpfs: mounted
  63. [ 6.770881] Freeing unused kernel data: 448k freed
  64. [ 6.775713] Freeing unused kernel text: 128k freed
  65.  
  66. lsusb output:
  67. Bus 001 Device 001: ID 1d6b:0002
  68. Bus 002 Device 001: ID 1d6b:0001
  69.  
  70. ps output:
  71. PID USER VSZ STAT COMMAND
  72. 1 0 1856 S {init} /bin/sh /sbin/init
  73. 2 0 0 SW [kthreadd]
  74. 3 0 0 SW [ksoftirqd/0]
  75. 4 0 0 SW [kworker/0:0]
  76. 5 0 0 SW< [kworker/0:0H]
  77. 6 0 0 SW [kworker/u72:0]
  78. 7 0 0 SW [kworker/u73:0]
  79. 8 0 0 SW [kworker/u74:0]
  80. 9 0 0 SW [rcu_sched]
  81. 10 0 0 SW [rcu_bh]
  82. 11 0 0 SW [migration/0]
  83. 12 0 0 SW [migration/1]
  84. 13 0 0 SW [ksoftirqd/1]
  85. 14 0 0 SW [kworker/1:0]
  86. 15 0 0 SW< [kworker/1:0H]
  87. 16 0 0 SW [migration/2]
  88. 17 0 0 SW [ksoftirqd/2]
  89. 18 0 0 SW [kworker/2:0]
  90. 19 0 0 SW< [kworker/2:0H]
  91. 20 0 0 SW [migration/3]
  92. 21 0 0 SW [ksoftirqd/3]
  93. 22 0 0 SW [kworker/3:0]
  94. 23 0 0 SW< [kworker/3:0H]
  95. 24 0 0 SW [migration/4]
  96. 25 0 0 SW [ksoftirqd/4]
  97. 26 0 0 SW [kworker/4:0]
  98. 27 0 0 SW< [kworker/4:0H]
  99. 28 0 0 SW [migration/5]
  100. 29 0 0 SW [ksoftirqd/5]
  101. 30 0 0 SW [kworker/5:0]
  102. 31 0 0 SW< [kworker/5:0H]
  103. 32 0 0 SW [migration/6]
  104. 33 0 0 SW [ksoftirqd/6]
  105. 34 0 0 SW [kworker/6:0]
  106. 35 0 0 SW< [kworker/6:0H]
  107. 36 0 0 SW [migration/7]
  108. 37 0 0 SW [ksoftirqd/7]
  109. 38 0 0 SW [kworker/7:0]
  110. 39 0 0 SW< [kworker/7:0H]
  111. 40 0 0 SW [migration/8]
  112. 41 0 0 SW [ksoftirqd/8]
  113. 42 0 0 SW [kworker/8:0]
  114. 43 0 0 SW< [kworker/8:0H]
  115. 44 0 0 SW [migration/9]
  116. 45 0 0 SW [ksoftirqd/9]
  117. 46 0 0 SW [kworker/9:0]
  118. 47 0 0 SW< [kworker/9:0H]
  119. 48 0 0 SW [migration/10]
  120. 49 0 0 SW [ksoftirqd/10]
  121. 50 0 0 SW [kworker/10:0]
  122. 51 0 0 SW< [kworker/10:0H]
  123. 52 0 0 SW [migration/11]
  124. 53 0 0 SW [ksoftirqd/11]
  125. 54 0 0 SW [kworker/11:0]
  126. 55 0 0 SW< [kworker/11:0H]
  127. 56 0 0 SW [migration/12]
  128. 57 0 0 SW [ksoftirqd/12]
  129. 58 0 0 SW [kworker/12:0]
  130. 59 0 0 SW< [kworker/12:0H]
  131. 60 0 0 SW [migration/13]
  132. 61 0 0 SW [ksoftirqd/13]
  133. 62 0 0 SW [kworker/13:0]
  134. 63 0 0 SW< [kworker/13:0H]
  135. 64 0 0 SW [migration/14]
  136. 65 0 0 SW [ksoftirqd/14]
  137. 66 0 0 SW [kworker/14:0]
  138. 67 0 0 SW< [kworker/14:0H]
  139. 68 0 0 SW [migration/15]
  140. 69 0 0 SW [ksoftirqd/15]
  141. 70 0 0 SW [kworker/15:0]
  142. 71 0 0 SW< [kworker/15:0H]
  143. 72 0 0 SW [migration/16]
  144. 73 0 0 SW [ksoftirqd/16]
  145. 74 0 0 SW [kworker/16:0]
  146. 75 0 0 SW< [kworker/16:0H]
  147. 76 0 0 SW [migration/17]
  148. 77 0 0 SW [ksoftirqd/17]
  149. 78 0 0 SW [kworker/17:0]
  150. 79 0 0 SW< [kworker/17:0H]
  151. 80 0 0 SW [migration/18]
  152. 81 0 0 SW [ksoftirqd/18]
  153. 82 0 0 SW [kworker/18:0]
  154. 83 0 0 SW< [kworker/18:0H]
  155. 84 0 0 SW [migration/19]
  156. 85 0 0 SW [ksoftirqd/19]
  157. 86 0 0 SW [kworker/19:0]
  158. 87 0 0 SW< [kworker/19:0H]
  159. 88 0 0 SW [migration/20]
  160. 89 0 0 SW [ksoftirqd/20]
  161. 90 0 0 SW [kworker/20:0]
  162. 91 0 0 SW< [kworker/20:0H]
  163. 92 0 0 SW [migration/21]
  164. 93 0 0 SW [ksoftirqd/21]
  165. 94 0 0 SW [kworker/21:0]
  166. 95 0 0 SW< [kworker/21:0H]
  167. 96 0 0 SW [migration/22]
  168. 97 0 0 SW [ksoftirqd/22]
  169. 98 0 0 SW [kworker/22:0]
  170. 99 0 0 SW< [kworker/22:0H]
  171. 100 0 0 SW [migration/23]
  172. 101 0 0 SW [ksoftirqd/23]
  173. 102 0 0 SW [kworker/23:0]
  174. 103 0 0 SW< [kworker/23:0H]
  175. 104 0 0 SW [migration/24]
  176. 105 0 0 SW [ksoftirqd/24]
  177. 106 0 0 SW [kworker/24:0]
  178. 107 0 0 SW< [kworker/24:0H]
  179. 108 0 0 SW [migration/25]
  180. 109 0 0 SW [ksoftirqd/25]
  181. 110 0 0 SW [kworker/25:0]
  182. 111 0 0 SW< [kworker/25:0H]
  183. 112 0 0 SW [migration/26]
  184. 113 0 0 SW [ksoftirqd/26]
  185. 114 0 0 SW [kworker/26:0]
  186. 115 0 0 SW< [kworker/26:0H]
  187. 116 0 0 SW [migration/27]
  188. 117 0 0 SW [ksoftirqd/27]
  189. 118 0 0 SW [kworker/27:0]
  190. 119 0 0 SW< [kworker/27:0H]
  191. 120 0 0 SW [migration/28]
  192. 121 0 0 SW [ksoftirqd/28]
  193. 122 0 0 SW [kworker/28:0]
  194. 123 0 0 SW< [kworker/28:0H]
  195. 124 0 0 SW [migration/29]
  196. 125 0 0 SW [ksoftirqd/29]
  197. 126 0 0 SW [kworker/29:0]
  198. 127 0 0 SW< [kworker/29:0H]
  199. 128 0 0 SW [migration/30]
  200. 129 0 0 SW [ksoftirqd/30]
  201. 130 0 0 SW [kworker/30:0]
  202. 131 0 0 SW< [kworker/30:0H]
  203. 132 0 0 SW [migration/31]
  204. 133 0 0 SW [ksoftirqd/31]
  205. 134 0 0 SW [kworker/31:0]
  206. 135 0 0 SW< [kworker/31:0H]
  207. 136 0 0 SW [migration/32]
  208. 137 0 0 SW [ksoftirqd/32]
  209. 138 0 0 SW [kworker/32:0]
  210. 139 0 0 SW< [kworker/32:0H]
  211. 140 0 0 SW [migration/33]
  212. 141 0 0 SW [ksoftirqd/33]
  213. 142 0 0 SW [kworker/33:0]
  214. 143 0 0 SW< [kworker/33:0H]
  215. 144 0 0 SW [migration/34]
  216. 145 0 0 SW [ksoftirqd/34]
  217. 146 0 0 SW [kworker/34:0]
  218. 147 0 0 SW< [kworker/34:0H]
  219. 148 0 0 SW [migration/35]
  220. 149 0 0 SW [ksoftirqd/35]
  221. 150 0 0 SW [kworker/35:0]
  222. 151 0 0 SW< [kworker/35:0H]
  223. 152 0 0 SW< [khelper]
  224. 153 0 0 SW [kdevtmpfs]
  225. 154 0 0 SW [kworker/u72:1]
  226. 201 0 0 SW< [writeback]
  227. 209 0 0 SW [khubd]
  228. 285 0 0 SW [kswapd0]
  229. 286 0 0 SW [kworker/23:1]
  230. 288 0 0 SW [kswapd1]
  231. 349 0 0 SW [khvcd]
  232. 377 0 0 SW< [deferwq]
  233. 380 0 1920 R /bin/ps
  234.  
  235.  
  236. BusyBox v1.22.1 (2015-01-09 20:40:55 CET) built-in shell (ash)
  237. Enter 'help' for a list of built-in commands.
  238.  
  239. #
  240.  
  241. [ 38.707039] usb 1-1: new high-speed USB device number 2 using tilegx-ehci
  242. [ 38.822497] usb 1-1: New USB device found, idVendor=1221, idProduct=3234
  243. [ 38.822542] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  244. [ 38.822582] usb 1-1: Product: USB Disk
  245. [ 38.822607] usb 1-1: Manufacturer: Flash
  246. [ 38.822633] usb 1-1: SerialNumber: ****
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement