Advertisement
Guest User

Untitled

a guest
Aug 26th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.29 KB | None | 0 0
  1. sh-3.2# cat init.log
  2. + echo 'Running Mer Boat Loader'
  3. Running Mer Boat Loader
  4. + BOOTLOGO=
  5. + ALWAYSDEBUG=
  6. + DATA_PARTITION=/dev/mmcblk0p29
  7. + DEFAULT_OS=sailfishos
  8. + export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
  9. + PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
  10. + USB_FUNCTIONS=rndis
  11. + ANDROID_USB=/sys/class/android_usb/android0
  12. + LOCAL_IP=192.168.2.15
  13. + DONE_SWITCH=no
  14. + '[' /init-debug = /init-debug ']'
  15. + DONE_SWITCH=yes
  16. + '[' yes = no ']'
  17. + EXPLICIT_BUSYBOX=/bin/busybox-static
  18. + TELNET_DEBUG_PORT=2323
  19. + do_mount_devprocsys
  20. + echo '########################## mounting devprocsys'
  21. ########################## mounting devprocsys
  22. + mkdir /dev
  23. mkdir: cannot create directory `/dev': File exists
  24. + mount -t devtmpfs devtmpfs /dev
  25. + mkdir /dev/pts
  26. mkdir: cannot create directory `/dev/pts': File exists
  27. + mount -t devpts devpts /dev/pts
  28. + mkdir /proc
  29. mkdir: cannot create directory `/proc': File exists
  30. + mkdir /sys
  31. mkdir: cannot create directory `/sys': File exists
  32. + mount -t sysfs sysfs /sys
  33. + mount -t proc proc /proc
  34. + run_debug_session 'init-debug in real rootfs'
  35. + CUSTOMPRODUCT='init-debug in real rootfs'
  36. + echo '########################## Debug session : init-debug in real rootfs'
  37. ########################## Debug session : init-debug in real rootfs
  38. + usb_setup 'Mer Debug setting up (DONE_SWITCH=yes)'
  39. + write /sys/class/android_usb/android0/enable 0
  40. + echo -n 0
  41. + write /sys/class/android_usb/android0/functions ''
  42. + echo -n ''
  43. + write /sys/class/android_usb/android0/enable 1
  44. + echo -n 1
  45. + usleep 500000
  46. /init-debug: line 173: usleep: command not found
  47. + write /sys/class/android_usb/android0/enable 0
  48. + echo -n 0
  49. + write /sys/class/android_usb/android0/idVendor 18D1
  50. + echo -n 18D1
  51. + write /sys/class/android_usb/android0/idProduct D001
  52. + echo -n D001
  53. + write /sys/class/android_usb/android0/iManufacturer 'Mer Boat Loader'
  54. + echo -n 'Mer Boat Loader'
  55. + write /sys/class/android_usb/android0/iProduct 'init-debug in real rootfs'
  56. + echo -n 'init-debug in real rootfs'
  57. + write /sys/class/android_usb/android0/iSerial 'Mer Debug setting up (DONE_SWITCH=yes)'
  58. + echo -n 'Mer Debug setting up (DONE_SWITCH=yes)'
  59. + write /sys/class/android_usb/android0/functions rndis
  60. + echo -n rndis
  61. + write /sys/class/android_usb/android0/enable 1
  62. + echo -n 1
  63. + USB_IFACE=notfound
  64. + /sbin/ifconfig usb0 192.168.2.15
  65. + USB_IFACE=usb0
  66. + /sbin/ifconfig rndis0 192.168.2.15
  67. SIOCSIFADDR: No such device
  68. rndis0: unknown interface: No such device
  69. + /sbin/ifconfig -a
  70. lo Link encap:Local Loopback
  71. LOOPBACK MTU:16436 Metric:1
  72. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  73. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  74. collisions:0 txqueuelen:0
  75. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  76.  
  77. sit0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-01-00-00-00-00-00-00-00-00-00
  78. NOARP MTU:1480 Metric:1
  79. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  80. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  81. collisions:0 txqueuelen:0
  82. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  83.  
  84. usb0 Link encap:Ethernet HWaddr BA:B5:46:B5:71:7E
  85. inet addr:192.168.2.15 Bcast:192.168.2.255 Mask:255.255.255.0
  86. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  87. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  88. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  89. collisions:0 txqueuelen:1000
  90. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  91.  
  92. + '[' xusb0 = xnotfound ']'
  93. + echo 'start 192.168.2.20'
  94. + echo 'end 192.168.2.90'
  95. + echo 'lease_file /var/udhcpd.leases'
  96. + echo 'interface usb0'
  97. + echo '########################## starting dhcpd'
  98. ########################## starting dhcpd
  99. + /bin/busybox-static udhcpd
  100. + set_welcome_msg
  101. + cat
  102. + echo '########################## starting telnetd'
  103. ########################## starting telnetd
  104. + /bin/busybox-static telnetd -p 2323 -l /bin/sh
  105. + usb_info 'Mer Debug telnet on port 2323 on usb0 192.168.2.15 - also running udhcpd'
  106. + echo '########################## usb_info: Mer Debug telnet on port 2323 on usb0 192.168.2.15 - also running udhcpd'
  107. ########################## usb_info: Mer Debug telnet on port 2323 on usb0 192.168.2.15 - also running udhcpd
  108. + sleep 1
  109. + write /sys/class/android_usb/android0/iSerial 'Mer Debug telnet on port 2323 on usb0 192.168.2.15 - also running udhcpd'
  110. + echo -n 'Mer Debug telnet on port 2323 on usb0 192.168.2.15 - also running udhcpd'
  111. + ps -wlT
  112. F S UID PID SPID PPID C PRI NI ADDR SZ WCHAN TTY TIME CMD
  113. 4 S 0 1 1 0 0 80 0 - 699 wait ? 00:00:00 init-debug
  114. 1 S 0 2 2 0 0 58 - - 0 kthrea ? 00:00:00 kthreadd
  115. 1 S 0 3 3 2 0 80 0 - 0 smpboo ? 00:00:00 ksoftirqd/0
  116. 1 S 0 4 4 2 0 80 0 - 0 worker ? 00:00:00 kworker/0:0
  117. 1 S 0 5 5 2 0 60 -20 - 0 worker ? 00:00:00 kworker/0:0H
  118. 1 S 0 6 6 2 3 80 0 - 0 worker ? 00:00:04 kworker/u:0
  119. 1 S 0 7 7 2 0 60 -20 - 0 worker ? 00:00:00 kworker/u:0H
  120. 1 S 0 8 8 2 0 -40 - - 0 smpboo ? 00:00:00 migration/0
  121. 1 S 0 9 9 2 0 -40 - - 0 smpboo ? 00:00:00 migration/1
  122. 1 S 0 10 10 2 0 80 0 - 0 smpboo ? 00:00:00 ksoftirqd/1
  123. 1 S 0 11 11 2 0 80 0 - 0 worker ? 00:00:00 kworker/1:0
  124. 1 S 0 12 12 2 0 60 -20 - 0 worker ? 00:00:00 kworker/1:0H
  125. 1 S 0 13 13 2 0 -40 - - 0 smpboo ? 00:00:00 migration/2
  126. 1 S 0 14 14 2 0 80 0 - 0 smpboo ? 00:00:00 ksoftirqd/2
  127. 1 S 0 15 15 2 0 80 0 - 0 worker ? 00:00:00 kworker/2:0
  128. 1 S 0 16 16 2 0 60 -20 - 0 worker ? 00:00:00 kworker/2:0H
  129. 1 S 0 17 17 2 0 -40 - - 0 smpboo ? 00:00:00 migration/3
  130. 1 S 0 18 18 2 0 80 0 - 0 smpboo ? 00:00:00 ksoftirqd/3
  131. 1 S 0 19 19 2 0 80 0 - 0 worker ? 00:00:00 kworker/3:0
  132. 1 S 0 20 20 2 0 60 -20 - 0 worker ? 00:00:00 kworker/3:0H
  133. 1 S 0 21 21 2 0 60 -20 - 0 rescue ? 00:00:00 khelper
  134. 5 S 0 22 22 2 0 80 0 - 0 devtmp ? 00:00:00 kdevtmpfs
  135. 1 S 0 23 23 2 0 60 -20 - 0 rescue ? 00:00:00 suspend_sys_syn
  136. 1 S 0 24 24 2 0 60 -20 - 0 rescue ? 00:00:00 suspend
  137. 1 S 0 25 25 2 0 80 0 - 0 worker ? 00:00:00 kworker/0:1
  138. 5 S 0 26 26 2 0 9 - - 0 irq_th ? 00:00:00 irq/203-msmdata
  139. 1 S 0 27 27 2 0 80 0 - 0 bdi_sy ? 00:00:00 sync_supers
  140. 1 S 0 28 28 2 0 80 0 - 0 bdi_fo ? 00:00:00 bdi-default
  141. 1 S 0 29 29 2 0 60 -20 - 0 rescue ? 00:00:00 crypto
  142. 1 S 0 30 30 2 0 60 -20 - 0 rescue ? 00:00:00 kblockd
  143. 1 S 0 31 31 2 0 80 0 - 0 msm_sl ? 00:00:00 msm_slim_ctrl_r
  144. 1 S 0 32 32 2 0 60 -20 - 0 rescue ? 00:00:00 sb-1
  145. 1 S 0 33 33 2 0 80 0 - 0 hub_th ? 00:00:00 khubd
  146. 5 S 0 34 34 2 0 9 - - 0 irq_th ? 00:00:00 irq/343-max7769
  147. 5 S 0 35 35 2 0 9 - - 0 irq_th ? 00:00:00 irq/84-msm_iomm
  148. 5 S 0 36 36 2 0 9 - - 0 irq_th ? 00:00:00 irq/84-msm_iomm
  149. 5 S 0 37 37 2 0 9 - - 0 irq_th ? 00:00:00 irq/96-msm_iomm
  150. 5 S 0 38 38 2 0 9 - - 0 irq_th ? 00:00:00 irq/96-msm_iomm
  151. 5 S 0 39 39 2 0 9 - - 0 irq_th ? 00:00:00 irq/94-msm_iomm
  152. 5 S 0 40 40 2 0 9 - - 0 irq_th ? 00:00:00 irq/94-msm_iomm
  153. 5 S 0 41 41 2 0 9 - - 0 irq_th ? 00:00:00 irq/92-msm_iomm
  154. 5 S 0 42 42 2 0 9 - - 0 irq_th ? 00:00:00 irq/92-msm_iomm
  155. 5 S 0 43 43 2 0 9 - - 0 irq_th ? 00:00:00 irq/100-msm_iom
  156. 5 S 0 44 44 2 0 9 - - 0 irq_th ? 00:00:00 irq/100-msm_iom
  157. 5 S 0 45 45 2 0 9 - - 0 irq_th ? 00:00:00 irq/86-msm_iomm
  158. 5 S 0 46 46 2 0 9 - - 0 irq_th ? 00:00:00 irq/86-msm_iomm
  159. 5 S 0 47 47 2 0 9 - - 0 irq_th ? 00:00:00 irq/90-msm_iomm
  160. 5 S 0 48 48 2 0 9 - - 0 irq_th ? 00:00:00 irq/90-msm_iomm
  161. 5 S 0 49 49 2 0 9 - - 0 irq_th ? 00:00:00 irq/88-msm_iomm
  162. 5 S 0 50 50 2 0 9 - - 0 irq_th ? 00:00:00 irq/102-msm_iom
  163. 5 S 0 51 51 2 0 9 - - 0 irq_th ? 00:00:00 irq/102-msm_iom
  164. 5 S 0 52 52 2 0 9 - - 0 irq_th ? 00:00:00 irq/98-msm_iomm
  165. 5 S 0 53 53 2 0 9 - - 0 irq_th ? 00:00:00 irq/98-msm_iomm
  166. 5 S 0 54 54 2 0 9 - - 0 irq_th ? 00:00:00 irq/243-msm_iom
  167. 5 S 0 55 55 2 0 9 - - 0 irq_th ? 00:00:00 irq/243-msm_iom
  168. 5 S 0 56 56 2 0 9 - - 0 irq_th ? 00:00:00 irq/269-msm_iom
  169. 5 S 0 57 57 2 0 9 - - 0 irq_th ? 00:00:00 irq/269-msm_iom
  170. 1 S 0 58 58 2 0 60 -20 - 0 rescue ? 00:00:00 l2cap
  171. 1 S 0 59 59 2 0 60 -20 - 0 rescue ? 00:00:00 a2mp
  172. 1 S 0 60 60 2 0 60 -20 - 0 rescue ? 00:00:00 cfg80211
  173. 1 S 0 61 61 2 0 60 -20 - 0 rescue ? 00:00:00 rpciod
  174. 1 S 0 64 64 2 0 60 -20 - 0 rescue ? 00:00:00 modem_notifier
  175. 1 S 0 65 65 2 0 60 -20 - 0 rescue ? 00:00:00 smd_channel_clo
  176. 1 S 0 66 66 2 0 60 -20 - 0 rescue ? 00:00:00 smsm_cb_wq
  177. 1 S 0 67 67 2 0 80 0 - 0 worker ? 00:00:00 kworker/u:1
  178. 1 S 0 68 68 2 0 60 -20 - 0 rescue ? 00:00:00 qmi
  179. 1 S 0 69 69 2 0 60 -20 - 0 rescue ? 00:00:00 nmea
  180. 1 S 0 70 70 2 0 60 -20 - 0 rescue ? 00:00:00 msm_ipc_router
  181. 1 S 0 71 71 2 0 60 -20 - 0 rescue ? 00:00:00 apr_driver
  182. 5 S 0 72 72 2 0 9 - - 0 irq_th ? 00:00:00 irq/337-mdm sta
  183. 5 S 0 73 73 2 0 9 - - 0 irq_th ? 00:00:00 irq/319-mdm pbl
  184. 1 S 0 74 74 2 0 60 -20 - 0 worker ? 00:00:00 kworker/0:1H
  185. 1 S 0 75 75 2 0 60 -20 - 0 worker ? 00:00:00 kworker/1:1H
  186. 1 S 0 76 76 2 0 60 -20 - 0 worker ? 00:00:00 kworker/2:1H
  187. 1 S 0 77 77 2 0 60 -20 - 0 worker ? 00:00:00 kworker/3:1H
  188. 1 S 0 78 78 2 0 80 0 - 0 kswapd ? 00:00:00 kswapd0
  189. 1 S 0 79 79 2 0 80 0 - 0 fsnoti ? 00:00:00 fsnotify_mark
  190. 1 S 0 80 80 2 0 80 0 - 0 ecrypt ? 00:00:00 ecryptfs-kthrea
  191. 1 S 0 81 81 2 0 60 -20 - 0 rescue ? 00:00:00 nfsiod
  192. 1 S 0 82 82 2 0 60 -20 - 0 rescue ? 00:00:00 cifsiod
  193. 1 S 0 171 171 2 0 60 -20 - 0 rescue ? 00:00:00 mdp_dma_wq
  194. 1 S 0 172 172 2 0 60 -20 - 0 rescue ? 00:00:00 mdp_vsync_wq
  195. 1 S 0 173 173 2 0 60 -20 - 0 rescue ? 00:00:00 mdp_pipe_ctrl_w
  196. 1 S 0 174 174 2 0 60 -20 - 0 rescue ? 00:00:00 mdp_cursor_ctrl
  197. 1 S 0 175 175 2 0 80 0 - 0 msm_fb ? 00:00:00 msmfb_commit_th
  198. 1 S 0 176 176 2 0 60 -20 - 0 rescue ? 00:00:00 hdmi_hdcp
  199. 5 S 0 177 177 2 0 9 - - 0 irq_th ? 00:00:00 irq/111-hdmi_ms
  200. 1 S 0 178 178 2 0 60 -20 - 0 rescue ? 00:00:00 dtv_work
  201. 1 S 0 179 179 2 0 80 0 - 0 msm_fb ? 00:00:00 msmfb_commit_th
  202. 1 S 0 180 180 2 0 80 0 - 0 msm_fb ? 00:00:00 msmfb_commit_th
  203. 1 S 0 181 181 2 0 60 -20 - 0 rescue ? 00:00:00 vidc_worker_que
  204. 1 S 0 182 182 2 0 60 -20 - 0 rescue ? 00:00:00 vidc_timer_wq
  205. 1 S 0 183 183 2 0 60 -20 - 0 rescue ? 00:00:00 sii8240-cmdwq
  206. 1 S 0 184 184 2 0 60 -20 - 0 rescue ? 00:00:00 sii8240-aviwq
  207. 5 S 0 185 185 2 0 9 - - 0 irq_th ? 00:00:00 irq/365-sii8240
  208. 1 S 0 186 186 2 0 60 -20 - 0 rescue ? 00:00:00 smux_notify_wq
  209. 1 S 0 187 187 2 0 60 -20 - 0 rescue ? 00:00:00 smux_tx_wq
  210. 1 S 0 188 188 2 0 60 -20 - 0 rescue ? 00:00:00 smux_rx_wq
  211. 1 S 0 189 189 2 0 60 -20 - 0 rescue ? 00:00:00 smux_loopback_w
  212. 1 S 0 190 190 2 0 60 -20 - 0 rescue ? 00:00:00 k_hsuart
  213. 1 S 0 191 191 2 0 60 -20 - 0 rescue ? 00:00:00 diag_wq
  214. 1 S 0 192 192 2 0 60 -20 - 0 rescue ? 00:00:00 hsic_diag_wq
  215. 1 S 0 193 193 2 0 60 -20 - 0 rescue ? 00:00:00 hsic_2_diag_wq
  216. 1 S 0 194 194 2 0 60 -20 - 0 rescue ? 00:00:00 smux_diag_wq
  217. 1 S 0 195 195 2 0 60 -20 - 0 rescue ? 00:00:00 diag_cntl_wq
  218. 1 S 0 196 196 2 0 60 -20 - 0 rescue ? 00:00:00 diag_dci_wq
  219. 1 S 0 197 197 2 0 60 -20 - 0 rescue ? 00:00:00 kgsl-3d0
  220. 1 S 0 198 198 2 0 60 -20 - 0 rescue ? 00:00:00 spi_qsd.0
  221. 1 S 0 205 205 2 0 60 -20 - 0 rescue ? 00:00:00 usbnet
  222. 1 S 0 206 206 2 0 60 -20 - 0 rescue ? 00:00:00 ehci_wq
  223. 5 S 0 207 207 2 0 9 - - 0 irq_th ? 00:00:00 irq/337-hsic_pe
  224. 1 S 0 208 208 2 0 60 -20 - 0 rescue ? 00:00:00 mdm_bridge
  225. 1 S 0 209 209 2 0 60 -20 - 0 rescue ? 00:00:00 ks_bridge:1
  226. 1 S 0 210 210 2 0 60 -20 - 0 rescue ? 00:00:00 ks_bridge:2
  227. 1 S 0 211 211 2 0 60 -20 - 0 rescue ? 00:00:00 ks_bridge:3
  228. 1 S 0 212 212 2 0 60 -20 - 0 rescue ? 00:00:00 ks_bridge:4
  229. 1 S 0 213 213 2 0 60 -20 - 0 rescue ? 00:00:00 k_rmnet_mux_wor
  230. 1 S 0 214 214 2 0 60 -20 - 0 rescue ? 00:00:00 mtp_read_send
  231. 1 S 0 215 215 2 0 80 0 - 0 sleep_ ? 00:00:00 file-storage
  232. 1 S 0 216 216 2 0 60 -20 - 0 rescue ? 00:00:00 uether
  233. 1 S 0 217 217 2 0 80 0 - 0 worker ? 00:00:00 kworker/0:2
  234. 1 S 0 218 218 2 0 60 -20 - 0 rescue ? 00:00:00 kpsmoused
  235. 1 S 0 219 219 2 0 60 -20 - 0 rescue ? 00:00:00 f54_status_work
  236. 5 S 0 220 220 2 0 9 - - 0 irq_th ? 00:00:00 irq/36-synaptic
  237. 1 S 0 221 221 2 0 80 0 - 0 smpboo ? 00:00:00 dbs_sync/0
  238. 1 S 0 222 222 2 0 80 0 - 0 smpboo ? 00:00:00 dbs_sync/1
  239. 1 S 0 223 223 2 0 80 0 - 0 smpboo ? 00:00:00 dbs_sync/2
  240. 1 S 0 224 224 2 0 80 0 - 0 smpboo ? 00:00:00 dbs_sync/3
  241. 1 S 0 225 225 2 0 -40 - - 0 cpufre ? 00:00:00 cfinteractive
  242. 5 S 0 226 226 2 0 9 - - 0 irq_th ? 00:00:00 irq/664-msm-sdc
  243. 1 S 0 227 227 2 0 60 -20 - 0 rescue ? 00:00:00 binder
  244. 1 S 0 228 228 2 0 85 5 - 0 rtcc_t ? 00:00:00 krtccd
  245. 5 S 0 229 229 2 0 9 - - 0 irq_th ? 00:00:00 irq/573-fuelgau
  246. 1 S 0 230 230 2 0 60 -20 - 0 rescue ? 00:00:00 max77693-charge
  247. 1 S 0 231 231 2 0 60 -20 - 0 rescue ? 00:00:00 ssp_debug_wq
  248. 5 S 0 232 232 2 0 9 - - 0 irq_th ? 00:00:00 irq/651-SSP_Int
  249. 1 S 0 233 233 2 0 80 0 - 0 ssp_se ? 00:00:00 ssp_sensorhub_t
  250. 1 S 0 234 234 2 0 60 -20 - 0 rescue ? 00:00:00 ES325
  251. 1 S 0 236 236 2 0 60 -20 - 0 rescue ? 00:00:00 rq_stats
  252. 1 S 0 237 237 2 0 80 0 - 0 mmc_qu ? 00:00:00 mmcqd/0
  253. 1 S 0 238 238 2 0 80 0 - 0 worker ? 00:00:00 kworker/u:2
  254. 1 S 0 239 239 2 0 60 -20 - 0 rescue ? 00:00:00 deferwq
  255. 1 S 0 240 240 2 0 60 -20 - 0 rescue ? 00:00:00 sec_jack_wq
  256. 5 S 0 241 241 2 0 9 - - 0 irq_th ? 00:00:00 irq/638-flip_co
  257. 5 S 0 242 242 2 0 9 - - 0 irq_th ? 00:00:00 irq/662-cypress
  258. 1 S 0 243 243 2 0 60 -20 - 0 rescue ? 00:00:00 cypress_touchke
  259. 1 S 0 244 244 2 0 60 -20 - 0 rescue ? 00:00:00 cypress_touchke
  260. 1 S 0 245 245 2 0 80 0 - 0 worker ? 00:00:00 kworker/1:1
  261. 1 D 0 246 246 2 0 80 0 - 0 boost_ ? 00:00:00 boost_sync/0
  262. 1 D 0 247 247 2 0 80 0 - 0 boost_ ? 00:00:00 boost_sync/1
  263. 1 D 0 248 248 2 0 80 0 - 0 boost_ ? 00:00:00 boost_sync/2
  264. 1 D 0 249 249 2 0 80 0 - 0 boost_ ? 00:00:00 boost_sync/3
  265. 1 S 0 250 250 2 0 60 -20 - 0 rescue ? 00:00:00 sec-battery
  266. 1 S 0 251 251 2 0 80 0 - 0 worker ? 00:00:00 kworker/1:2
  267. 1 S 0 252 252 2 0 80 0 - 0 worker ? 00:00:00 kworker/u:3
  268. 1 S 0 253 253 2 0 80 0 - 0 mmc_qu ? 00:00:00 mmcqd/2
  269. 1 S 0 254 254 2 0 60 -20 - 0 rescue ? 00:00:00 barcode_firmwar
  270. 1 S 0 266 266 2 0 80 0 - 0 worker ? 00:00:00 kworker/2:1
  271. 1 S 0 268 268 2 0 80 0 - 0 worker ? 00:00:00 kworker/3:1
  272. 1 S 0 374 374 2 0 80 0 - 0 kjourn ? 00:00:00 jbd2/mmcblk0p29
  273. 1 S 0 375 375 2 0 60 -20 - 0 rescue ? 00:00:00 ext4-dio-unwrit
  274. 1 S 0 499 499 2 0 80 0 - 0 worker ? 00:00:00 kworker/u:4
  275. 1 S 0 505 505 2 0 80 0 - 0 bdi_wr ? 00:00:00 flush-179:0
  276. 5 S 0 569 569 1 0 80 0 - 540 poll_s ? 00:00:00 busybox-static
  277. 1 S 0 572 572 1 0 80 0 - 540 poll_s ? 00:00:00 busybox-static
  278. 0 R 0 574 574 1 3 80 0 - 616 - ? 00:00:00 ps
  279. + ps -ef
  280. UID PID PPID C STIME TTY TIME CMD
  281. root 1 0 0 08:33 ? 00:00:00 /bin/sh /init-debug
  282. root 2 0 0 08:33 ? 00:00:00 [kthreadd]
  283. root 3 2 0 08:33 ? 00:00:00 [ksoftirqd/0]
  284. root 4 2 0 08:33 ? 00:00:00 [kworker/0:0]
  285. root 5 2 0 08:33 ? 00:00:00 [kworker/0:0H]
  286. root 6 2 3 08:33 ? 00:00:04 [kworker/u:0]
  287. root 7 2 0 08:33 ? 00:00:00 [kworker/u:0H]
  288. root 8 2 0 08:33 ? 00:00:00 [migration/0]
  289. root 9 2 0 08:33 ? 00:00:00 [migration/1]
  290. root 10 2 0 08:33 ? 00:00:00 [ksoftirqd/1]
  291. root 11 2 0 08:33 ? 00:00:00 [kworker/1:0]
  292. root 12 2 0 08:33 ? 00:00:00 [kworker/1:0H]
  293. root 13 2 0 08:33 ? 00:00:00 [migration/2]
  294. root 14 2 0 08:33 ? 00:00:00 [ksoftirqd/2]
  295. root 15 2 0 08:33 ? 00:00:00 [kworker/2:0]
  296. root 16 2 0 08:33 ? 00:00:00 [kworker/2:0H]
  297. root 17 2 0 08:33 ? 00:00:00 [migration/3]
  298. root 18 2 0 08:33 ? 00:00:00 [ksoftirqd/3]
  299. root 19 2 0 08:33 ? 00:00:00 [kworker/3:0]
  300. root 20 2 0 08:33 ? 00:00:00 [kworker/3:0H]
  301. root 21 2 0 08:33 ? 00:00:00 [khelper]
  302. root 22 2 0 08:33 ? 00:00:00 [kdevtmpfs]
  303. root 23 2 0 08:33 ? 00:00:00 [suspend_sys_syn]
  304. root 24 2 0 08:33 ? 00:00:00 [suspend]
  305. root 25 2 0 08:33 ? 00:00:00 [kworker/0:1]
  306. root 26 2 0 08:33 ? 00:00:00 [irq/203-msmdata]
  307. root 27 2 0 08:33 ? 00:00:00 [sync_supers]
  308. root 28 2 0 08:33 ? 00:00:00 [bdi-default]
  309. root 29 2 0 08:33 ? 00:00:00 [crypto]
  310. root 30 2 0 08:33 ? 00:00:00 [kblockd]
  311. root 31 2 0 08:33 ? 00:00:00 [msm_slim_ctrl_r]
  312. root 32 2 0 08:33 ? 00:00:00 [sb-1]
  313. root 33 2 0 08:33 ? 00:00:00 [khubd]
  314. root 34 2 0 08:33 ? 00:00:00 [irq/343-max7769]
  315. root 35 2 0 08:33 ? 00:00:00 [irq/84-msm_iomm]
  316. root 36 2 0 08:33 ? 00:00:00 [irq/84-msm_iomm]
  317. root 37 2 0 08:33 ? 00:00:00 [irq/96-msm_iomm]
  318. root 38 2 0 08:33 ? 00:00:00 [irq/96-msm_iomm]
  319. root 39 2 0 08:33 ? 00:00:00 [irq/94-msm_iomm]
  320. root 40 2 0 08:33 ? 00:00:00 [irq/94-msm_iomm]
  321. root 41 2 0 08:33 ? 00:00:00 [irq/92-msm_iomm]
  322. root 42 2 0 08:33 ? 00:00:00 [irq/92-msm_iomm]
  323. root 43 2 0 08:33 ? 00:00:00 [irq/100-msm_iom]
  324. root 44 2 0 08:33 ? 00:00:00 [irq/100-msm_iom]
  325. root 45 2 0 08:33 ? 00:00:00 [irq/86-msm_iomm]
  326. root 46 2 0 08:33 ? 00:00:00 [irq/86-msm_iomm]
  327. root 47 2 0 08:33 ? 00:00:00 [irq/90-msm_iomm]
  328. root 48 2 0 08:33 ? 00:00:00 [irq/90-msm_iomm]
  329. root 49 2 0 08:33 ? 00:00:00 [irq/88-msm_iomm]
  330. root 50 2 0 08:33 ? 00:00:00 [irq/102-msm_iom]
  331. root 51 2 0 08:33 ? 00:00:00 [irq/102-msm_iom]
  332. root 52 2 0 08:33 ? 00:00:00 [irq/98-msm_iomm]
  333. root 53 2 0 08:33 ? 00:00:00 [irq/98-msm_iomm]
  334. root 54 2 0 08:33 ? 00:00:00 [irq/243-msm_iom]
  335. root 55 2 0 08:33 ? 00:00:00 [irq/243-msm_iom]
  336. root 56 2 0 08:33 ? 00:00:00 [irq/269-msm_iom]
  337. root 57 2 0 08:33 ? 00:00:00 [irq/269-msm_iom]
  338. root 58 2 0 08:33 ? 00:00:00 [l2cap]
  339. root 59 2 0 08:33 ? 00:00:00 [a2mp]
  340. root 60 2 0 08:33 ? 00:00:00 [cfg80211]
  341. root 61 2 0 08:33 ? 00:00:00 [rpciod]
  342. root 64 2 0 08:33 ? 00:00:00 [modem_notifier]
  343. root 65 2 0 08:33 ? 00:00:00 [smd_channel_clo]
  344. root 66 2 0 08:33 ? 00:00:00 [smsm_cb_wq]
  345. root 67 2 0 08:33 ? 00:00:00 [kworker/u:1]
  346. root 68 2 0 08:33 ? 00:00:00 [qmi]
  347. root 69 2 0 08:33 ? 00:00:00 [nmea]
  348. root 70 2 0 08:33 ? 00:00:00 [msm_ipc_router]
  349. root 71 2 0 08:33 ? 00:00:00 [apr_driver]
  350. root 72 2 0 08:33 ? 00:00:00 [irq/337-mdm sta]
  351. root 73 2 0 08:33 ? 00:00:00 [irq/319-mdm pbl]
  352. root 74 2 0 08:33 ? 00:00:00 [kworker/0:1H]
  353. root 75 2 0 08:33 ? 00:00:00 [kworker/1:1H]
  354. root 76 2 0 08:33 ? 00:00:00 [kworker/2:1H]
  355. root 77 2 0 08:33 ? 00:00:00 [kworker/3:1H]
  356. root 78 2 0 08:33 ? 00:00:00 [kswapd0]
  357. root 79 2 0 08:33 ? 00:00:00 [fsnotify_mark]
  358. root 80 2 0 08:33 ? 00:00:00 [ecryptfs-kthrea]
  359. root 81 2 0 08:33 ? 00:00:00 [nfsiod]
  360. root 82 2 0 08:33 ? 00:00:00 [cifsiod]
  361. root 171 2 0 08:33 ? 00:00:00 [mdp_dma_wq]
  362. root 172 2 0 08:33 ? 00:00:00 [mdp_vsync_wq]
  363. root 173 2 0 08:33 ? 00:00:00 [mdp_pipe_ctrl_w]
  364. root 174 2 0 08:33 ? 00:00:00 [mdp_cursor_ctrl]
  365. root 175 2 0 08:33 ? 00:00:00 [msmfb_commit_th]
  366. root 176 2 0 08:33 ? 00:00:00 [hdmi_hdcp]
  367. root 177 2 0 08:33 ? 00:00:00 [irq/111-hdmi_ms]
  368. root 178 2 0 08:33 ? 00:00:00 [dtv_work]
  369. root 179 2 0 08:33 ? 00:00:00 [msmfb_commit_th]
  370. root 180 2 0 08:33 ? 00:00:00 [msmfb_commit_th]
  371. root 181 2 0 08:33 ? 00:00:00 [vidc_worker_que]
  372. root 182 2 0 08:33 ? 00:00:00 [vidc_timer_wq]
  373. root 183 2 0 08:33 ? 00:00:00 [sii8240-cmdwq]
  374. root 184 2 0 08:33 ? 00:00:00 [sii8240-aviwq]
  375. root 185 2 0 08:33 ? 00:00:00 [irq/365-sii8240]
  376. root 186 2 0 08:33 ? 00:00:00 [smux_notify_wq]
  377. root 187 2 0 08:33 ? 00:00:00 [smux_tx_wq]
  378. root 188 2 0 08:33 ? 00:00:00 [smux_rx_wq]
  379. root 189 2 0 08:33 ? 00:00:00 [smux_loopback_w]
  380. root 190 2 0 08:33 ? 00:00:00 [k_hsuart]
  381. root 191 2 0 08:33 ? 00:00:00 [diag_wq]
  382. root 192 2 0 08:33 ? 00:00:00 [hsic_diag_wq]
  383. root 193 2 0 08:33 ? 00:00:00 [hsic_2_diag_wq]
  384. root 194 2 0 08:33 ? 00:00:00 [smux_diag_wq]
  385. root 195 2 0 08:33 ? 00:00:00 [diag_cntl_wq]
  386. root 196 2 0 08:33 ? 00:00:00 [diag_dci_wq]
  387. root 197 2 0 08:33 ? 00:00:00 [kgsl-3d0]
  388. root 198 2 0 08:33 ? 00:00:00 [spi_qsd.0]
  389. root 205 2 0 08:33 ? 00:00:00 [usbnet]
  390. root 206 2 0 08:33 ? 00:00:00 [ehci_wq]
  391. root 207 2 0 08:33 ? 00:00:00 [irq/337-hsic_pe]
  392. root 208 2 0 08:33 ? 00:00:00 [mdm_bridge]
  393. root 209 2 0 08:33 ? 00:00:00 [ks_bridge:1]
  394. root 210 2 0 08:33 ? 00:00:00 [ks_bridge:2]
  395. root 211 2 0 08:33 ? 00:00:00 [ks_bridge:3]
  396. root 212 2 0 08:33 ? 00:00:00 [ks_bridge:4]
  397. root 213 2 0 08:33 ? 00:00:00 [k_rmnet_mux_wor]
  398. root 214 2 0 08:33 ? 00:00:00 [mtp_read_send]
  399. root 215 2 0 08:33 ? 00:00:00 [file-storage]
  400. root 216 2 0 08:33 ? 00:00:00 [uether]
  401. root 217 2 0 08:33 ? 00:00:00 [kworker/0:2]
  402. root 218 2 0 08:33 ? 00:00:00 [kpsmoused]
  403. root 219 2 0 08:33 ? 00:00:00 [f54_status_work]
  404. root 220 2 0 08:33 ? 00:00:00 [irq/36-synaptic]
  405. root 221 2 0 08:33 ? 00:00:00 [dbs_sync/0]
  406. root 222 2 0 08:33 ? 00:00:00 [dbs_sync/1]
  407. root 223 2 0 08:33 ? 00:00:00 [dbs_sync/2]
  408. root 224 2 0 08:33 ? 00:00:00 [dbs_sync/3]
  409. root 225 2 0 08:33 ? 00:00:00 [cfinteractive]
  410. root 226 2 0 08:33 ? 00:00:00 [irq/664-msm-sdc]
  411. root 227 2 0 08:33 ? 00:00:00 [binder]
  412. root 228 2 0 08:33 ? 00:00:00 [krtccd]
  413. root 229 2 0 08:33 ? 00:00:00 [irq/573-fuelgau]
  414. root 230 2 0 08:33 ? 00:00:00 [max77693-charge]
  415. root 231 2 0 08:33 ? 00:00:00 [ssp_debug_wq]
  416. root 232 2 0 08:33 ? 00:00:00 [irq/651-SSP_Int]
  417. root 233 2 0 08:33 ? 00:00:00 [ssp_sensorhub_t]
  418. root 234 2 0 08:33 ? 00:00:00 [ES325]
  419. root 236 2 0 08:33 ? 00:00:00 [rq_stats]
  420. root 237 2 0 08:33 ? 00:00:00 [mmcqd/0]
  421. root 238 2 0 08:33 ? 00:00:00 [kworker/u:2]
  422. root 239 2 0 08:33 ? 00:00:00 [deferwq]
  423. root 240 2 0 08:33 ? 00:00:00 [sec_jack_wq]
  424. root 241 2 0 08:33 ? 00:00:00 [irq/638-flip_co]
  425. root 242 2 0 08:33 ? 00:00:00 [irq/662-cypress]
  426. root 243 2 0 08:33 ? 00:00:00 [cypress_touchke]
  427. root 244 2 0 08:33 ? 00:00:00 [cypress_touchke]
  428. root 245 2 0 08:33 ? 00:00:00 [kworker/1:1]
  429. root 246 2 0 08:33 ? 00:00:00 [boost_sync/0]
  430. root 247 2 0 08:33 ? 00:00:00 [boost_sync/1]
  431. root 248 2 0 08:33 ? 00:00:00 [boost_sync/2]
  432. root 249 2 0 08:33 ? 00:00:00 [boost_sync/3]
  433. root 250 2 0 08:33 ? 00:00:00 [sec-battery]
  434. root 251 2 0 08:33 ? 00:00:00 [kworker/1:2]
  435. root 252 2 0 08:33 ? 00:00:00 [kworker/u:3]
  436. root 253 2 0 08:33 ? 00:00:00 [mmcqd/2]
  437. root 254 2 0 08:33 ? 00:00:00 [barcode_firmwar]
  438. root 266 2 0 08:33 ? 00:00:00 [kworker/2:1]
  439. root 268 2 0 08:33 ? 00:00:00 [kworker/3:1]
  440. root 374 2 0 08:33 ? 00:00:00 [jbd2/mmcblk0p29]
  441. root 375 2 0 08:33 ? 00:00:00 [ext4-dio-unwrit]
  442. root 499 2 0 08:33 ? 00:00:00 [kworker/u:4]
  443. root 505 2 0 08:33 ? 00:00:00 [flush-179:0]
  444. root 569 1 0 08:35 ? 00:00:00 /bin/busybox-static udhcpd
  445. root 572 1 0 08:35 ? 00:00:00 /bin/busybox-static telnetd -p 2323 -l /bin/sh
  446. root 575 1 3 08:35 ? 00:00:00 ps -ef
  447. + netstat -lnp
  448. Active Internet connections (only servers)
  449. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  450. tcp 0 0 :::2323 :::* LISTEN 572/busybox-static
  451. udp 0 0 0.0.0.0:67 0.0.0.0:* 569/busybox-static
  452. Active UNIX domain sockets (only servers)
  453. Proto RefCnt Flags Type State I-Node PID/Program name Path
  454. + cat /proc/mounts
  455. rootfs / rootfs rw 0 0
  456. devtmpfs /dev devtmpfs rw,relatime,size=925164k,nr_inodes=103415,mode=755 0 0
  457. devpts /dev/pts devpts rw,relatime,mode=600 0 0
  458. sysfs /sys sysfs rw,relatime 0 0
  459. proc /proc proc rw,relatime 0 0
  460. /dev/mmcblk0p29 /data ext4 rw,relatime,data=ordered 0 0
  461. /dev/mmcblk0p29 / ext4 rw,relatime,data=ordered 0 0
  462. /dev/mmcblk0p29 /data ext4 rw,relatime,data=ordered 0 0
  463. devtmpfs /dev devtmpfs rw,relatime,size=925164k,nr_inodes=103415,mode=755 0 0
  464. devpts /dev/pts devpts rw,relatime,mode=600 0 0
  465. sysfs /sys sysfs rw,relatime 0 0
  466. proc /proc proc rw,relatime 0 0
  467. + sync
  468. + inject_loop
  469. + INJ_DIR=/init-ctl
  470. + INJ_STDIN=/init-ctl/stdin
  471. + mkdir /init-ctl
  472. + mkfifo /init-ctl/stdin
  473. + echo 'This entire directory is for debugging init - it can safely be removed'
  474. + echo '########################## Beginning inject loop'
  475. ########################## Beginning inject loop
  476. + :
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement