Advertisement
DerArtem

Untitled

Mar 22nd, 2011
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.43 KB | None | 0 0
  1. Folio 100 booting 2.6.36:
  2.  
  3. [ 0.000000] Initializing cgroup subsys cpu
  4. [ 0.000000] Linux version 2.6.36-g0c994f8-dirty (artem@gandalf) (gcc version 4.4.3 (GCC) ) #3 SMP PREEMPT Wed Mar 23 00:10:31 CET 2011
  5. [ 0.000000] CPU: ARMv7 Processor [411fc090] revision 0 (ARMv7), cr=10c53c7f
  6. [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  7. [ 0.000000] Machine: Tegra 2 Development System (ID: 3333)
  8. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  9. [ 0.000000] PERCPU: Embedded 7 pages/cpu @c07b4000 s4832 r8192 d15648 u65536
  10. [ 0.000000] pcpu-alloc: s4832 r8192 d15648 u65536 alloc=16*4096
  11. [ 0.000000] pcpu-alloc: [0] 0 [0] 1
  12. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 113792
  13. [ 0.000000] Kernel command line: mem=448M@0M nvmem=64M@448M vmalloc=192M video=tegrafb console=ttyUSB0,115200n8 usbcore.old_scheme_first=1 tegraboot=sdmmc tegrapart=recoveryt
  14. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  15. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  16. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  17. [ 0.000000] Memory: 448MB = 448MB total
  18. [ 0.000000] Memory: 450260k/450260k available, 8492k reserved, 0K highmem
  19. [ 0.000000] Virtual kernel memory layout:
  20. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  21. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  22. [ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
  23. [ 0.000000] vmalloc : 0xdc800000 - 0xfe000000 ( 536 MB)
  24. [ 0.000000] lowmem : 0xc0000000 - 0xdc000000 ( 448 MB)
  25. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  26. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  27. [ 0.000000] .init : 0xc0008000 - 0xc002d000 ( 148 kB)
  28. [ 0.000000] .text : 0xc002d000 - 0xc0398000 (3500 kB)
  29. [ 0.000000] .data : 0xc03ae000 - 0xc03e05a0 ( 202 kB)
  30. [ 0.000000] Hierarchical RCU implementation.
  31. [ 0.000000] RCU-based detection of stalled CPUs is disabled.
  32. [ 0.000000] Verbose stalled-CPUs detection is disabled.
  33. [ 0.000000] NR_IRQS:448
  34. [ 6.210136] Calibrating delay loop... 999.42 BogoMIPS (lpj=4997120)
  35. [ 6.469791] pid_max: default: 32768 minimum: 301
  36. [ 6.470421] Mount-cache hash table entries: 512
  37. [ 6.471287] Initializing cgroup subsys debug
  38. [ 6.471304] Initializing cgroup subsys cpuacct
  39. [ 6.471327] Initializing cgroup subsys freezer
  40. [ 6.471419] CPU: Testing write buffer coherency: ok
  41. [ 6.471681] Calibrating local timer... 249.88MHz, setting to 2.50MHz.
  42. [ 6.559995] CPU1: Booted secondary processor
  43. [ 6.560014] Calibrating local timer... 250.02MHz, setting to 2.50MHz.
  44. [ 6.879880] Brought up 2 CPUs
  45. [ 6.879895] SMP: Total of 2 processors activated (1998.84 BogoMIPS).
  46. [ 6.886421] regulator: core version 0.5
  47. [ 6.886789] regulator: dummy:
  48. [ 6.887042] NET: Registered protocol family 16
  49. [ 6.887765] host1x bus init
  50. [ 6.888286] Tegra SKU: 8 CPU Process: 0 Core Process: 0
  51. [ 6.888767] ------------[ cut here ]------------
  52. [ 6.888790] WARNING: at arch/arm/mach-tegra/clock.c:193 __clk_set_cansleep+0x84/0xb8()
  53. [ 6.888801] can't make child clock apbdma of pclk sleepable if it's parent could change
  54. [ 6.888808] Modules linked in:
  55. [ 6.888836] [<c0033208>] (unwind_backtrace+0x0/0xf0) from [<c00679b8>] (warn_slowpath_common+0x4c/0x64)
  56. [ 6.888854] [<c00679b8>] (warn_slowpath_common+0x4c/0x64) from [<c0067a50>] (warn_slowpath_fmt+0x2c/0x3c)
  57. [ 6.888870] [<c0067a50>] (warn_slowpath_fmt+0x2c/0x3c) from [<c0039c94>] (__clk_set_cansleep+0x84/0xb8)
  58. [ 6.888885] [<c0039c94>] (__clk_set_cansleep+0x84/0xb8) from [<c0039c9c>] (__clk_set_cansleep+0x8c/0xb8)
  59. [ 6.888908] ---[ end trace 1b75b31a2719ed1c ]---
  60. [ 6.889607] dvfs set voltage on [ 7.858541] console [ttyUSB0] enabled
  61. [ 12.216445] init: command 'mount' r=-1
  62. [ 12.216551] init: command 'mount' r=-1
  63. [ 12.216636] init: command 'mount' r=-1
  64. [ 12.216706] init: command 'mkdir' r=0
  65. [ 12.217205] init: command 'chown' r=0
  66. [ 12.217263] init: command 'chmod' r=0
  67. [ 12.217331] init: command 'copy' r=-1
  68. [ 12.217400] init: command 'chown' r=-2
  69. [ 12.217460] init: command 'chmod' r=-2
  70. [ 12.217521] init: command 'copy' r=-1
  71. [ 12.217582] init: command 'chown' r=-2
  72. [ 12.217641] init: command 'chmod' r=-2
  73. [ 12.217708] init: command 'write' r=-2
  74. [ 12.217725] init: processing action 0x28558 (post-fs)
  75. [ 12.217789] init: command 'mount' r=0
  76. [ 12.217845] init: command 'chown' r=-30
  77. [ 12.217899] init: command 'chmod' r=-30
  78. [ 12.217960] init: command 'mount' r=-1
  79. [ 12.218020] init: command 'mount' r=-1
  80. [ 12.218076] init: command 'mkdir' r=-17
  81. [ 12.218130] init: command 'chown' r=-30
  82. [ 12.218184] init: command 'chmod' r=-30
  83. [ 12.218245] init: command 'copy' r=-1
  84. [ 12.218305] init: command 'chown' r=-2
  85. [ 12.218364] init: command 'chmod' r=-2
  86. [ 12.218424] init: command 'copy' r=-1
  87. [ 12.218484] init: command 'chown' r=-2
  88. [ 12.218543] init: command 'chmod' r=-2
  89. [ 12.218608] init: command 'write' r=-2
  90. [ 12.218664] init: command 'chown' r=-30
  91. [ 12.218717] init: command 'chmod' r=-30
  92. [ 12.218776] init: command 'chown' r=-2
  93. [ 12.218835] init: command 'chmod' r=-2
  94. [ 12.218913] init: command 'chown' r=0
  95. [ 12.218997] init: command 'chmod' r=0
  96. [ 12.219071] init: command 'chown' r=0
  97. [ 12.219142] init: command 'chmod' r=0
  98. [ 12.219214] init: command 'chown' r=0
  99. [ 12.219285] init: command 'chmod' r=0
  100. [ 12.219347] init: command 'mkdir' r=-30
  101. [ 12.219406] init: command 'mkdir' r=-2
  102. [ 12.219465] init: command 'mkdir' r=-2
  103. [ 12.219523] init: command 'mkdir' r=-2
  104. [ 12.219581] init: command 'mkdir' r=-2
  105. [ 12.219638] init: command 'mkdir' r=-2
  106. [ 12.219697] init: command 'mkdir' r=-2
  107. [ 12.219755] init: command 'mkdir' r=-2
  108. [ 12.219813] init: command 'chmod' r=-2
  109. [ 12.219871] init: command 'chmod' r=-2
  110. [ 12.219930] init: command 'mkdir' r=-30
  111. [ 12.219990] init: command 'mkdir' r=-2
  112. [ 12.220048] init: command 'mkdir' r=-2
  113. [ 12.220107] init: command 'mkdir' r=-30
  114. [ 12.220167] init: command 'mkdir' r=-30
  115. [ 12.220226] init: command 'mkdir' r=-30
  116. [ 12.220286] init: command 'mkdir' r=-30
  117. [ 12.220345] init: command 'mkdir' r=-30
  118. [ 12.220405] init: command 'mkdir' r=-30
  119. [ 12.220476] init: command 'chown' r=-2
  120. [ 12.220535] init: command 'chmod' r=-2
  121. [ 12.220595] init: command 'mkdir' r=-30
  122. [ 12.220655] init: command 'chown' r=-2
  123. [ 12.220713] init: command 'chmod' r=-2
  124. [ 12.220772] init: command 'mkdir' r=-30
  125. [ 12.220832] init: command 'mkdir' r=-30
  126. [ 12.220891] init: command 'chown' r=-2
  127. [ 12.220949] init: command 'chmod' r=-2
  128. [ 12.221008] init: command 'chown' r=-2
  129. [ 12.221066] init: command 'chmod' r=-2
  130. [ 12.221127] init: command 'chown' r=0
  131. [ 12.221183] init: command 'chmod' r=0
  132. [ 12.221262] init: command 'chown' r=-2
  133. [ 12.221331] init: command 'chmod' r=-2
  134. [ 12.221400] init: command 'chown' r=-2
  135. [ 12.221468] init: command 'chmod' r=-2
  136. [ 12.221536] init: command 'chown' r=-2
  137. [ 12.221603] init: command 'chmod' r=-2
  138. [ 12.221619] init: processing action 0x2e750 (property_service_init)
  139. [ 12.221849] init: Unable to open persistent property directory /data/property errno: 2
  140. [ 12.222057] init: Created socket '/dev/socket/property_service' with mode '666', user '0', group '0'
  141. [ 12.222080] init: command 'property_service_init' r=0
  142. [ 12.222098] init: processing action 0x2e798 (signal_init)
  143. [ 12.222166] init: command 'signal_init' r=0
  144. [ 12.222184] init: processing action 0x2e7e0 (check_startup)
  145. [ 12.222198] init: command 'check_startup' r=0
  146. [ 12.222212] init: processing action 0x29000 (boot)
  147. [ 12.222823] init: command 'ifup' r=0
  148. [ 12.222934] init: command 'hostname' r=0
  149. [ 12.223025] init: command 'domainname' r=0
  150. [ 12.223046] init: command 'setrlimit' r=0
  151. [ 12.223076] init: command 'setprop' r=0
  152. [ 12.223104] init: command 'setprop' r=0
  153. [ 12.223132] init: command 'setprop' r=0
  154. [ 12.223160] init: command 'setprop' r=0
  155. [ 12.223187] init: command 'setprop' r=0
  156. [ 12.223215] init: command 'setprop' r=0
  157. [ 12.223242] init: command 'setprop' r=0
  158. [ 12.223270] init: command 'setprop' r=0
  159. [ 12.223297] init: command 'setprop' r=0
  160. [ 12.223325] init: command 'setprop' r=0
  161. [ 12.223352] init: command 'setprop' r=0
  162. [ 12.223380] init: command 'setprop' r=0
  163. [ 12.223408] init: command 'setprop' r=0
  164. [ 12.223437] init: command 'setprop' r=0
  165. [ 12.223464] init: command 'setprop' r=0
  166. [ 12.223492] init: command 'setprop' r=0
  167. [ 12.223520] init: command 'setprop' r=0
  168. [ 12.223548] init: command 'setprop' r=0
  169. [[ 12.252867] init: command 'exec' r=0
  170. [ 12.252960] init: cannot find '/system/bin/servicemanager', disabling 'servicemanager'
  171. [ 12.253028] init: cannot find '/system/bin/vold', disabling 'vold'
  172. [ 12.253089] init: cannot find '/system/bin/netd', [ 17.221459] init: command 'mount' r=-1
  173. [ 17.221542] init: command 'chmod' r=-2
  174. [ 17.312938] init: command 'exec' r=0
  175. [ 22.215835] init: command 'mount' r=-1
  176. [ 22.215919] init: command 'insmod' r=-1
  177. [ 22.215981] init: command 'mkdir' r=-2
  178. [ 22.216041] init: command 'mkdir' r=-2
  179. [ 22.216581] init: command 'chmod' r=-2
  180. [ 22.216641] init: command 'mkdir' r=-2
  181. [ 22.216710] init: command 'chown' r=-2
  182. [ 22.216769] init: command 'mkdir' r=-2
  183. [ 22.216830] init: command 'chown' r=-2
  184. [ 22.216862] init: command 'setprop' r=0
  185. [ 22.242832] init: command 'exec' r=0
  186. [ 22.242928] init: command 'chmod' r=-2
  187. [ 22.242992] init: command 'chown' r=-2
  188. [ 22.243064] init: command 'chmod' r=-2
  189. [ 22.243178] init: command 'chmod' r=-2
  190. [ 22.243243] init: command 'chown' r=-2
  191. [ 22.243307] init: command 'chown' r=-2
  192. [ 22.243372] init: command 'write' r=-2
  193. [ 22.243432] init: command 'chmod' r=-2
  194. [ 22.243491] init: command 'chmod' r=-2
  195. [ 22.243550] init: command 'chmod' r=-2
  196. [ 22.243609] init: command 'chmod' r=0
  197. [ 22.243632] init: processing action 0x2e828 (queue_propety_triggers)
  198. [ 22.243665] init: command 'queue_propety_triggers' r=0
  199. [ 22.243684] init: processing action 0x29d00 (property:ro.secure=0)
  200. [ 22.243699] init: service 'console' requires console
  201. [ 22.243712] init: command 'start' r=0
  202. [ 22.243735] init: processing action 0x29e58 (property:persist.service.adb.enable=1)
  203. [ 22.243793] init: starting 'adbd'
  204. [ 22.243990] init: command 'start' r=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement