Advertisement
Guest User

init.log

a guest
Aug 6th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.13 KB | None | 0 0
  1. + exec
  2. + echo Running Mer Boat Loader
  3. Running Mer Boat Loader
  4. + BOOTLOGO=
  5. + ALWAYSDEBUG=
  6. + DATA_PARTITION=/dev/block/bootdevice/by-name/userdata
  7. + DEFAULT_OS=sailfishos
  8. + export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
  9. + USB_FUNCTIONS=rndis
  10. + ANDROID_USB=/sys/class/android_usb/android0
  11. + LOCAL_IP=192.168.2.15
  12. + DONE_SWITCH=no
  13. + [ /init = /init-debug ]
  14. + [ no = no ]
  15. + EXPLICIT_BUSYBOX=
  16. + TELNET_DEBUG_PORT=23
  17. + /bin/busybox --install -s
  18. + date
  19. __bionic_open_tzdata_path: ANDROID_ROOT not set!
  20. __bionic_open_tzdata_path: ANDROID_ROOT not set!
  21. __bionic_open_tzdata_path: ANDROID_ROOT not set!
  22. Fri Jan 2 11:25:17 GMT 1970
  23. + do_mount_devprocsys
  24. + echo ########################## mounting devprocsys
  25. ########################## mounting devprocsys
  26. + mkdir /dev
  27. mkdir: can't create directory '/dev': File exists
  28. + mount -t devtmpfs devtmpfs /dev
  29. + mkdir /dev/pts
  30. + mount -t devpts devpts /dev/pts
  31. + mkdir /proc
  32. + mkdir /sys
  33. + mount -t sysfs sysfs /sys
  34. + mount -t proc proc /proc
  35. + do_hotplug_scan
  36. + echo /sbin/mdev
  37. + mdev -s
  38. + sleep 2
  39. + ln -s . /dev/block
  40. + ln -s /proc/mounts /etc/mtab
  41. + check_kernel_config
  42. + echo Checking kernel config
  43. Checking kernel config
  44. + [ ! -e /proc/config.gz ]
  45. + zcat /proc/config.gz
  46. + grep -E ^CONFIG_CGROUPS=y$
  47. CONFIG_CGROUPS=y
  48. + zcat /proc/config.gz
  49. + grep -E ^CONFIG_AUTOFS4_FS=y$
  50. CONFIG_AUTOFS4_FS=y
  51. + zcat /proc/config.gz
  52. + grep -E ^CONFIG_DEVTMPFS_MOUNT=y$
  53. CONFIG_DEVTMPFS_MOUNT=y
  54. + zcat /proc/config.gz
  55. + grep -E ^CONFIG_DEVTMPFS=y$
  56. CONFIG_DEVTMPFS=y
  57. + zcat /proc/config.gz
  58. + grep -E ^CONFIG_UNIX=y$
  59. CONFIG_UNIX=y
  60. + zcat /proc/config.gz
  61. + grep -E ^CONFIG_HOTPLUG=y$
  62. CONFIG_HOTPLUG=y
  63. + zcat /proc/config.gz
  64. + grep -E ^CONFIG_INOTIFY_USER=y$
  65. CONFIG_INOTIFY_USER=y
  66. + zcat /proc/config.gz
  67. + grep -E ^CONFIG_SYSVIPC=y$
  68. CONFIG_SYSVIPC=y
  69. + zcat /proc/config.gz
  70. + grep -E ^CONFIG_NET=y$
  71. CONFIG_NET=y
  72. + zcat /proc/config.gz
  73. + grep -E ^CONFIG_PROC_FS=y$
  74. CONFIG_PROC_FS=y
  75. + zcat /proc/config.gz
  76. + grep -E ^CONFIG_SIGNALFD=y$
  77. CONFIG_SIGNALFD=y
  78. + zcat /proc/config.gz
  79. + grep -E ^CONFIG_SYSFS=y$
  80. CONFIG_SYSFS=y
  81. + zcat /proc/config.gz
  82. + grep -E ^CONFIG_TMPFS_POSIX_ACL=y$
  83. CONFIG_TMPFS_POSIX_ACL=y
  84. + zcat /proc/config.gz
  85. + grep -E ^CONFIG_VT=y$
  86. CONFIG_VT=y
  87. + zcat /proc/config.gz
  88. + grep -E ^CONFIG_ANDROID_LOW_MEMORY_KILLER=y$
  89. + zcat /proc/config.gz
  90. + grep -E ^CONFIG_ANDROID_PARANOID_NETWORK=y$
  91. CONFIG_ANDROID_PARANOID_NETWORK=y
  92. + echo CONFIG_ANDROID_PARANOID_NETWORK=y found in /proc/config.gz, must be disabled
  93. + zcat /proc/config.gz
  94. + grep -E ^CONFIG_DUMMY=y$
  95. + zcat /proc/config.gz
  96. + grep -E ^CONFIG_SYSFS_DEPRECATED=y$
  97. + bootsplash
  98. + [ x = x1 ]
  99. + mount_stowaways
  100. + echo ########################## mounting stowaways
  101. ########################## mounting stowaways
  102. + [ ! -z /dev/block/bootdevice/by-name/userdata ]
  103. + get_opt data_subdir
  104. + cat /proc/cmdline
  105. + echo sched_enable_hmp=1
  106. + grep ^data_subdir=*
  107. + cut -d= -f2
  108. + echo sched_enable_power_aware=1
  109. + grep ^data_subdir=*
  110. + cut -d= -f2
  111. + echo console=null
  112. + grep ^data_subdir=*
  113. + cut -d= -f2
  114. + echo androidboot.hardware=qcom
  115. + grep ^data_subdir=*
  116. + cut -d= -f2
  117. + echo msm_rtb.filter=0x37
  118. + grep ^data_subdir=*
  119. + cut -d= -f2
  120. + echo selinux=0
  121. + grep ^data_subdir=*
  122. + cut -d= -f2
  123. + echo ehci-hcd.park=3
  124. + grep ^data_subdir=*
  125. + cut -d= -f2
  126. + echo lpm_levels.sleep_disabled=1
  127. + grep ^data_subdir=*
  128. + cut -d= -f2
  129. + echo utags.blkdev=/dev/block/bootdevice/by-name/utags
  130. + grep ^data_subdir=*
  131. + cut -d= -f2
  132. + echo utags.backup=/dev/block/bootdevice/by-name/utagsBackup
  133. + grep ^data_subdir=*
  134. + cut -d= -f2
  135. + echo boot_cpus=0-5
  136. + grep ^data_subdir=*
  137. + cut -d= -f2
  138. + echo androidboot.bootdevice=f9824900.sdhci
  139. + grep ^data_subdir=*
  140. + cut -d= -f2
  141. + echo androidboot.serialno=ZY22447NW4
  142. + grep ^data_subdir=*
  143. + cut -d= -f2
  144. + echo androidboot.baseband=msm
  145. + grep ^data_subdir=*
  146. + cut -d= -f2
  147. + echo androidboot.mode=normal
  148. + grep ^data_subdir=*
  149. + cut -d= -f2
  150. + echo androidboot.device=kinzie
  151. + grep ^data_subdir=*
  152. + cut -d= -f2
  153. + echo androidboot.hwrev=0x8301
  154. + grep ^data_subdir=*
  155. + cut -d= -f2
  156. + echo androidboot.radio=0x2
  157. + grep ^data_subdir=*
  158. + cut -d= -f2
  159. + echo androidboot.powerup_reason=0x00100000
  160. + grep ^data_subdir=*
  161. + cut -d= -f2
  162. + echo androidboot.bootreason=hardware_reset
  163. + grep ^data_subdir=*
  164. + cut -d= -f2
  165. + echo androidboot.write_protect=0
  166. + grep ^data_subdir=*
  167. + cut -d= -f2
  168. + echo msm_poweroff.download_mode=0
  169. + grep ^data_subdir=*
  170. + cut -d= -f2
  171. + echo androidboot.fsg-id=
  172. + grep ^data_subdir=*
  173. + cut -d= -f2
  174. + echo androidboot.secure_hardware=1
  175. + grep ^data_subdir=*
  176. + cut -d= -f2
  177. + echo androidboot.cid=0x7
  178. + grep ^data_subdir=*
  179. + cut -d= -f2
  180. + echo androidboot.wifimacaddr=80:58:F8:61:77:FB,80:58:F8:61:77:FC
  181. + grep ^data_subdir=*
  182. + cut -d= -f2
  183. + echo androidboot.btmacaddr=80:58:F8:61:77:FA
  184. + grep ^data_subdir=*
  185. + cut -d= -f2
  186. + echo mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_mot_smd_543_QHD_dualmipi0_cmd_v0;1:qcom,mdss_dsi_mot_smd_543_QHD_dualmipi1_cmd_v0
  187. + grep ^data_subdir=*
  188. + cut -d= -f2
  189. + echo androidboot.bootloader=0xA856
  190. + grep ^data_subdir=*
  191. + cut -d= -f2
  192. + echo androidboot.carrier=retin
  193. + grep ^data_subdir=*
  194. + cut -d= -f2
  195. + echo androidboot.build_vars=black
  196. + grep ^data_subdir=*
  197. + cut -d= -f2
  198. + echo androidboot.hardware.sku=XT1580
  199. + grep ^data_subdir=*
  200. + cut -d= -f2
  201. + echo androidboot.bl_state=2
  202. + grep ^data_subdir=*
  203. + cut -d= -f2
  204. + data_subdir=
  205. + mkdir /data
  206. + mkdir /target
  207. + mount /dev/block/bootdevice/by-name/userdata /data
  208. mount: mounting /dev/block/bootdevice/by-name/userdata on /data failed: No such file or directory
  209. + mount --bind /data//.stowaways/sailfishos /target
  210. mount: mounting /data//.stowaways/sailfishos on /target failed: No such file or directory
  211. + mkdir /target/data
  212. + mount --bind /data/ /target/data
  213. mount: mounting /data/ on /target/data failed: Invalid argument
  214. + mount
  215. rootfs on / type rootfs (rw)
  216. devtmpfs on /dev type devtmpfs (rw,relatime,size=1039932k,nr_inodes=259983,mode=755)
  217. devpts on /dev/pts type devpts (rw,relatime,mode=600)
  218. sysfs on /sys type sysfs (rw,relatime)
  219. proc on /proc type proc (rw,relatime)
  220. + DBG_REASON=
  221. + [ -e /diagnosis.log ]
  222. + DBG_REASON=Refusing to boot. See /diagnosis.log (in initrd only)
  223. + get_opt bootmode
  224. + cat /proc/cmdline
  225. + echo sched_enable_hmp=1
  226. + grep ^bootmode=*
  227. + cut -d= -f2
  228. + echo sched_enable_power_aware=1
  229. + grep ^bootmode=*
  230. + cut -d= -f2
  231. + echo console=null
  232. + grep ^bootmode=*
  233. + cut -d= -f2
  234. + echo androidboot.hardware=qcom
  235. + grep ^bootmode=*
  236. + cut -d= -f2
  237. + echo msm_rtb.filter=0x37
  238. + grep ^bootmode=*
  239. + cut -d= -f2
  240. + echo selinux=0
  241. + grep ^bootmode=*
  242. + cut -d= -f2
  243. + echo ehci-hcd.park=3
  244. + grep ^bootmode=*
  245. + cut -d= -f2
  246. + echo lpm_levels.sleep_disabled=1
  247. + grep ^bootmode=*
  248. + cut -d= -f2
  249. + echo utags.blkdev=/dev/block/bootdevice/by-name/utags
  250. + grep ^bootmode=*
  251. + cut -d= -f2
  252. + echo utags.backup=/dev/block/bootdevice/by-name/utagsBackup
  253. + grep ^bootmode=*
  254. + cut -d= -f2
  255. + echo boot_cpus=0-5
  256. + grep ^bootmode=*
  257. + cut -d= -f2
  258. + echo androidboot.bootdevice=f9824900.sdhci
  259. + grep ^bootmode=*
  260. + cut -d= -f2
  261. + echo androidboot.serialno=ZY22447NW4
  262. + grep ^bootmode=*
  263. + cut -d= -f2
  264. + echo androidboot.baseband=msm
  265. + grep ^bootmode=*
  266. + cut -d= -f2
  267. + echo androidboot.mode=normal
  268. + grep ^bootmode=*
  269. + cut -d= -f2
  270. + echo androidboot.device=kinzie
  271. + grep ^bootmode=*
  272. + cut -d= -f2
  273. + echo androidboot.hwrev=0x8301
  274. + grep ^bootmode=*
  275. + cut -d= -f2
  276. + echo androidboot.radio=0x2
  277. + grep ^bootmode=*
  278. + cut -d= -f2
  279. + echo androidboot.powerup_reason=0x00100000
  280. + grep ^bootmode=*
  281. + cut -d= -f2
  282. + echo androidboot.bootreason=hardware_reset
  283. + grep ^bootmode=*
  284. + cut -d= -f2
  285. + echo androidboot.write_protect=0
  286. + grep ^bootmode=*
  287. + cut -d= -f2
  288. + echo msm_poweroff.download_mode=0
  289. + grep ^bootmode=*
  290. + cut -d= -f2
  291. + echo androidboot.fsg-id=
  292. + grep ^bootmode=*
  293. + cut -d= -f2
  294. + echo androidboot.secure_hardware=1
  295. + grep ^bootmode=*
  296. + cut -d= -f2
  297. + echo androidboot.cid=0x7
  298. + grep ^bootmode=*
  299. + cut -d= -f2
  300. + echo androidboot.wifimacaddr=80:58:F8:61:77:FB,80:58:F8:61:77:FC
  301. + grep ^bootmode=*
  302. + cut -d= -f2
  303. + echo androidboot.btmacaddr=80:58:F8:61:77:FA
  304. + grep ^bootmode=*
  305. + cut -d= -f2
  306. + echo mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_mot_smd_543_QHD_dualmipi0_cmd_v0;1:qcom,mdss_dsi_mot_smd_543_QHD_dualmipi1_cmd_v0
  307. + grep ^bootmode=*
  308. + cut -d= -f2
  309. + echo androidboot.bootloader=0xA856
  310. + grep ^bootmode=*
  311. + cut -d= -f2
  312. + echo androidboot.carrier=retin
  313. + grep ^bootmode=*
  314. + cut -d= -f2
  315. + echo androidboot.build_vars=black
  316. + grep ^bootmode=*
  317. + cut -d= -f2
  318. + echo androidboot.hardware.sku=XT1580
  319. + grep ^bootmode=*
  320. + cut -d= -f2
  321. + echo androidboot.bl_state=2
  322. + grep ^bootmode=*
  323. + cut -d= -f2
  324. + [ = debug ]
  325. + [ x = x1 ]
  326. + [ -f /target/init_enter_debug ]
  327. + [ Refusing to boot. See /diagnosis.log (in initrd only) = ]
  328. + lun=/sys/class/android_usb/f_mass_storage/lun/file
  329. + [ -f /sys/class/android_usb/f_mass_storage/lun/file ]
  330. + echo /dev/mmcblk0
  331. + lun=/sys/class/android_usb/f_mass_storage/lun0/file
  332. + [ -f /sys/class/android_usb/f_mass_storage/lun0/file ]
  333. + USB_FUNCTIONS=rndis,mass_storage
  334. + run_debug_session Refusing to boot. See /diagnosis.log (in initrd only)
  335. + CUSTOMPRODUCT=Refusing
  336. + echo ########################## Debug session : Refusing
  337. ########################## Debug session : Refusing
  338. + usb_setup Mer Debug setting up (DONE_SWITCH=no)
  339. + write /sys/class/android_usb/android0/enable 0
  340. + echo -n 0
  341. + write /sys/class/android_usb/android0/functions
  342. + echo -n
  343. + write /sys/class/android_usb/android0/enable 1
  344. + echo -n 1
  345. + usleep 500000
  346. + write /sys/class/android_usb/android0/enable 0
  347. + echo -n 0
  348. + write /sys/class/android_usb/android0/idVendor 18D1
  349. + echo -n 18D1
  350. + write /sys/class/android_usb/android0/idProduct D001
  351. + echo -n D001
  352. + write /sys/class/android_usb/android0/iManufacturer Mer Boat Loader
  353. + echo -n Mer Boat Loader
  354. + write /sys/class/android_usb/android0/iProduct Refusing
  355. + echo -n Refusing
  356. + write /sys/class/android_usb/android0/iSerial Mer Debug setting up (DONE_SWITCH=no)
  357. + echo -n Mer Debug setting up (DONE_SWITCH=no)
  358. + write /sys/class/android_usb/android0/functions rndis,mass_storage
  359. + echo -n rndis,mass_storage
  360. + write /sys/class/android_usb/android0/enable 1
  361. + echo -n 1
  362. + USB_IFACE=notfound
  363. + /sbin/ifconfig rndis0 192.168.2.15
  364. + USB_IFACE=rndis0
  365. + [ xrndis0 = xnotfound ]
  366. + /sbin/ifconfig -a
  367. lo Link encap:Local Loopback
  368. LOOPBACK MTU:65536 Metric:1
  369. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  370. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  371. collisions:0 txqueuelen:0
  372. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  373.  
  374. rmnet_ipa0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  375. [NO FLAGS] MTU:2000 Metric:1
  376. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  377. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  378. collisions:0 txqueuelen:1000
  379. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  380.  
  381. rndis0 Link encap:Ethernet HWaddr BE:00:A8:0F:5C:5E
  382. inet addr:192.168.2.15 Bcast:192.168.2.255 Mask:255.255.255.0
  383. UP BROADCAST MULTICAST MTU:1500 Metric:1
  384. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  385. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  386. collisions:0 txqueuelen:1000
  387. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  388.  
  389. sit0 Link encap:IPv6-in-IPv4
  390. NOARP MTU:1480 Metric:1
  391. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  392. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  393. collisions:0 txqueuelen:0
  394. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  395.  
  396. usb0 Link encap:Ethernet HWaddr 66:D3:11:6D:44:60
  397. BROADCAST MULTICAST MTU:1500 Metric:1
  398. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  399. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  400. collisions:0 txqueuelen:1000
  401. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  402.  
  403. + [ xrndis0 = xnotfound ]
  404. + echo start 192.168.2.20
  405. + echo end 192.168.2.90
  406. + echo lease_file /var/udhcpd.leases
  407. + echo interface rndis0
  408. + echo option subnet 255.255.255.0
  409. + echo ########################## starting dhcpd
  410. ########################## starting dhcpd
  411. + udhcpd
  412. + HALT_BOOT=to
  413. + set_welcome_msg to
  414. + cat
  415. + [ no = no ]
  416. + cat
  417. + cat
  418. + HALT_BOOT=to
  419. + [ to = y ]
  420. + [ no = no ]
  421. + cat
  422. + echo ########################## starting telnetd
  423. ########################## starting telnetd
  424. + telnetd -b 192.168.2.15:23 -l /bin/sh
  425. + usb_info Mer Debug telnet on port 23 on rndis0 192.168.2.15 - also running udhcpd
  426. + echo ########################## usb_info: Mer Debug telnet on port 23 on rndis0 192.168.2.15 - also running udhcpd
  427. ########################## usb_info: Mer Debug telnet on port 23 on rndis0 192.168.2.15 - also running udhcpd
  428. + sleep 1
  429. + write /sys/class/android_usb/android0/iSerial Mer Debug telnet on port 23 on rndis0 192.168.2.15 - also running udhcpd
  430. + echo -n Mer Debug telnet on port 23 on rndis0 192.168.2.15 - also running udhcpd
  431. + [ to = y ]
  432. + killall telnetd
  433. + killall udhcpd
  434. + USB_FUNCTIONS=rndis
  435. + usb_setup Mer Debug: done debug, disabling storage
  436. + write /sys/class/android_usb/android0/enable 0
  437. + echo -n 0
  438. + write /sys/class/android_usb/android0/functions
  439. + echo -n
  440. + write /sys/class/android_usb/android0/enable 1
  441. + echo -n 1
  442. + usleep 500000
  443. + write /sys/class/android_usb/android0/enable 0
  444. + echo -n 0
  445. + write /sys/class/android_usb/android0/idVendor 18D1
  446. + echo -n 18D1
  447. + write /sys/class/android_usb/android0/idProduct D001
  448. + echo -n D001
  449. + write /sys/class/android_usb/android0/iManufacturer Mer Boat Loader
  450. + echo -n Mer Boat Loader
  451. + write /sys/class/android_usb/android0/iProduct Refusing
  452. + echo -n Refusing
  453. + write /sys/class/android_usb/android0/iSerial Mer Debug: done debug, disabling storage
  454. + echo -n Mer Debug: done debug, disabling storage
  455. + write /sys/class/android_usb/android0/functions rndis
  456. + echo -n rndis
  457. + write /sys/class/android_usb/android0/enable 1
  458. + echo -n 1
  459. + echo
  460. + [ -f /target/init-debug ]
  461. + [ -x /target/sbin/preinit ]
  462. + INIT=/sbin/init
  463. + [ -x /target/sbin/init ]
  464. + run_debug_session Failed to boot init in real rootfs
  465. + CUSTOMPRODUCT=Failed to boot init in real rootfs
  466. + echo ########################## Debug session : Failed to boot init in real rootfs
  467. ########################## Debug session : Failed to boot init in real rootfs
  468. + usb_setup Mer Debug setting up (DONE_SWITCH=no)
  469. + write /sys/class/android_usb/android0/enable 0
  470. + echo -n 0
  471. + write /sys/class/android_usb/android0/functions
  472. + echo -n
  473. + write /sys/class/android_usb/android0/enable 1
  474. + echo -n 1
  475. + usleep 500000
  476. + write /sys/class/android_usb/android0/enable 0
  477. + echo -n 0
  478. + write /sys/class/android_usb/android0/idVendor 18D1
  479. + echo -n 18D1
  480. + write /sys/class/android_usb/android0/idProduct D001
  481. + echo -n D001
  482. + write /sys/class/android_usb/android0/iManufacturer Mer Boat Loader
  483. + echo -n Mer Boat Loader
  484. + write /sys/class/android_usb/android0/iProduct Failed to boot init in real rootfs
  485. + echo -n Failed to boot init in real rootfs
  486. + write /sys/class/android_usb/android0/iSerial Mer Debug setting up (DONE_SWITCH=no)
  487. + echo -n Mer Debug setting up (DONE_SWITCH=no)
  488. + write /sys/class/android_usb/android0/functions rndis
  489. + echo -n rndis
  490. + write /sys/class/android_usb/android0/enable 1
  491. + echo -n 1
  492. + USB_IFACE=notfound
  493. + /sbin/ifconfig rndis0 192.168.2.15
  494. + USB_IFACE=rndis0
  495. + [ xrndis0 = xnotfound ]
  496. + /sbin/ifconfig -a
  497. lo Link encap:Local Loopback
  498. LOOPBACK MTU:65536 Metric:1
  499. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  500. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  501. collisions:0 txqueuelen:0
  502. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  503.  
  504. rmnet_ipa0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  505. [NO FLAGS] MTU:2000 Metric:1
  506. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  507. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  508. collisions:0 txqueuelen:1000
  509. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  510.  
  511. rndis0 Link encap:Ethernet HWaddr 16:F6:35:61:78:5E
  512. inet addr:192.168.2.15 Bcast:192.168.2.255 Mask:255.255.255.0
  513. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  514. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  515. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  516. collisions:0 txqueuelen:1000
  517. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  518.  
  519. sit0 Link encap:IPv6-in-IPv4
  520. NOARP MTU:1480 Metric:1
  521. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  522. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  523. collisions:0 txqueuelen:0
  524. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  525.  
  526. usb0 Link encap:Ethernet HWaddr 66:D3:11:6D:44:60
  527. BROADCAST MULTICAST MTU:1500 Metric:1
  528. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  529. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  530. collisions:0 txqueuelen:1000
  531. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  532.  
  533. + [ xrndis0 = xnotfound ]
  534. + echo start 192.168.2.20
  535. + echo end 192.168.2.90
  536. + echo lease_file /var/udhcpd.leases
  537. + echo interface rndis0
  538. + echo option subnet 255.255.255.0
  539. + echo ########################## starting dhcpd
  540. ########################## starting dhcpd
  541. + udhcpd
  542. + HALT_BOOT=y
  543. + set_welcome_msg y
  544. + cat
  545. + [ no = no ]
  546. + cat
  547. + cat
  548. + HALT_BOOT=y
  549. + [ y = y ]
  550. + cat
  551. + [ no = no ]
  552. + cat
  553. + echo ########################## starting telnetd
  554. ########################## starting telnetd
  555. + telnetd -b 192.168.2.15:23 -l /bin/sh
  556. + usb_info Mer Debug telnet on port 23 on rndis0 192.168.2.15 - also running udhcpd
  557. + echo ########################## usb_info: Mer Debug telnet on port 23 on rndis0 192.168.2.15 - also running udhcpd
  558. ########################## usb_info: Mer Debug telnet on port 23 on rndis0 192.168.2.15 - also running udhcpd
  559. + sleep 1
  560. + write /sys/class/android_usb/android0/iSerial Mer Debug telnet on port 23 on rndis0 192.168.2.15 - also running udhcpd
  561. + echo -n Mer Debug telnet on port 23 on rndis0 192.168.2.15 - also running udhcpd
  562. + [ y = y ]
  563. + ps -wlT
  564. __bionic_open_tzdata_path: ANDROID_ROOT not set!
  565. __bionic_open_tzdata_path: ANDROID_ROOT not set!
  566. __bionic_open_tzdata_path: ANDROID_ROOT not set!
  567. S UID PID PPID VSZ RSS TTY STIME TIME CMD
  568. S 0 1 0 17812 612 0:0 11:25 00:00:00 {init} /bin/sh /init
  569. S 0 2 0 0 0 0:0 11:25 00:00:00 [kthreadd]
  570. S 0 3 2 0 0 0:0 11:25 00:00:00 [ksoftirqd/0]
  571. S 0 4 2 0 0 0:0 11:25 00:00:00 [kworker/0:0]
  572. S 0 5 2 0 0 0:0 11:25 00:00:00 [kworker/0:0H]
  573. S 0 6 2 0 0 0:0 11:25 00:00:00 [kworker/u16:0]
  574. S 0 7 2 0 0 0:0 11:25 00:00:00 [migration/0]
  575. S 0 8 2 0 0 0:0 11:25 00:00:00 [rcu_preempt]
  576. S 0 9 2 0 0 0:0 11:25 00:00:00 [rcu_bh]
  577. S 0 10 2 0 0 0:0 11:25 00:00:00 [rcu_sched]
  578. S 0 11 2 0 0 0:0 11:25 00:00:00 [migration/1]
  579. S 0 12 2 0 0 0:0 11:25 00:00:00 [ksoftirqd/1]
  580. S 0 13 2 0 0 0:0 11:25 00:00:00 [kworker/1:0]
  581. S 0 14 2 0 0 0:0 11:25 00:00:00 [kworker/1:0H]
  582. S 0 15 2 0 0 0:0 11:25 00:00:00 [migration/2]
  583. S 0 16 2 0 0 0:0 11:25 00:00:00 [ksoftirqd/2]
  584. S 0 17 2 0 0 0:0 11:25 00:00:00 [kworker/2:0]
  585. S 0 18 2 0 0 0:0 11:25 00:00:00 [kworker/2:0H]
  586. S 0 19 2 0 0 0:0 11:25 00:00:00 [migration/3]
  587. S 0 20 2 0 0 0:0 11:25 00:00:00 [ksoftirqd/3]
  588. S 0 21 2 0 0 0:0 11:25 00:00:00 [kworker/3:0]
  589. S 0 22 2 0 0 0:0 11:25 00:00:00 [kworker/3:0H]
  590. S 0 23 2 0 0 0:0 11:25 00:00:00 [migration/4]
  591. S 0 24 2 0 0 0:0 11:25 00:00:00 [ksoftirqd/4]
  592. S 0 25 2 0 0 0:0 11:25 00:00:00 [kworker/4:0]
  593. S 0 26 2 0 0 0:0 11:25 00:00:00 [kworker/4:0H]
  594. S 0 27 2 0 0 0:0 11:25 00:00:00 [migration/5]
  595. S 0 28 2 0 0 0:0 11:25 00:00:00 [ksoftirqd/5]
  596. S 0 29 2 0 0 0:0 11:25 00:00:00 [kworker/5:0]
  597. S 0 30 2 0 0 0:0 11:25 00:00:00 [kworker/5:0H]
  598. S 0 31 2 0 0 0:0 11:25 00:00:00 [khelper]
  599. S 0 32 2 0 0 0:0 11:25 00:00:00 [kdevtmpfs]
  600. S 0 33 2 0 0 0:0 11:25 00:00:00 [netns]
  601. S 0 34 2 0 0 0:0 11:25 00:00:00 [perf]
  602. S 0 35 2 0 0 0:0 11:25 00:00:00 [kworker/1:1]
  603. S 0 36 2 0 0 0:0 11:25 00:00:00 [kworker/2:1]
  604. S 0 37 2 0 0 0:0 11:25 00:00:00 [kworker/3:1]
  605. S 0 38 2 0 0 0:0 11:25 00:00:00 [kworker/4:1]
  606. S 0 39 2 0 0 0:0 11:25 00:00:00 [kworker/5:1]
  607. S 0 40 2 0 0 0:0 11:25 00:00:00 [kworker/0:1]
  608. S 0 41 2 0 0 0:0 11:25 00:00:00 [kworker/1:1H]
  609. S 0 42 2 0 0 0:0 11:25 00:00:00 [smd_channel_clo]
  610. S 0 43 2 0 0 0:0 11:25 00:00:00 [smsm_cb_wq]
  611. D 0 44 2 0 0 0:0 11:25 00:00:00 [kworker/u16:1]
  612. S 0 45 2 0 0 0:0 11:25 00:00:00 [deferwq]
  613. D 0 46 2 0 0 0:0 11:25 00:00:00 [kworker/u17:0]
  614. S 0 47 2 0 0 0:0 11:25 00:00:00 [rpm-smd]
  615. S 0 48 2 0 0 0:0 11:25 00:00:00 [kworker/u17:1]
  616. S 0 49 2 0 0 0:0 11:25 00:00:00 [irq/48-cpr]
  617. S 0 50 2 0 0 0:0 11:25 00:00:00 [irq/51-cpr]
  618. S 0 51 2 0 0 0:0 11:25 00:00:00 [mpm]
  619. D 0 52 2 0 0 0:0 11:25 00:00:00 [kworker/u16:2]
  620. S 0 53 2 0 0 0:0 11:25 00:00:00 [kworker/u16:3]
  621. S 0 72 2 0 0 0:0 11:25 00:00:00 [writeback]
  622. S 0 73 2 0 0 0:0 11:25 00:00:00 [bioset]
  623. S 0 74 2 0 0 0:0 11:25 00:00:00 [crypto]
  624. S 0 75 2 0 0 0:0 11:25 00:00:00 [kblockd]
  625. S 0 76 2 0 0 0:0 11:25 00:00:00 [khubd]
  626. S 0 77 2 0 0 0:0 11:25 00:00:00 [system]
  627. S 0 78 2 0 0 0:0 11:25 00:00:00 [ipa_power_mgmt]
  628. S 0 79 2 0 0 0:0 11:25 00:00:00 [sps_ipa_power_m]
  629. S 0 80 2 0 0 0:0 11:25 00:00:00 [ipawq14]
  630. S 0 81 2 0 0 0:0 11:25 00:00:00 [iparepwq14]
  631. S 0 82 2 0 0 0:0 11:25 00:00:00 [ipawq43]
  632. S 0 83 2 0 0 0:0 11:25 00:00:00 [iparepwq43]
  633. S 0 84 2 0 0 0:0 11:25 00:00:00 [ipawq13]
  634. S 0 85 2 0 0 0:0 11:25 00:00:00 [iparepwq13]
  635. S 0 86 2 0 0 0:0 11:25 00:00:00 [ipa_power_mgmt]
  636. S 0 87 2 0 0 0:0 11:25 00:00:00 [ipa_rm_wq]
  637. S 0 88 2 0 0 0:0 11:25 00:00:00 [ipa_interrupt_w]
  638. S 0 89 2 0 0 0:0 11:25 00:00:00 [irq/261-msm_iom]
  639. S 0 90 2 0 0 0:0 11:25 00:00:00 [irq/263-msm_iom]
  640. S 0 91 2 0 0 0:0 11:25 00:00:00 [irq/261-msm_iom]
  641. S 0 92 2 0 0 0:0 11:25 00:00:00 [irq/263-msm_iom]
  642. S 0 93 2 0 0 0:0 11:25 00:00:00 [irq/261-msm_iom]
  643. S 0 94 2 0 0 0:0 11:25 00:00:00 [irq/263-msm_iom]
  644. S 0 95 2 0 0 0:0 11:25 00:00:00 [irq/261-msm_iom]
  645. S 0 96 2 0 0 0:0 11:25 00:00:00 [irq/263-msm_iom]
  646. S 0 97 2 0 0 0:0 11:25 00:00:00 [irq/261-msm_iom]
  647. S 0 98 2 0 0 0:0 11:25 00:00:00 [irq/263-msm_iom]
  648. S 0 99 2 0 0 0:0 11:25 00:00:00 [irq/261-msm_iom]
  649. S 0 100 2 0 0 0:0 11:25 00:00:00 [irq/263-msm_iom]
  650. S 0 101 2 0 0 0:0 11:25 00:00:00 [irq/261-msm_iom]
  651. S 0 102 2 0 0 0:0 11:25 00:00:00 [irq/263-msm_iom]
  652. S 0 103 2 0 0 0:0 11:25 00:00:00 [irq/102-msm_iom]
  653. S 0 104 2 0 0 0:0 11:25 00:00:00 [irq/102-msm_iom]
  654. S 0 105 2 0 0 0:0 11:25 00:00:00 [irq/102-msm_iom]
  655. S 0 106 2 0 0 0:0 11:25 00:00:00 [irq/102-msm_iom]
  656. S 0 107 2 0 0 0:0 11:25 00:00:00 [irq/74-msm_iomm]
  657. S 0 108 2 0 0 0:0 11:25 00:00:00 [irq/75-msm_iomm]
  658. S 0 109 2 0 0 0:0 11:25 00:00:00 [irq/75-msm_iomm]
  659. S 0 110 2 0 0 0:0 11:25 00:00:00 [irq/75-msm_iomm]
  660. S 0 111 2 0 0 0:0 11:25 00:00:00 [irq/75-msm_iomm]
  661. S 0 112 2 0 0 0:0 11:25 00:00:00 [irq/273-msm_iom]
  662. S 0 113 2 0 0 0:0 11:25 00:00:00 [irq/273-msm_iom]
  663. S 0 114 2 0 0 0:0 11:25 00:00:00 [irq/272-msm_iom]
  664. S 0 115 2 0 0 0:0 11:25 00:00:00 [irq/97-msm_iomm]
  665. S 0 116 2 0 0 0:0 11:25 00:00:00 [irq/97-msm_iomm]
  666. S 0 117 2 0 0 0:0 11:25 00:00:00 [irq/97-msm_iomm]
  667. S 0 118 2 0 0 0:0 11:25 00:00:00 [irq/350-msm_iom]
  668. S 0 119 2 0 0 0:0 11:25 00:00:00 [irq/350-msm_iom]
  669. S 0 120 2 0 0 0:0 11:25 00:00:00 [irq/350-msm_iom]
  670. S 0 121 2 0 0 0:0 11:25 00:00:00 [irq/298-msm_iom]
  671. S 0 122 2 0 0 0:0 11:25 00:00:00 [irq/298-msm_iom]
  672. S 0 123 2 0 0 0:0 11:25 00:00:00 [irq/298-msm_iom]
  673. S 0 124 2 0 0 0:0 11:25 00:00:00 [irq/79-msm_iomm]
  674. S 0 125 2 0 0 0:0 11:25 00:00:00 [irq/78-msm_iomm]
  675. S 0 126 2 0 0 0:0 11:25 00:00:00 [irq/78-msm_iomm]
  676. S 0 127 2 0 0 0:0 11:25 00:00:00 [devfreq_wq]
  677. S 0 128 2 0 0 0:0 11:25 00:00:00 [cfg80211]
  678. S 0 129 2 0 0 0:0 11:25 00:00:00 [irq/15-bcl_vbat]
  679. S 0 130 2 0 0 0:0 11:25 00:00:00 [irq/460-bcl_iba]
  680. S 0 153 2 0 0 0:0 11:25 00:00:00 [kswapd0]
  681. S 0 154 2 0 0 0:0 11:25 00:00:00 [fsnotify_mark]
  682. S 0 155 2 0 0 0:0 11:25 00:00:00 [ecryptfs-kthrea]
  683. S 0 174 2 0 0 0:0 11:25 00:00:00 [ad_calc_wq]
  684. S 0 175 2 0 0 0:0 11:25 00:00:00 [rot_commit_work]
  685. D 0 176 2 0 0 0:0 11:25 00:00:00 [mdss_dsi_event]
  686. S 0 177 2 0 0 0:0 11:25 00:00:00 [hdmi_tx_workq]
  687. S 0 178 2 0 0 0:0 11:25 00:00:00 [apr_driver]
  688. S 0 179 2 0 0 0:0 11:25 00:00:00 [pil_vote_wq]
  689. S 0 180 2 0 0 0:0 11:25 00:00:00 [shm_svc]
  690. S 0 181 2 0 0 0:0 11:25 00:00:00 [qmi_hndl0000000]
  691. S 0 182 2 0 0 0:0 11:25 00:00:00 [msm_ipc_router]
  692. S 0 183 2 0 0 0:0 11:25 00:00:00 [k_hsuart]
  693. S 0 184 2 0 0 0:0 11:25 00:00:00 [msm_serial_hs_0]
  694. S 0 185 2 0 0 0:0 11:25 00:00:00 [msm_serial_hs_0]
  695. S 0 186 2 0 0 0:0 11:25 00:00:00 [k_hsuart]
  696. S 0 187 2 0 0 0:0 11:25 00:00:00 [msm_serial_hs_0]
  697. S 0 188 2 0 0 0:0 11:25 00:00:00 [msm_serial_hs_0]
  698. S 0 189 2 0 0 0:0 11:25 00:00:00 [hwrng]
  699. S 0 190 2 0 0 0:0 11:25 00:00:00 [diag_real_time_]
  700. S 0 191 2 0 0 0:0 11:25 00:00:00 [diag_modem_data]
  701. S 0 192 2 0 0 0:0 11:25 00:00:00 [diag_lpass_data]
  702. S 0 193 2 0 0 0:0 11:25 00:00:00 [diag_wcnss_data]
  703. S 0 194 2 0 0 0:0 11:25 00:00:00 [diag_sensors_da]
  704. S 0 195 2 0 0 0:0 11:25 00:00:00 [diag_wq]
  705. S 0 196 2 0 0 0:0 11:25 00:00:00 [DIAG_USB_diag]
  706. S 0 197 2 0 0 0:0 11:25 00:00:00 [diag_cntl_wq]
  707. S 0 198 2 0 0 0:0 11:25 00:00:00 [diag_dci_wq]
  708. S 0 199 2 0 0 0:0 11:25 00:00:00 [kgsl-3d0]
  709. S 0 200 2 0 0 0:0 11:25 00:00:00 [kgsl-events]
  710. S 0 201 2 0 0 0:0 11:25 00:00:00 [governor_msm_ad]
  711. S 0 202 2 0 0 0:0 11:25 00:00:00 [kgsl_devfreq_wq]
  712. S 0 203 2 0 0 0:0 11:25 00:00:00 [motosh_wq]
  713. S 0 204 2 0 0 0:0 11:25 00:00:00 [motosh_quickpee]
  714. S 0 225 2 0 0 0:0 11:25 00:00:00 [spi7]
  715. S 0 228 2 0 0 0:0 11:25 00:00:00 [irq/608-arizona]
  716. S 0 229 2 0 0 0:0 11:25 00:00:00 [usbnet]
  717. S 0 230 2 0 0 0:0 11:25 00:00:00 [sharedmem_qmi_w]
  718. S 0 231 2 0 0 0:0 11:25 00:00:00 [qmi_hndl0000000]
  719. S 0 232 2 0 0 0:0 11:25 00:00:00 [irq/212-msm_dwc]
  720. S 0 233 2 0 0 0:0 11:25 00:00:00 [k_gserial]
  721. S 0 234 2 0 0 0:0 11:25 00:00:00 [uether]
  722. S 0 235 2 0 0 0:0 11:25 00:00:00 [rmi_det_workque]
  723. S 0 238 2 0 0 0:0 11:25 00:00:00 [kworker/0:2]
  724. S 0 239 2 0 0 0:0 11:25 00:00:00 [f54_status_work]
  725. S 0 240 2 0 0 0:0 11:25 00:00:00 [kworker/4:2]
  726. S 0 241 2 0 0 0:0 11:25 00:00:00 [msm_cpp_workque]
  727. S 0 242 2 0 0 0:0 11:25 00:00:00 [irq/495-batt-mi]
  728. S 0 243 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  729. S 0 244 2 0 0 0:0 11:25 00:00:00 [kworker/0:3]
  730. S 0 245 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  731. S 0 246 2 0 0 0:0 11:25 00:00:00 [irq/464-chg-err]
  732. S 0 247 2 0 0 0:0 11:25 00:00:00 [irq/9-chg-taper]
  733. S 0 248 2 0 0 0:0 11:25 00:00:00 [irq/10-chg-tcc-]
  734. S 0 249 2 0 0 0:0 11:25 00:00:00 [irq/8-chg-rechg]
  735. S 0 250 2 0 0 0:0 11:25 00:00:00 [irq/468-chg-p2f]
  736. S 0 251 2 0 0 0:0 11:25 00:00:00 [irq/469-batt-ho]
  737. S 0 252 2 0 0 0:0 11:25 00:00:00 [irq/11-batt-war]
  738. S 0 253 2 0 0 0:0 11:25 00:00:00 [irq/13-batt-coo]
  739. S 0 254 2 0 0 0:0 11:25 00:00:00 [irq/12-batt-col]
  740. S 0 255 2 0 0 0:0 11:25 00:00:00 [irq/7-batt-miss]
  741. S 0 256 2 0 0 0:0 11:25 00:00:00 [irq/470-batt-lo]
  742. S 0 257 2 0 0 0:0 11:25 00:00:00 [irq/1-usbin-uv]
  743. S 0 258 2 0 0 0:0 11:25 00:00:00 [irq/2-usbin-ov]
  744. S 0 259 2 0 0 0:0 11:25 00:00:00 [irq/3-usbin-src]
  745. S 0 260 2 0 0 0:0 11:25 00:00:00 [irq/4-otg-fail]
  746. S 0 261 2 0 0 0:0 11:25 00:00:00 [irq/5-otg-oc]
  747. S 0 262 2 0 0 0:0 11:25 00:00:00 [irq/6-aicl-done]
  748. S 0 263 2 0 0 0:0 11:25 00:00:00 [irq/472-usbid-c]
  749. S 0 264 2 0 0 0:0 11:25 00:00:00 [irq/473-dcin-uv]
  750. S 0 265 2 0 0 0:0 11:25 00:00:00 [irq/476-temp-sh]
  751. S 0 266 2 0 0 0:0 11:25 00:00:00 [irq/477-safety-]
  752. S 0 267 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  753. S 0 268 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  754. S 0 269 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  755. S 0 270 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  756. S 0 271 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  757. S 0 272 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  758. S 0 273 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  759. S 0 274 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  760. S 0 275 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  761. S 0 276 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  762. S 0 277 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  763. S 0 278 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  764. S 0 279 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  765. S 0 280 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  766. S 0 281 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  767. S 0 282 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  768. S 0 283 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  769. S 0 284 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  770. S 0 285 2 0 0 0:0 11:25 00:00:00 [irq/216-tsens_i]
  771. S 0 286 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  772. S 0 287 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  773. S 0 288 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  774. S 0 289 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  775. S 0 290 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  776. S 0 291 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  777. S 0 292 2 0 0 0:0 11:25 00:00:00 [dm_bufio_cache]
  778. S 0 293 2 0 0 0:0 11:25 00:00:00 [cfinteractive]
  779. S 0 294 2 0 0 0:0 11:25 00:00:00 [irq/170-f982490]
  780. S 0 295 2 0 0 0:0 11:25 00:00:00 [kworker/0:4]
  781. S 0 296 2 0 0 0:0 11:25 00:00:00 [irq/253-f98a490]
  782. S 0 297 2 0 0 0:0 11:25 00:00:00 [irq/766-f98a490]
  783. S 0 298 2 0 0 0:0 11:25 00:00:00 [binder]
  784. S 0 299 2 0 0 0:0 11:25 00:00:00 [usb_bam_wq]
  785. S 0 300 2 0 0 0:0 11:25 00:00:00 [irq/224-spdm_bw]
  786. S 0 301 2 0 0 0:0 11:25 00:00:00 [tfa9890]
  787. S 0 302 2 0 0 0:0 11:25 00:00:00 [fsa8500]
  788. S 0 303 2 0 0 0:0 11:25 00:00:00 [mmcqd/0]
  789. S 0 304 2 0 0 0:0 11:25 00:00:00 [mmcqd/0rpmb]
  790. S 0 305 2 0 0 0:0 11:25 00:00:00 [krfcommd]
  791. S 0 306 2 0 0 0:0 11:25 00:00:00 [irq/770-adsp]
  792. S 0 307 2 0 0 0:0 11:25 00:00:00 [irq/802-modem]
  793. S 0 308 2 0 0 0:0 11:25 00:00:00 [msm_vidc_worker]
  794. S 0 309 2 0 0 0:0 11:25 00:00:00 [pm_workerq_venu]
  795. S 0 310 2 0 0 0:0 11:25 00:00:00 [kworker/u16:4]
  796. S 0 311 2 0 0 0:0 11:25 00:00:00 [kworker/u16:5]
  797. S 0 312 2 0 0 0:0 11:25 00:00:00 [kworker/u16:6]
  798. S 0 313 2 0 0 0:0 11:25 00:00:00 [kworker/u16:7]
  799. S 0 314 2 0 0 0:0 11:25 00:00:00 [kcompact]
  800. S 0 315 2 0 0 0:0 11:25 00:00:00 [rq_stats]
  801. S 0 316 2 0 0 0:0 11:25 00:00:00 [msm_perf:events]
  802. S 0 317 2 0 0 0:0 11:25 00:00:00 [sb-1]
  803. S 0 318 2 0 0 0:0 11:25 00:00:00 [irq/195-ngd_sli]
  804. D 0 319 2 0 0 0:0 11:25 00:00:00 [ngd_rx_thread1]
  805. D 0 320 2 0 0 0:0 11:25 00:00:00 [ngd_notify_sl1]
  806. S 0 321 2 0 0 0:0 11:25 00:00:00 [k_bam_data]
  807. S 0 322 2 0 0 0:0 11:25 00:00:00 [f_mtp]
  808. S 0 323 2 0 0 0:0 11:25 00:00:00 [file-storage]
  809. D 0 324 2 0 0 0:0 11:25 00:00:00 [msm-core:sampli]
  810. S 0 325 2 0 0 0:0 11:25 00:00:00 [msm_thermal:hot]
  811. S 0 326 2 0 0 0:0 11:25 00:00:00 [msm_thermal:fre]
  812. S 0 327 2 0 0 0:0 11:25 00:00:00 [msm_thermal:the]
  813. S 0 328 2 0 0 0:0 11:25 00:00:00 [kworker/5:2]
  814. S 0 329 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  815. S 0 330 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  816. S 0 331 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  817. S 0 332 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  818. S 0 333 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  819. S 0 334 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  820. S 0 335 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  821. S 0 336 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  822. S 0 337 2 0 0 0:0 11:25 00:00:00 [therm_core:noti]
  823. S 0 338 2 0 0 0:0 11:25 00:00:00 [boost_sync/0]
  824. S 0 339 2 0 0 0:0 11:25 00:00:00 [boost_sync/1]
  825. S 0 340 2 0 0 0:0 11:25 00:00:00 [boost_sync/2]
  826. S 0 341 2 0 0 0:0 11:25 00:00:00 [boost_sync/3]
  827. S 0 342 2 0 0 0:0 11:25 00:00:00 [boost_sync/4]
  828. S 0 343 2 0 0 0:0 11:25 00:00:00 [boost_sync/5]
  829. S 0 344 2 0 0 0:0 11:25 00:00:00 [boost_sync/6]
  830. S 0 345 2 0 0 0:0 11:25 00:00:00 [boost_sync/7]
  831. S 0 346 2 0 0 0:0 11:25 00:00:00 [ipa_A7_svc]
  832. S 0 347 2 0 0 0:0 11:25 00:00:00 [qmi_hndl0000000]
  833. S 0 348 2 0 0 0:0 11:25 00:00:00 [clnt_req]
  834. S 0 349 2 0 0 0:0 11:25 00:00:00 [clnt_resp]
  835. S 0 350 2 0 0 0:0 11:25 00:00:00 [clnt_req]
  836. S 0 364 2 0 0 0:0 11:25 00:00:00 [kworker/0:5]
  837. S 0 365 2 0 0 0:0 11:25 00:00:00 [kworker/0:6]
  838. S 0 368 2 0 0 0:0 11:25 00:00:00 [kworker/0:7]
  839. S 0 698 1 17812 280 0:0 11:25 00:00:00 udhcpd
  840. S 0 710 1 17812 124 0:0 11:25 00:00:00 telnetd -b 192.168.2.15:23 -l /bin/sh
  841. R 0 712 1 17812 432 0:0 11:25 00:00:00 ps -wlT
  842. + ps -ef
  843. ps: invalid option -- e
  844. BusyBox v1.22.1 static (2017-08-04 17:49 +0000) multi-call binary.
  845.  
  846. Usage: ps
  847.  
  848. Show list of processes
  849.  
  850. -Z Show selinux context
  851. w Wide output
  852. l Long output
  853. T Show threads
  854.  
  855. + netstat -lnp
  856. Active Internet connections (only servers)
  857. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  858. tcp 0 0 192.168.2.15:23 0.0.0.0:* LISTEN 710/telnetd
  859. udp 0 0 0.0.0.0:67 0.0.0.0:* 698/udhcpd
  860. Active UNIX domain sockets (only servers)
  861. Proto RefCnt Flags Type State I-Node PID/Program name Path
  862. + cat /proc/mounts
  863. rootfs / rootfs rw 0 0
  864. devtmpfs /dev devtmpfs rw,relatime,size=1039932k,nr_inodes=259983,mode=755 0 0
  865. devpts /dev/pts devpts rw,relatime,mode=600 0 0
  866. sysfs /sys sysfs rw,relatime 0 0
  867. proc /proc proc rw,relatime 0 0
  868. + sync
  869. + inject_loop
  870. + INJ_DIR=/init-ctl
  871. + INJ_STDIN=/init-ctl/stdin
  872. + mkdir /init-ctl
  873. + mkfifo /init-ctl/stdin
  874. + echo This entire directory is for debugging init - it can safely be removed
  875. + echo ########################## Beginning inject loop
  876. ########################## Beginning inject loop
  877. + :
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement