Advertisement
Guest User

Untitled

a guest
Feb 21st, 2021
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.62 KB | None | 0 0
  1. + echo Running Mer Boat Loader
  2. Running Mer Boat Loader
  3. + BOOTLOGO=
  4. + ALWAYSDEBUG=
  5. + DATA_PARTITION=/dev/sda19
  6. + DEFAULT_OS=sailfishos
  7. + export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
  8. + USB_FUNCTIONS=rndis
  9. + ANDROID_USB=/sys/class/android_usb/android0
  10. + GADGET_DIR=/config/usb_gadget
  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. Thu Jan 28 17:40:55 UTC 1971
  20. + do_mount_devprocsys
  21. + echo ########################## mounting devprocsys
  22. ########################## mounting devprocsys
  23. + mkdir /dev
  24. mkdir: can't create directory '/dev': File exists
  25. + mount -t devtmpfs devtmpfs /dev
  26. + mkdir /dev/pts
  27. + mount -t devpts devpts /dev/pts
  28. + mkdir /proc
  29. + mkdir /sys
  30. + mount -t sysfs sysfs /sys
  31. + mount -t proc proc /proc
  32. + mkdir /config
  33. + mount -t configfs none /config
  34. + do_hotplug_scan
  35. + echo /sbin/mdev
  36. + mdev -s
  37. + sleep 2
  38. + ln -s . /dev/block
  39. + ln -s /proc/mounts /etc/mtab
  40. + check_kernel_config
  41. + echo Checking kernel config
  42. Checking kernel config
  43. + [ ! -e /proc/config.gz ]
  44. + zcat /proc/config.gz
  45. + grep -E ^CONFIG_CGROUPS=y$
  46. CONFIG_CGROUPS=y
  47. + zcat /proc/config.gz
  48. + grep -E ^CONFIG_AUTOFS4_FS=y$
  49. + echo CONFIG_AUTOFS4_FS=y not found in /proc/config.gz
  50. + zcat /proc/config.gz
  51. + grep -E ^CONFIG_DEVTMPFS_MOUNT=y$
  52. CONFIG_DEVTMPFS_MOUNT=y
  53. + zcat /proc/config.gz
  54. + grep -E ^CONFIG_DEVTMPFS=y$
  55. CONFIG_DEVTMPFS=y
  56. + zcat /proc/config.gz
  57. + grep -E ^CONFIG_UNIX=y$
  58. CONFIG_UNIX=y
  59. + zcat /proc/config.gz
  60. + grep -E ^CONFIG_INOTIFY_USER=y$
  61. CONFIG_INOTIFY_USER=y
  62. + zcat /proc/config.gz
  63. + grep -E ^CONFIG_SYSVIPC=y$
  64. CONFIG_SYSVIPC=y
  65. + zcat /proc/config.gz
  66. + grep -E ^CONFIG_NET=y$
  67. CONFIG_NET=y
  68. + zcat /proc/config.gz
  69. + grep -E ^CONFIG_PROC_FS=y$
  70. CONFIG_PROC_FS=y
  71. + zcat /proc/config.gz
  72. + grep -E ^CONFIG_SIGNALFD=y$
  73. CONFIG_SIGNALFD=y
  74. + zcat /proc/config.gz
  75. + grep -E ^CONFIG_SYSFS=y$
  76. CONFIG_SYSFS=y
  77. + zcat /proc/config.gz
  78. + grep -E ^CONFIG_TMPFS_POSIX_ACL=y$
  79. CONFIG_TMPFS_POSIX_ACL=y
  80. + zcat /proc/config.gz
  81. + grep -E ^CONFIG_VT=y$
  82. CONFIG_VT=y
  83. + zcat /proc/config.gz
  84. + grep -E ^CONFIG_DUMMY=y$
  85. + zcat /proc/config.gz
  86. + grep -E ^CONFIG_SYSFS_DEPRECATED=y$
  87. + bootsplash
  88. + [ x = x1 ]
  89. + mount_stowaways
  90. + echo ########################## mounting stowaways
  91. ########################## mounting stowaways
  92. + [ ! -z /dev/sda19 ]
  93. + get_opt data_subdir
  94. + cat /proc/cmdline
  95. + echo rcupdate.rcu_expedited=1
  96. + grep ^data_subdir=*
  97. + cut -d= -f2
  98. + echo rcu_nocbs=0-7
  99. + grep ^data_subdir=*
  100. + cut -d= -f2
  101. + echo cgroup.memory=nokmem,nosocket
  102. + grep ^data_subdir=*
  103. + cut -d= -f2
  104. + echo androidboot.hardware=qcom
  105. + grep ^data_subdir=*
  106. + cut -d= -f2
  107. + echo androidboot.console=ttyMSM0
  108. + grep ^data_subdir=*
  109. + cut -d= -f2
  110. + echo+ grep ^data_subdir=*
  111. androidboot.memcg=1
  112. + cut -d= -f2
  113. + echo lpm_levels.sleep_disabled=1
  114. + grep ^data_subdir=*
  115. + cut -d= -f2
  116. + echo video=vfb:640x400,bpp=32,memsize=3072000
  117. + grep ^data_subdir=*
  118. + cut -d= -f2
  119. + echo msm_rtb.filter=0x237
  120. + grep ^data_subdir=*
  121. + cut -d= -f2
  122. + echo service_locator.enable=1
  123. + grep ^data_subdir=*
  124. + cut -d= -f2
  125. + echo swiotlb=2048
  126. + grep ^data_subdir=*
  127. + cut -d= -f2
  128. + echo firmware_class.path=/vendor/firmware_mnt/image
  129. + grep ^data_subdir=*
  130. + cut -d= -f2
  131. + echo loop.max_part=7
  132. + grep ^data_subdir=*
  133. + cut -d= -f2
  134. + echo androidboot.usbcontroller=a600000.dwc3
  135. + grep ^data_subdir=*
  136. + cut -d= -f2
  137. + echo androidboot.vbmeta.avb_version=1.0
  138. + grep ^data_subdir=*
  139. + cut -d= -f2
  140. + echo androidboot.verifiedbootstate=orange
  141. + grep ^data_subdir=*
  142. + cut -d= -f2
  143. + echo androidboot.keymaster=1
  144. + grep ^data_subdir=*
  145. + cut -d= -f2
  146. + echo root=PARTUUID=cef76a4c-968e-f392-2f30-8d6c03fb6467
  147. + grep ^data_subdir=*
  148. + cut -d= -f2
  149. + echo androidboot.bootdevice=1d84000.ufshc
  150. + grep ^data_subdir=*
  151. + cut -d= -f2
  152. + echo androidboot.serialno=288d2755
  153. + grep ^data_subdir=*
  154. + cut -d= -f2
  155. + echo androidboot.baseband=msm
  156. + grep+ ^data_subdir=*
  157. cut -d= -f2
  158. + echo msm_drm.dsi_display0=dsi_samsung_oneplus_dsc_cmd_display:
  159. + grep ^data_subdir=*
  160. + cut -d= -f2
  161. + echo androidboot.slot_suffix=_a
  162. + grep ^data_subdir=*
  163. + cut -d= -f2
  164. + echo rootwait
  165. + grep ^data_subdir=*
  166. + cut -d= -f2
  167. + echo ro
  168. + grep ^data_subdir=*
  169. + cut -d= -f2
  170. + echo init=/init
  171. + grep ^data_subdir=*
  172. + cut -d= -f2
  173. + echo androidboot.dtbo_idx=1
  174. + grep ^data_subdir=*
  175. + cut -d= -f2
  176. + echo panel_type=normal
  177. + grep ^data_subdir=*
  178. + cut -d= -f2
  179. + echo androidboot.mode=recovery
  180. + grep ^data_subdir=*
  181. + cut -d= -f2
  182. + echo androidboot.project_name=18821
  183. + grep ^data_subdir=*
  184. + cut -d= -f2
  185. + echo ddr_manufacture_info=Samsung
  186. + grep ^data_subdir=*
  187. + cut -d= -f2
  188. + echo ddr_row0_info=16
  189. + grep ^data_subdir=*
  190. + cut -d= -f2
  191. + echo androidboot.hw_version=21
  192. + grep ^data_subdir=*
  193. + cut -d= -f2
  194. + echo androidboot.rf_version=5
  195. + grep ^data_subdir=*
  196. + cut -d= -f2
  197. + echo androidboot.prj_version=1
  198. + grep ^data_subdir=*
  199. + cut -d= -f2
  200. + echo androidboot.startupmode=dc_charger
  201. + grep ^data_subdir=*
  202. + cut -d= -f2
  203. + echo androidboot.enable_dm_verity=1
  204. + grep ^data_subdir=*
  205. + cut -d= -f2
  206. + echo androidboot.selinux=permissive
  207. + grep ^data_subdir=*
  208. + cut -d= -f2
  209. + echo androidboot.secboot=enabled
  210. + grep ^data_subdir=*
  211. + cut -d= -f2
  212. + echo androidboot.battery.absent=false
  213. + grep ^data_subdir=*
  214. + cut -d= -f2
  215. + echo androidboot.rpmb_enable=true
  216. + grep ^data_subdir=*
  217. + cut -d= -f2
  218. + echo androidboot.type=normal
  219. + grep ^data_subdir=*
  220. + cut -d= -f2
  221. + echo androidboot.product.hardware.sku=noese
  222. + grep ^data_subdir=*
  223. + cut -d= -f2
  224. + echo androidboot.prmec=true
  225. + grep ^data_subdir=*
  226. + cut -d= -f2
  227. + data_subdir=
  228. + mkdir /data
  229. + mkdir /target
  230. + mount /dev/sda19 /data
  231. mount: mounting /dev/sda19 on /data failed: Input/output error
  232. + mount --bind /data//.stowaways/sailfishos /target
  233. mount: mounting /data//.stowaways/sailfishos on /target failed: No such file or directory
  234. + mkdir /target/data
  235. + mount --bind /data/ /target/data
  236. + mount
  237. rootfs on / type rootfs (rw)
  238. devtmpfs on /dev type devtmpfs (rw,relatime,size=3670044k,nr_inodes=917511,mode=755)
  239. devpts on /dev/pts type devpts (rw,relatime,mode=600,ptmxmode=000)
  240. sysfs on /sys type sysfs (rw,relatime)
  241. proc on /proc type proc (rw,relatime)
  242. none on /config type configfs (rw,relatime)
  243. rootfs on /target/data type rootfs (rw)
  244. + DBG_REASON=
  245. + [ -e /diagnosis.log ]
  246. + DBG_REASON=Refusing to boot. See /diagnosis.log (in initrd only)
  247. + get_opt bootmode
  248. + cat /proc/cmdline
  249. + echo rcupdate.rcu_expedited=1
  250. + grep ^bootmode=*
  251. + cut -d= -f2
  252. + echo rcu_nocbs=0-7
  253. + grep ^bootmode=*
  254. + cut -d= -f2
  255. + echo cgroup.memory=nokmem,nosocket
  256. + grep ^bootmode=*
  257. + cut -d= -f2
  258. + echo androidboot.hardware=qcom
  259. + grep ^bootmode=*
  260. + cut -d= -f2
  261. + echo androidboot.console=ttyMSM0
  262. + grep ^bootmode=*
  263. + cut -d= -f2
  264. + echo androidboot.memcg=1
  265. + grep ^bootmode=*
  266. + cut -d= -f2
  267. + echo lpm_levels.sleep_disabled=1
  268. + grep ^bootmode=*
  269. + cut -d= -f2
  270. + echo video=vfb:640x400,bpp=32,memsize=3072000
  271. + grep ^bootmode=*
  272. + cut -d= -f2
  273. + echo msm_rtb.filter=0x237
  274. + grep ^bootmode=*
  275. + cut -d= -f2
  276. + echo service_locator.enable=1
  277. + grep ^bootmode=*
  278. + cut -d= -f2
  279. + echo swiotlb=2048
  280. + grep ^bootmode=*
  281. + cut -d= -f2
  282. + echo firmware_class.path=/vendor/firmware_mnt/image
  283. + grep ^bootmode=*
  284. + cut -d= -f2
  285. + echo loop.max_part=7
  286. + grep ^bootmode=*
  287. + cut -d= -f2
  288. + echo androidboot.usbcontroller=a600000.dwc3
  289. + grep ^bootmode=*
  290. + cut -d= -f2
  291. + echo androidboot.vbmeta.avb_version=1.0
  292. + grep ^bootmode=*
  293. + cut -d= -f2
  294. + echo androidboot.verifiedbootstate=orange
  295. + + cut -d=grep -f2 ^bootmode=*
  296.  
  297. + echo androidboot.keymaster=1
  298. + grep ^bootmode=*
  299. + cut -d= -f2
  300. + echo root=PARTUUID=cef76a4c-968e-f392-2f30-8d6c03fb6467
  301. + grep ^bootmode=*
  302. + cut -d= -f2
  303. + echo androidboot.bootdevice=1d84000.ufshc
  304. + grep ^bootmode=*
  305. + cut -d= -f2
  306. + echo androidboot.serialno=288d2755
  307. + grep ^bootmode=*
  308. + cut -d= -f2
  309. + echo androidboot.baseband=msm
  310. + grep ^bootmode=*
  311. + cut -d= -f2
  312. + echo msm_drm.dsi_display0=dsi_samsung_oneplus_dsc_cmd_display:
  313. + grep ^bootmode=*
  314. + cut -d= -f2
  315. + echo androidboot.slot_suffix=_a
  316. + grep ^bootmode=*
  317. + cut -d= -f2
  318. + echo rootwait
  319. + grep ^bootmode=*
  320. + cut -d= -f2
  321. + echo ro
  322. + grep+ ^bootmode=*
  323. cut -d= -f2
  324. + echo init=/init
  325. + grep ^bootmode=*
  326. + cut -d= -f2
  327. + echo androidboot.dtbo_idx=1
  328. + grep ^bootmode=*
  329. + cut -d= -f2
  330. + echo panel_type=normal
  331. + grep ^bootmode=*
  332. + cut -d= -f2
  333. + echo androidboot.mode=recovery
  334. + grep ^bootmode=*
  335. + cut -d= -f2
  336. + echo androidboot.project_name=18821
  337. + grep ^bootmode=*
  338. + cut -d= -f2
  339. + echo ddr_manufacture_info=Samsung
  340. + grep ^bootmode=*
  341. + cut -d= -f2
  342. + echo ddr_row0_info=16
  343. + grep ^bootmode=*
  344. + cut -d= -f2
  345. + echo androidboot.hw_version=21
  346. + grep ^bootmode=*
  347. + cut -d= -f2
  348. + echo androidboot.rf_version=5
  349. + grep ^bootmode=*
  350. + cut -d= -f2
  351. + echo androidboot.prj_version=1
  352. + grep ^bootmode=*
  353. + cut -d= -f2
  354. + echo androidboot.startupmode=dc_charger
  355. + grep ^bootmode=*
  356. + cut -d= -f2
  357. + echo androidboot.enable_dm_verity=1
  358. + grep ^bootmode=*
  359. + cut -d= -f2
  360. + echo androidboot.selinux=permissive
  361. + grep ^bootmode=*
  362. + cut -d= -f2
  363. + echo androidboot.secboot=enabled
  364. + grep ^bootmode=*
  365. + cut -d= -f2
  366. + echo androidboot.battery.absent=false
  367. + grep ^bootmode=*
  368. + cut -d= -f2
  369. + echo androidboot.rpmb_enable=true
  370. + grep ^bootmode=*
  371. + cut -d= -f2
  372. + echo androidboot.type=normal
  373. + grep ^bootmode=*
  374. + cut -d= -f2
  375. + echo androidboot.product.hardware.sku=noese
  376. + grep ^bootmode=*
  377. + cut -d= -f2
  378. + echo androidboot.prmec=true
  379. + grep ^bootmode=*
  380. + cut -d= -f2
  381. + [ = debug ]
  382. + [ x = x1 ]
  383. + [ -f /target/init_enter_debug ]
  384. + [ -f /target/init_disable_telnet ]
  385. + [ Refusing to boot. See /diagnosis.log (in initrd only) = ]
  386. + lun=/sys/class/android_usb/f_mass_storage/lun/file
  387. + [ -f /sys/class/android_usb/f_mass_storage/lun/file ]
  388. + lun=/sys/class/android_usb/f_mass_storage/lun0/file
  389. + [ -f /sys/class/android_usb/f_mass_storage/lun0/file ]
  390. + USB_FUNCTIONS=rndis,mass_storage
  391. + run_debug_session Refusing to boot. See /diagnosis.log (in initrd only)
  392. + CUSTOMPRODUCT=Refusing
  393. + echo ########################## Debug session : Refusing
  394. ########################## Debug session : Refusing
  395. + usb_setup Mer Debug setting up (DONE_SWITCH=no)
  396. + [ -d /sys/class/android_usb/android0 ]
  397. + [ -d /config/usb_gadget ]
  398. + usb_setup_configfs Mer Debug setting up (DONE_SWITCH=no)
  399. + G_USB_ISERIAL=/config/usb_gadget/g1/strings/0x409/serialnumber
  400. + mkdir /config/usb_gadget/g1
  401. + write /config/usb_gadget/g1/idVendor 0x18D1
  402. + echo -n 0x18D1
  403. + write /config/usb_gadget/g1/idProduct 0xD001
  404. + echo -n 0xD001
  405. + mkdir /config/usb_gadget/g1/strings/0x409
  406. + write /config/usb_gadget/g1/strings/0x409/serialnumber Mer
  407. + echo -n Mer
  408. + write /config/usb_gadget/g1/strings/0x409/manufacturer Mer Boat Loader
  409. + echo -n Mer Boat Loader
  410. + write /config/usb_gadget/g1/strings/0x409/product Refusing
  411. + echo -n Refusing
  412. + echo rndis,mass_storage
  413. + grep -q rndis
  414. + mkdir /config/usb_gadget/g1/functions/rndis.usb0
  415. + mkdir /config/usb_gadget/g1/functions/rndis_bam.rndis
  416. mkdir: can't create directory '/config/usb_gadget/g1/functions/rndis_bam.rndis': No such file or directory
  417. + echo rndis,mass_storage
  418. + grep -q mass_storage
  419. + mkdir /config/usb_gadget/g1/functions/storage.0
  420. mkdir: can't create directory '/config/usb_gadget/g1/functions/storage.0': No such file or directory
  421. + mkdir /config/usb_gadget/g1/configs/c.1
  422. + mkdir /config/usb_gadget/g1/configs/c.1/strings/0x409
  423. + write /config/usb_gadget/g1/configs/c.1/strings/0x409/configuration rndis,mass_storage
  424. + echo -n rndis,mass_storage
  425. + echo rndis,mass_storage
  426. + grep -q rndis
  427. + ln -s /config/usb_gadget/g1/functions/rndis.usb0 /config/usb_gadget/g1/configs/c.1
  428. + ln -s /config/usb_gadget/g1/functions/rndis_bam.rndis /config/usb_gadget/g1/configs/c.1
  429. ln: /config/usb_gadget/g1/configs/c.1/rndis_bam.rndis: No such file or directory
  430. + echo rndis,mass_storage
  431. + grep -q mass_storage
  432. + ln -s /config/usb_gadget/g1/functions/storage.0 /config/usb_gadget/g1/configs/c.1
  433. ln: /config/usb_gadget/g1/configs/c.1/storage.0: No such file or directory
  434. + ls /sys/class/udc
  435. + echo a600000.dwc3
  436. + USB_IFACE=notfound
  437. + /sbin/ifconfig rndis0 192.168.2.15
  438. ifconfig: SIOCSIFADDR: No such device
  439. + [ xnotfound = xnotfound ]
  440. + /sbin/ifconfig usb0 192.168.2.15
  441. + USB_IFACE=usb0
  442. + /sbin/ifconfig -a
  443. bond0 Link encap:Ethernet HWaddr A2:FA:4F:AE:C9:94
  444. BROADCAST MASTER MULTICAST MTU:1500 Metric:1
  445. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  446. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  447. collisions:0 txqueuelen:1000
  448. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  449.  
  450. ip6_vti0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  451. NOARP MTU:1500 Metric:1
  452. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  453. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  454. collisions:0 txqueuelen:1000
  455. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  456.  
  457. ip6tnl0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  458. NOARP MTU:1452 Metric:1
  459. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  460. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  461. collisions:0 txqueuelen:1000
  462. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  463.  
  464. ip_vti0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-1D-00-00-00-00-00-00-00-00
  465. NOARP MTU:1480 Metric:1
  466. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  467. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  468. collisions:0 txqueuelen:1000
  469. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  470.  
  471. lo Link encap:Local Loopback
  472. LOOPBACK MTU:65536 Metric:1
  473. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  474. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  475. collisions:0 txqueuelen:1000
  476. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  477.  
  478. sit0 Link encap:IPv6-in-IPv4
  479. NOARP MTU:1480 Metric:1
  480. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  481. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  482. collisions:0 txqueuelen:1000
  483. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  484.  
  485. usb0 Link encap:Ethernet HWaddr BE:B5:81:49:96:73
  486. inet addr:192.168.2.15 Bcast:192.168.2.255 Mask:255.255.255.0
  487. UP BROADCAST MULTICAST MTU:1500 Metric:1
  488. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  489. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  490. collisions:0 txqueuelen:1000
  491. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  492.  
  493. + [ xusb0 = xnotfound ]
  494. + echo start 192.168.2.20
  495. + echo end 192.168.2.90
  496. + echo lease_file /var/udhcpd.leases
  497. + echo interface usb0
  498. + echo option subnet 255.255.255.0
  499. + echo ########################## starting dhcpd
  500. ########################## starting dhcpd
  501. + udhcpd
  502. + HALT_BOOT=to
  503. + set_welcome_msg to
  504. + cat
  505. + [ no = no ]
  506. + cat
  507. + cat
  508. + HALT_BOOT=to
  509. + [ to = y ]
  510. + [ no = no ]
  511. + cat
  512. + [ -z ]
  513. + echo ########################## starting telnetd
  514. ########################## starting telnetd
  515. + telnetd -b 192.168.2.15:23 -l /bin/sh
  516. + usb_info Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  517. + echo ########################## usb_info: Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  518. ########################## usb_info: Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  519. + sleep 1
  520. + write /config/usb_gadget/g1/strings/0x409/serialnumber Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  521. + echo -n Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  522. + [ to = y ]
  523. + killall telnetd
  524. + killall udhcpd
  525. + USB_FUNCTIONS=rndis
  526. + usb_setup Mer Debug: done debug, disabling storage
  527. + [ -d /sys/class/android_usb/android0 ]
  528. + usb_setup_android_usb Mer Debug: done debug, disabling storage
  529. + G_USB_ISERIAL=/sys/class/android_usb/android0/iSerial
  530. + write /sys/class/android_usb/android0/enable 0
  531. /init: line 1: can't create /sys/class/android_usb/android0/enable: Permission denied
  532. + echo -n 0
  533. + write /sys/class/android_usb/android0/functions
  534. /init: line 1: can't create /sys/class/android_usb/android0/functions: Permission denied
  535. + echo -n
  536. + write /sys/class/android_usb/android0/enable 1
  537. /init: line 1: can't create /sys/class/android_usb/android0/enable: Permission denied
  538. + echo -n 1
  539. + usleep 500000
  540. + write /sys/class/android_usb/android0/enable 0
  541. /init: line 1: can't create /sys/class/android_usb/android0/enable: Permission denied
  542. + echo -n 0
  543. + write /sys/class/android_usb/android0/idVendor 18D1
  544. /init: line 1: can't create /sys/class/android_usb/android0/idVendor: Permission denied
  545. + echo -n 18D1
  546. + write /sys/class/android_usb/android0/idProduct D001
  547. /init: line 1: can't create /sys/class/android_usb/android0/idProduct: Permission denied
  548. + echo -n D001
  549. + write /sys/class/android_usb/android0/iManufacturer Mer Boat Loader
  550. /init: line 1: can't create /sys/class/android_usb/android0/iManufacturer: Permission denied
  551. + echo -n Mer Boat Loader
  552. + write /sys/class/android_usb/android0/iProduct Refusing
  553. /init: line 1: can't create /sys/class/android_usb/android0/iProduct: Permission denied
  554. + echo -n Refusing
  555. + write /sys/class/android_usb/android0/iSerial Mer
  556. /init: line 1: can't create /sys/class/android_usb/android0/iSerial: Permission denied
  557. + echo -n Mer
  558. + write /sys/class/android_usb/android0/functions rndis
  559. /init: line 1: can't create /sys/class/android_usb/android0/functions: Permission denied
  560. + echo -n rndis
  561. + write /sys/class/android_usb/android0/enable 1
  562. /init: line 1: can't create /sys/class/android_usb/android0/enable: Permission denied
  563. + echo -n 1
  564. + echo
  565. + [ -f /target/init-debug ]
  566. + [ -x /target/sbin/preinit ]
  567. + INIT=/sbin/init
  568. + [ -x /target/sbin/init ]
  569. + run_debug_session Failed to boot init in real rootfs
  570. + CUSTOMPRODUCT=Failed to boot init in real rootfs
  571. + echo ########################## Debug session : Failed to boot init in real rootfs
  572. ########################## Debug session : Failed to boot init in real rootfs
  573. + usb_setup Mer Debug setting up (DONE_SWITCH=no)
  574. + [ -d /sys/class/android_usb/android0 ]
  575. + usb_setup_android_usb Mer Debug setting up (DONE_SWITCH=no)
  576. + G_USB_ISERIAL=/sys/class/android_usb/android0/iSerial
  577. + write /sys/class/android_usb/android0/enable 0
  578. /init: line 1: can't create /sys/class/android_usb/android0/enable: Permission denied
  579. + echo -n 0
  580. + write /sys/class/android_usb/android0/functions
  581. /init: line 1: can't create /sys/class/android_usb/android0/functions: Permission denied
  582. + echo -n
  583. + write /sys/class/android_usb/android0/enable 1
  584. /init: line 1: can't create /sys/class/android_usb/android0/enable: Permission denied
  585. + echo -n 1
  586. + usleep 500000
  587. + write /sys/class/android_usb/android0/enable 0
  588. /init: line 1: can't create /sys/class/android_usb/android0/enable: Permission denied
  589. + echo -n 0
  590. + write /sys/class/android_usb/android0/idVendor 18D1
  591. /init: line 1: can't create /sys/class/android_usb/android0/idVendor: Permission denied
  592. + echo -n 18D1
  593. + write /sys/class/android_usb/android0/idProduct D001
  594. /init: line 1: can't create /sys/class/android_usb/android0/idProduct: Permission denied
  595. + echo -n D001
  596. + write /sys/class/android_usb/android0/iManufacturer Mer Boat Loader
  597. /init: line 1: can't create /sys/class/android_usb/android0/iManufacturer: Permission denied
  598. + echo -n Mer Boat Loader
  599. + write /sys/class/android_usb/android0/iProduct Failed to boot init in real rootfs
  600. /init: line 1: can't create /sys/class/android_usb/android0/iProduct: Permission denied
  601. + echo -n Failed to boot init in real rootfs
  602. + write /sys/class/android_usb/android0/iSerial Mer
  603. /init: line 1: can't create /sys/class/android_usb/android0/iSerial: Permission denied
  604. + echo -n Mer
  605. + write /sys/class/android_usb/android0/functions rndis
  606. /init: line 1: can't create /sys/class/android_usb/android0/functions: Permission denied
  607. + echo -n rndis
  608. + write /sys/class/android_usb/android0/enable 1
  609. /init: line 1: can't create /sys/class/android_usb/android0/enable: Permission denied
  610. + echo -n 1
  611. + USB_IFACE=notfound
  612. + /sbin/ifconfig rndis0 192.168.2.15
  613. ifconfig: SIOCSIFADDR: No such device
  614. + [ xnotfound = xnotfound ]
  615. + /sbin/ifconfig usb0 192.168.2.15
  616. + USB_IFACE=usb0
  617. + /sbin/ifconfig -a
  618. bond0 Link encap:Ethernet HWaddr A2:FA:4F:AE:C9:94
  619. BROADCAST MASTER MULTICAST MTU:1500 Metric:1
  620. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  621. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  622. collisions:0 txqueuelen:1000
  623. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  624.  
  625. ip6_vti0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  626. NOARP MTU:1500 Metric:1
  627. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  628. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  629. collisions:0 txqueuelen:1000
  630. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  631.  
  632. ip6tnl0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  633. NOARP MTU:1452 Metric:1
  634. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  635. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  636. collisions:0 txqueuelen:1000
  637. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  638.  
  639. ip_vti0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-05-00-00-00-00-00-00-00-00
  640. NOARP MTU:1480 Metric:1
  641. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  642. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  643. collisions:0 txqueuelen:1000
  644. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  645.  
  646. lo Link encap:Local Loopback
  647. LOOPBACK MTU:65536 Metric:1
  648. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  649. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  650. collisions:0 txqueuelen:1000
  651. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  652.  
  653. sit0 Link encap:IPv6-in-IPv4
  654. NOARP MTU:1480 Metric:1
  655. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  656. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  657. collisions:0 txqueuelen:1000
  658. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  659.  
  660. usb0 Link encap:Ethernet HWaddr BE:B5:81:49:96:73
  661. inet addr:192.168.2.15 Bcast:192.168.2.255 Mask:255.255.255.0
  662. inet6 addr: fe80::bcb5:81ff:fe49:9673/64 Scope:Link
  663. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  664. RX packets:7 errors:7 dropped:0 overruns:0 frame:7
  665. TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
  666. collisions:0 txqueuelen:1000
  667. RX bytes:815 (815.0 B) TX bytes:502 (502.0 B)
  668.  
  669. + [ xusb0 = xnotfound ]
  670. + echo start 192.168.2.20
  671. + echo end 192.168.2.90
  672. + echo lease_file /var/udhcpd.leases
  673. + echo interface usb0
  674. + echo option subnet 255.255.255.0
  675. + echo ########################## starting dhcpd
  676. ########################## starting dhcpd
  677. + udhcpd
  678. + HALT_BOOT=y
  679. + set_welcome_msg y
  680. + cat
  681. + [ no = no ]
  682. + cat
  683. + cat
  684. + HALT_BOOT=y
  685. + [ y = y ]
  686. + cat
  687. + [ no = no ]
  688. + cat
  689. + [ -z ]
  690. + echo ########################## starting telnetd
  691. ########################## starting telnetd
  692. + telnetd -b 192.168.2.15:23 -l /bin/sh
  693. + usb_info Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  694. + echo ########################## usb_info: Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  695. ########################## usb_info: Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  696. + sleep 1
  697. + write /sys/class/android_usb/android0/iSerial Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  698. /init: line 1: can't create /sys/class/android_usb/android0/iSerial: Permission denied
  699. + echo -n Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  700. + [ y = y ]
  701. + ps -wlT
  702. S UID PID PPID VSZ RSS TTY STIME TIME CMD
  703. S 0 1 0 1724 1248 0:0 17:40 00:00:00 {init} /bin/sh /init
  704. S 0 2 0 0 0 0:0 17:40 00:00:00 [kthreadd]
  705. I 0 3 2 0 0 0:0 17:40 00:00:00 [rcu_gp]
  706. I 0 4 2 0 0 0:0 17:40 00:00:00 [kworker/0:0]
  707. I 0 5 2 0 0 0:0 17:40 00:00:00 [kworker/0:0H]
  708. S 0 6 2 0 0 0:0 17:40 00:00:00 [kworker/u16:0]
  709. I 0 7 2 0 0 0:0 17:40 00:00:00 [mm_percpu_wq]
  710. S 0 8 2 0 0 0:0 17:40 00:00:00 [ksoftirqd/0]
  711. I 0 9 2 0 0 0:0 17:40 00:00:00 [rcu_preempt]
  712. I 0 10 2 0 0 0:0 17:40 00:00:00 [rcu_sched]
  713. I 0 11 2 0 0 0:0 17:40 00:00:00 [rcu_bh]
  714. S 0 12 2 0 0 0:0 17:40 00:00:00 [rcuop/0]
  715. S 0 13 2 0 0 0:0 17:40 00:00:00 [rcuos/0]
  716. S 0 14 2 0 0 0:0 17:40 00:00:00 [rcuob/0]
  717. S 0 15 2 0 0 0:0 17:40 00:00:00 [migration/0]
  718. S 0 16 2 0 0 0:0 17:40 00:00:00 [cpuhp/0]
  719. S 0 17 2 0 0 0:0 17:40 00:00:00 [cpuhp/1]
  720. S 0 18 2 0 0 0:0 17:40 00:00:00 [migration/1]
  721. S 0 19 2 0 0 0:0 17:40 00:00:00 [ksoftirqd/1]
  722. I 0 20 2 0 0 0:0 17:40 00:00:00 [kworker/1:0]
  723. I 0 21 2 0 0 0:0 17:40 00:00:00 [kworker/1:0H]
  724. S 0 22 2 0 0 0:0 17:40 00:00:00 [rcuop/1]
  725. S 0 23 2 0 0 0:0 17:40 00:00:00 [rcuos/1]
  726. S 0 24 2 0 0 0:0 17:40 00:00:00 [rcuob/1]
  727. S 0 25 2 0 0 0:0 17:40 00:00:00 [cpuhp/2]
  728. S 0 26 2 0 0 0:0 17:40 00:00:00 [migration/2]
  729. S 0 27 2 0 0 0:0 17:40 00:00:00 [ksoftirqd/2]
  730. I 0 28 2 0 0 0:0 17:40 00:00:00 [kworker/2:0]
  731. I 0 29 2 0 0 0:0 17:40 00:00:00 [kworker/2:0H]
  732. S 0 30 2 0 0 0:0 17:40 00:00:00 [rcuop/2]
  733. S 0 31 2 0 0 0:0 17:40 00:00:00 [rcuos/2]
  734. S 0 32 2 0 0 0:0 17:40 00:00:00 [rcuob/2]
  735. S 0 33 2 0 0 0:0 17:40 00:00:00 [cpuhp/3]
  736. S 0 34 2 0 0 0:0 17:40 00:00:00 [migration/3]
  737. S 0 35 2 0 0 0:0 17:40 00:00:00 [ksoftirqd/3]
  738. I 0 36 2 0 0 0:0 17:40 00:00:00 [kworker/3:0]
  739. I 0 37 2 0 0 0:0 17:40 00:00:00 [kworker/3:0H]
  740. S 0 38 2 0 0 0:0 17:40 00:00:00 [rcuop/3]
  741. S 0 39 2 0 0 0:0 17:40 00:00:00 [rcuos/3]
  742. S 0 40 2 0 0 0:0 17:40 00:00:00 [rcuob/3]
  743. S 0 41 2 0 0 0:0 17:40 00:00:00 [cpuhp/4]
  744. S 0 42 2 0 0 0:0 17:40 00:00:00 [migration/4]
  745. S 0 43 2 0 0 0:0 17:40 00:00:00 [ksoftirqd/4]
  746. I 0 44 2 0 0 0:0 17:40 00:00:00 [kworker/4:0]
  747. I 0 45 2 0 0 0:0 17:40 00:00:00 [kworker/4:0H]
  748. S 0 46 2 0 0 0:0 17:40 00:00:00 [rcuop/4]
  749. S 0 47 2 0 0 0:0 17:40 00:00:00 [rcuos/4]
  750. S 0 48 2 0 0 0:0 17:40 00:00:00 [rcuob/4]
  751. S 0 49 2 0 0 0:0 17:40 00:00:00 [cpuhp/5]
  752. S 0 50 2 0 0 0:0 17:40 00:00:00 [migration/5]
  753. S 0 51 2 0 0 0:0 17:40 00:00:00 [ksoftirqd/5]
  754. I 0 52 2 0 0 0:0 17:40 00:00:00 [kworker/5:0]
  755. I 0 53 2 0 0 0:0 17:40 00:00:00 [kworker/5:0H]
  756. S 0 54 2 0 0 0:0 17:40 00:00:00 [rcuop/5]
  757. S 0 55 2 0 0 0:0 17:40 00:00:00 [rcuos/5]
  758. S 0 56 2 0 0 0:0 17:40 00:00:00 [rcuob/5]
  759. S 0 57 2 0 0 0:0 17:40 00:00:00 [cpuhp/6]
  760. S 0 58 2 0 0 0:0 17:40 00:00:00 [migration/6]
  761. S 0 59 2 0 0 0:0 17:40 00:00:00 [ksoftirqd/6]
  762. I 0 60 2 0 0 0:0 17:40 00:00:00 [kworker/6:0]
  763. I 0 61 2 0 0 0:0 17:40 00:00:00 [kworker/6:0H]
  764. S 0 62 2 0 0 0:0 17:40 00:00:00 [rcuop/6]
  765. S 0 63 2 0 0 0:0 17:40 00:00:00 [rcuos/6]
  766. S 0 64 2 0 0 0:0 17:40 00:00:00 [rcuob/6]
  767. S 0 65 2 0 0 0:0 17:40 00:00:00 [cpuhp/7]
  768. S 0 66 2 0 0 0:0 17:40 00:00:00 [migration/7]
  769. S 0 67 2 0 0 0:0 17:40 00:00:00 [ksoftirqd/7]
  770. I 0 68 2 0 0 0:0 17:40 00:00:00 [kworker/7:0]
  771. I 0 69 2 0 0 0:0 17:40 00:00:00 [kworker/7:0H]
  772. S 0 70 2 0 0 0:0 17:40 00:00:00 [rcuop/7]
  773. S 0 71 2 0 0 0:0 17:40 00:00:00 [rcuos/7]
  774. S 0 72 2 0 0 0:0 17:40 00:00:00 [rcuob/7]
  775. S 0 73 2 0 0 0:0 17:40 00:00:00 [kdevtmpfs]
  776. D 0 74 2 0 0 0:0 17:40 00:00:00 [fsc_period_recl]
  777. D 0 75 2 0 0 0:0 17:40 00:00:00 [fsc_instcln_rec]
  778. I 0 76 2 0 0 0:0 17:40 00:00:00 [netns]
  779. I 0 77 2 0 0 0:0 17:40 00:00:00 [pm]
  780. S 0 78 2 0 0 0:0 17:40 00:00:00 [kworker/6:1]
  781. I 0 79 2 0 0 0:0 17:40 00:00:00 [kworker/u17:0]
  782. S 0 80 2 0 0 0:0 17:40 00:00:00 [kworker/u16:1]
  783. I 0 81 2 0 0 0:0 17:40 00:00:00 [ipa_usb_wq]
  784. S 0 82 2 0 0 0:0 17:40 00:00:00 [msm_watchdog]
  785. S 0 83 2 0 0 0:0 17:40 00:00:00 [spi_wdsp]
  786. S 0 84 2 0 0 0:0 17:40 00:00:00 [qmp_aop]
  787. S 0 85 2 0 0 0:0 17:40 00:00:00 [qmp_npu_qmp_low]
  788. S 0 86 2 0 0 0:0 17:40 00:00:00 [qmp_npu_qmp_hig]
  789. I 0 87 2 0 0 0:0 17:40 00:00:00 [kworker/0:1]
  790. I 0 88 2 0 0 0:0 17:40 00:00:00 [kworker/1:1]
  791. S 0 89 2 0 0 0:0 17:40 00:00:00 [oom_reaper]
  792. I 0 90 2 0 0 0:0 17:40 00:00:00 [writeback]
  793. S 0 91 2 0 0 0:0 17:40 00:00:00 [kcompactd0]
  794. I 0 92 2 0 0 0:0 17:40 00:00:00 [crypto]
  795. I 0 93 2 0 0 0:0 17:40 00:00:00 [kblockd]
  796. S 0 94 2 0 0 0:0 17:40 00:00:00 [irq/353-arm-smm]
  797. S 0 95 2 0 0 0:0 17:40 00:00:00 [irq/455-arm-smm]
  798. S 0 96 2 0 0 0:0 17:40 00:00:00 [irq/60-tsens-up]
  799. S 0 97 2 0 0 0:0 17:40 00:00:00 [irq/61-tsens-cr]
  800. S 0 98 2 0 0 0:0 17:40 00:00:00 [irq/62-tsens-up]
  801. S 0 99 2 0 0 0:0 17:40 00:00:00 [irq/63-tsens-cr]
  802. I 0 100 2 0 0 0:0 17:40 00:00:00 [edac-poller]
  803. S 0 101 2 0 0 0:0 17:40 00:00:00 [system]
  804. I 0 102 2 0 0 0:0 17:40 00:00:00 [ipa_power_mgmt]
  805. I 0 103 2 0 0 0:0 17:40 00:00:00 [transport_power]
  806. I 0 104 2 0 0 0:0 17:40 00:00:00 [ipa_pm_activate]
  807. I 0 105 2 0 0 0:0 17:40 00:00:00 [devfreq_wq]
  808. I 0 106 2 0 0 0:0 17:40 00:00:00 [governor_msm_ad]
  809. S 0 107 2 0 0 0:0 17:40 00:00:00 [kworker/7:1]
  810. I 0 108 2 0 0 0:0 17:40 00:00:00 [cfg80211]
  811. I 0 109 2 0 0 0:0 17:40 00:00:00 [kworker/7:2]
  812. S 0 116 2 0 0 0:0 17:40 00:00:00 [kworker/2:1]
  813. D 0 119 2 0 0 0:0 17:40 00:00:00 [kworker/3:1]
  814. S 0 148 2 0 0 0:0 17:40 00:00:00 [kauditd]
  815. S 0 149 2 0 0 0:0 17:40 00:00:00 [kswapd0]
  816. S 0 150 2 0 0 0:0 17:40 00:00:00 [ecryptfs-kthrea]
  817. S 0 190 2 0 0 0:0 17:40 00:00:00 [irq/357-arm-smm]
  818. S 0 191 2 0 0 0:0 17:40 00:00:00 [irq/358-arm-smm]
  819. S 0 192 2 0 0 0:0 17:40 00:00:00 [irq/359-arm-smm]
  820. S 0 193 2 0 0 0:0 17:40 00:00:00 [irq/348-smp2p]
  821. S 0 194 2 0 0 0:0 17:40 00:00:00 [irq/349-smp2p]
  822. S 0 195 2 0 0 0:0 17:40 00:00:00 [irq/350-smp2p]
  823. S 0 196 2 0 0 0:0 17:40 00:00:00 [irq/351-smp2p]
  824. S 0 197 2 0 0 0:0 17:40 00:00:00 [irq/360-arm-smm]
  825. I 0 198 2 0 0 0:0 17:40 00:00:00 [mem_share_svc]
  826. S 0 199 2 0 0 0:0 17:40 00:00:00 [cdsprm-wq]
  827. I 0 200 2 0 0 0:0 17:40 00:00:00 [cdsprm-wq-delay]
  828. S 0 201 2 0 0 0:0 17:40 00:00:00 [irq/361-arm-smm]
  829. I 0 202 2 0 0 0:0 17:40 00:00:00 [okl4vtty]
  830. S 0 203 2 0 0 0:0 17:40 00:00:00 [hwrng]
  831. I 0 205 2 0 0 0:0 17:40 00:00:00 [diag_real_time_]
  832. I 0 206 2 0 0 0:0 17:40 00:00:00 [diag_wq]
  833. I 0 207 2 0 0 0:0 17:40 00:00:00 [DIAG_USB_diag]
  834. I 0 208 2 0 0 0:0 17:40 00:00:00 [diag_cntl_wq]
  835. I 0 209 2 0 0 0:0 17:40 00:00:00 [diag_dci_wq]
  836. I 0 210 2 0 0 0:0 17:40 00:00:00 [MODEM_CNTL]
  837. I 0 211 2 0 0 0:0 17:40 00:00:00 [MODEM_DATA]
  838. I 0 212 2 0 0 0:0 17:40 00:00:00 [MODEM_CMD]
  839. I 0 213 2 0 0 0:0 17:40 00:00:00 [MODEM_DCI]
  840. I 0 214 2 0 0 0:0 17:40 00:00:00 [MODEM_DCI_CMD]
  841. I 0 215 2 0 0 0:0 17:40 00:00:00 [LPASS_CNTL]
  842. I 0 216 2 0 0 0:0 17:40 00:00:00 [LPASS_DATA]
  843. I 0 217 2 0 0 0:0 17:40 00:00:00 [LPASS_CMD]
  844. I 0 218 2 0 0 0:0 17:40 00:00:00 [LPASS_DCI]
  845. I 0 219 2 0 0 0:0 17:40 00:00:00 [LPASS_DCI_CMD]
  846. I 0 220 2 0 0 0:0 17:40 00:00:00 [WCNSS_CNTL]
  847. I 0 221 2 0 0 0:0 17:40 00:00:00 [WCNSS_DATA]
  848. I 0 222 2 0 0 0:0 17:40 00:00:00 [WCNSS_CMD]
  849. I 0 223 2 0 0 0:0 17:40 00:00:00 [WCNSS_DCI]
  850. I 0 224 2 0 0 0:0 17:40 00:00:00 [WCNSS_DCI_CMD]
  851. I 0 225 2 0 0 0:0 17:40 00:00:00 [SENSORS_CNTL]
  852. I 0 226 2 0 0 0:0 17:40 00:00:00 [SENSORS_DATA]
  853. I 0 227 2 0 0 0:0 17:40 00:00:00 [SENSORS_CMD]
  854. I 0 228 2 0 0 0:0 17:40 00:00:00 [SENSORS_DCI]
  855. I 0 229 2 0 0 0:0 17:40 00:00:00 [SENSORS_DCI_CMD]
  856. I 0 230 2 0 0 0:0 17:40 00:00:00 [DIAG_CTRL]
  857. I 0 231 2 0 0 0:0 17:40 00:00:00 [DIAG_DATA]
  858. I 0 232 2 0 0 0:0 17:40 00:00:00 [DIAG_CMD]
  859. I 0 233 2 0 0 0:0 17:40 00:00:00 [DIAG_DCI_DATA]
  860. I 0 234 2 0 0 0:0 17:40 00:00:00 [DIAG_DCI_CMD]
  861. I 0 235 2 0 0 0:0 17:40 00:00:00 [CDSP_CNTL]
  862. I 0 236 2 0 0 0:0 17:40 00:00:00 [CDSP_DATA]
  863. I 0 237 2 0 0 0:0 17:40 00:00:00 [CDSP_CMD]
  864. I 0 238 2 0 0 0:0 17:40 00:00:00 [CDSP_DCI]
  865. I 0 239 2 0 0 0:0 17:40 00:00:00 [CDSP_DCI_CMD]
  866. I 0 240 2 0 0 0:0 17:40 00:00:00 [DIAG_RPMSG_DIAG]
  867. I 0 241 2 0 0 0:0 17:40 00:00:00 [DIAG_RPMSG_DIAG]
  868. I 0 242 2 0 0 0:0 17:40 00:00:00 [DIAG_RPMSG_DIAG]
  869. I 0 243 2 0 0 0:0 17:40 00:00:00 [DIAG_RPMSG_DIAG]
  870. I 0 244 2 0 0 0:0 17:40 00:00:00 [DIAG_RPMSG_DIAG]
  871. S 0 245 2 0 0 0:0 17:40 00:00:00 [kworker/u16:2]
  872. I 0 246 2 0 0 0:0 17:40 00:00:00 [diag_mhi_MDM]
  873. S 0 247 2 0 0 0:0 17:40 00:00:00 [kworker/u16:3]
  874. I 0 248 2 0 0 0:0 17:40 00:00:00 [DIAG_USB_diag_m]
  875. S 0 249 2 0 0 0:0 17:40 00:00:00 [kworker/u16:4]
  876. I 0 250 2 0 0 0:0 17:40 00:00:00 [diag_mhi_MDM_DC]
  877. S 0 251 2 0 0 0:0 17:40 00:00:00 [kworker/u16:5]
  878. I 0 252 2 0 0 0:0 17:40 00:00:00 [diag_dci_MDM_DC]
  879. I 0 253 2 0 0 0:0 17:40 00:00:00 [kworker/u16:6]
  880. I 0 254 2 0 0 0:0 17:40 00:00:00 [kgsl-workqueue]
  881. I 0 255 2 0 0 0:0 17:40 00:00:00 [kgsl-mementry]
  882. S 0 256 2 0 0 0:0 17:40 00:00:00 [kgsl_worker_thr]
  883. S 0 257 2 0 0 0:0 17:40 00:00:00 [irq/456-arm-smm]
  884. S 0 258 2 0 0 0:0 17:40 00:00:00 [irq/457-arm-smm]
  885. S 0 259 2 0 0 0:0 17:40 00:00:00 [irq/458-arm-smm]
  886. I 0 260 2 0 0 0:0 17:40 00:00:00 [kgsl-events]
  887. I 0 261 2 0 0 0:0 17:40 00:00:00 [kgsl_devfreq_wq]
  888. I 0 262 2 0 0 0:0 17:40 00:00:00 [memory_wq]
  889. S 0 263 2 0 0 0:0 17:40 00:00:00 [irq/542-qpnp_lc]
  890. S 0 264 2 0 0 0:0 17:40 00:00:00 [irq/546-wled_ov]
  891. S 0 265 2 0 0 0:0 17:40 00:00:00 [irq/548-wled_fl]
  892. S 0 266 2 0 0 0:0 17:40 00:00:00 [irq/547-wled_pr]
  893. S 0 267 2 0 0 0:0 17:40 00:00:00 [irq/362-arm-smm]
  894. S 0 268 2 0 0 0:0 17:40 00:00:00 [irq/363-arm-smm]
  895. S 0 269 2 0 0 0:0 17:40 00:00:00 [irq/364-arm-smm]
  896. I 0 270 2 0 0 0:0 17:40 00:00:00 [qcrypto_seq_res]
  897. S 0 271 2 0 0 0:0 17:40 00:00:00 [irq/365-arm-smm]
  898. S 0 292 2 0 0 0:0 17:40 00:00:00 [scsi_eh_0]
  899. I 0 293 2 0 0 0:0 17:40 00:00:00 [scsi_tmf_0]
  900. I 0 294 2 0 0 0:0 17:40 00:00:00 [ufs_pm_qos_0]
  901. I 0 295 2 0 0 0:0 17:40 00:00:00 [ufs_clk_gating_]
  902. I 0 296 2 0 0 0:0 17:40 00:00:00 [ice-set-key]
  903. I 0 297 2 0 0 0:0 17:40 00:00:00 [ufs_clkscaling_]
  904. I 0 298 2 0 0 0:0 17:40 00:00:00 [kworker/u16:7]
  905. S 0 299 2 0 0 0:0 17:40 00:00:00 [irq/366-arm-smm]
  906. S 0 300 2 0 0 0:0 17:40 00:00:00 [spi1]
  907. S 0 301 2 0 0 0:0 17:40 00:00:00 [spi0]
  908. I 0 302 2 0 0 0:0 17:40 00:00:00 [bond0]
  909. I 0 309 2 0 0 0:0 17:40 00:00:00 [k_ipa_usb]
  910. S 0 312 2 0 0 0:0 17:40 00:00:00 [irq/233-gf]
  911. S 0 313 2 0 0 0:0 17:40 00:00:00 [irq/367-arm-smm]
  912. I 0 314 2 0 0 0:0 17:40 00:00:00 [SecTimerCbWq]
  913. I 0 315 2 0 0 0:0 17:40 00:00:00 [tp_async]
  914. I 0 316 2 0 0 0:0 17:40 00:00:00 [kworker/u16:8]
  915. I 0 317 2 0 0 0:0 17:40 00:00:00 [kworker/u16:9]
  916. I 0 318 2 0 0 0:0 17:40 00:00:00 [kworker/u16:10]
  917. I 0 319 2 0 0 0:0 17:40 00:00:00 [kworker/u16:11]
  918. I 0 320 2 0 0 0:0 17:40 00:00:00 [kworker/u16:12]
  919. I 0 321 2 0 0 0:0 17:40 00:00:00 [kworker/u16:13]
  920. I 0 322 2 0 0 0:0 17:40 00:00:00 [kworker/u16:14]
  921. S 0 323 2 0 0 0:0 17:40 00:00:00 [irq/241-touchpa]
  922. I 0 324 2 0 0 0:0 17:40 00:00:00 [speedup_resume_]
  923. S 0 325 2 0 0 0:0 17:40 00:00:00 [irq/368-arm-smm]
  924. I 0 326 2 0 0 0:0 17:40 00:00:00 [irq_hdl]
  925. I 0 327 2 0 0 0:0 17:40 00:00:00 [msm_vidc_worker]
  926. I 0 328 2 0 0 0:0 17:40 00:00:00 [pm_workerq_venu]
  927. S 0 329 2 0 0 0:0 17:40 00:00:00 [irq/369-arm-smm]
  928. S 0 330 2 0 0 0:0 17:40 00:00:00 [irq/370-arm-smm]
  929. S 0 331 2 0 0 0:0 17:40 00:00:00 [irq/371-arm-smm]
  930. S 0 332 2 0 0 0:0 17:40 00:00:00 [irq/372-arm-smm]
  931. I 0 333 2 0 0 0:0 17:40 00:00:00 [cam-cpas]
  932. I 0 334 2 0 0 0:0 17:40 00:00:00 [qcom,cam_virtua]
  933. S 0 335 2 0 0 0:0 17:40 00:00:00 [irq/373-arm-smm]
  934. I 0 336 2 0 0 0:0 17:40 00:00:00 [qcom,cam170-cpa]
  935. S 0 337 2 0 0 0:0 17:40 00:00:00 [irq/374-arm-smm]
  936. I 0 338 2 0 0 0:0 17:40 00:00:00 [cam_cci_wq]
  937. I 0 339 2 0 0 0:0 17:40 00:00:00 [cam_cci_wq]
  938. I 0 340 2 0 0 0:0 17:40 00:00:00 [cam_cci_wq]
  939. I 0 341 2 0 0 0:0 17:40 00:00:00 [cam_cci_wq]
  940. S 0 342 2 0 0 0:0 17:40 00:00:00 [irq/375-arm-smm]
  941. S 0 343 2 0 0 0:0 17:40 00:00:00 [irq/376-arm-smm]
  942. S 0 344 2 0 0 0:0 17:40 00:00:00 [irq/377-arm-smm]
  943. S 0 345 2 0 0 0:0 17:40 00:00:00 [irq/378-arm-smm]
  944. S 0 346 2 0 0 0:0 17:40 00:00:00 [irq/379-arm-smm]
  945. S 0 347 2 0 0 0:0 17:40 00:00:00 [dmx_tsif0]
  946. S 0 348 2 0 0 0:0 17:40 00:00:00 [dmx_tsif1]
  947. S 0 349 2 0 0 0:0 17:40 00:00:00 [irq/556-soc-upd]
  948. S 0 350 2 0 0 0:0 17:40 00:00:00 [irq/557-soc-rea]
  949. S 0 351 2 0 0 0:0 17:40 00:00:00 [irq/558-bsoc-de]
  950. S 0 352 2 0 0 0:0 17:40 00:00:00 [irq/559-msoc-de]
  951. S 0 353 2 0 0 0:0 17:40 00:00:00 [irq/560-msoc-lo]
  952. S 0 354 2 0 0 0:0 17:40 00:00:00 [irq/561-msoc-em]
  953. S 0 355 2 0 0 0:0 17:40 00:00:00 [irq/562-msoc-hi]
  954. S 0 356 2 0 0 0:0 17:40 00:00:00 [irq/563-msoc-fu]
  955. S 0 357 2 0 0 0:0 17:40 00:00:00 [irq/564-vbatt-l]
  956. S 0 358 2 0 0 0:0 17:40 00:00:00 [irq/565-vbatt-p]
  957. S 0 359 2 0 0 0:0 17:40 00:00:00 [irq/566-esr-del]
  958. S 0 360 2 0 0 0:0 17:40 00:00:00 [irq/567-batt-mi]
  959. S 0 361 2 0 0 0:0 17:40 00:00:00 [irq/568-batt-id]
  960. S 0 362 2 0 0 0:0 17:40 00:00:00 [irq/569-batt-te]
  961. S 0 363 2 0 0 0:0 17:40 00:00:00 [irq/570-batt-te]
  962. S 0 364 2 0 0 0:0 17:40 00:00:00 [irq/571-batt-te]
  963. S 0 365 2 0 0 0:0 17:40 00:00:00 [irq/572-ima-rdy]
  964. S 0 366 2 0 0 0:0 17:40 00:00:00 [irq/573-ima-xcp]
  965. S 0 367 2 0 0 0:0 17:40 00:00:00 [irq/574-dma-xcp]
  966. S 0 368 2 0 0 0:0 17:40 00:00:00 [irq/575-dma-gra]
  967. S 0 369 2 0 0 0:0 17:40 00:00:00 [irq/576-mem-att]
  968. I 0 370 2 0 0 0:0 17:40 00:00:00 [kworker/6:2]
  969. I 0 371 2 0 0 0:0 17:40 00:00:00 [update_pre_capa]
  970. S 0 372 2 0 0 0:0 17:40 00:00:00 [irq/502-ptrain-]
  971. S 0 373 2 0 0 0:0 17:40 00:00:00 [irq/488-qcom,te]
  972. S 0 374 2 0 0 0:0 17:40 00:00:00 [irq/501-qcom,te]
  973. S 0 375 2 0 0 0:0 17:40 00:00:00 [irq/525-qcom,te]
  974. S 0 376 2 0 0 0:0 17:40 00:00:00 [irq/465-limits_]
  975. I 0 377 2 0 0 0:0 17:40 00:00:00 [kworker/0:1H]
  976. S 0 378 2 0 0 0:0 17:40 00:00:00 [irq/466-limits_]
  977. I 0 379 2 0 0 0:0 17:40 00:00:00 [kworker/4:1H]
  978. S 0 380 2 0 0 0:0 17:40 00:00:00 [irq/522-bcl-vba]
  979. S 0 381 2 0 0 0:0 17:40 00:00:00 [irq/523-bcl-vba]
  980. S 0 382 2 0 0 0:0 17:40 00:00:00 [irq/524-bcl-vba]
  981. S 0 383 2 0 0 0:0 17:40 00:00:00 [irq/538-bcl-vba]
  982. S 0 384 2 0 0 0:0 17:40 00:00:00 [irq/539-bcl-vba]
  983. S 0 385 2 0 0 0:0 17:40 00:00:00 [irq/540-bcl-vba]
  984. I 0 386 2 0 0 0:0 17:40 00:00:00 [dm_bufio_cache]
  985. S 0 387 2 0 0 0:0 17:40 00:00:00 [irq/48-KRYO L3-]
  986. I 0 388 2 0 0 0:0 17:40 00:00:00 [mmc_clk_gate/mm]
  987. S 0 389 2 0 0 0:0 17:40 00:00:00 [irq/51-8804000.]
  988. I 0 390 2 0 0 0:0 17:40 00:00:00 [kworker/3:2]
  989. S 0 391 2 0 0 0:0 17:40 00:00:00 [irq/50-mmc0]
  990. I 0 392 2 0 0 0:0 17:40 00:00:00 [kworker/4:1]
  991. I 0 393 2 0 0 0:0 17:40 00:00:00 [kworker/5:1]
  992. S 0 394 2 0 0 0:0 17:40 00:00:00 [irq/213-8804000]
  993. S 0 395 2 0 0 0:0 17:40 00:00:00 [irq/139-aw8697]
  994. S 0 397 2 0 0 0:0 17:40 00:00:00 [reclaimd]
  995. S 0 398 2 0 0 0:0 17:40 00:00:00 [swapind]
  996. I 0 399 2 0 0 0:0 17:40 00:00:00 [oem_key_dump]
  997. S 0 400 2 0 0 0:0 17:40 00:00:00 [irq/380-arm-smm]
  998. I 0 401 2 0 0 0:0 17:40 00:00:00 [uaudio_svc]
  999. I 0 402 2 0 0 0:0 17:40 00:00:00 [apr_driver]
  1000. I 0 403 2 0 0 0:0 17:40 00:00:00 [wdsp_glink_wq]
  1001. I 0 404 2 0 0 0:0 17:40 00:00:00 [ipv6_addrconf]
  1002. I 0 412 2 0 0 0:0 17:40 00:00:00 [kworker/2:2]
  1003. S 0 415 2 0 0 0:0 17:40 00:00:00 [irq/578-chgr-er]
  1004. I 0 416 2 0 0 0:0 17:40 00:00:00 [kworker/6:3]
  1005. S 0 417 2 0 0 0:0 17:40 00:00:00 [irq/579-chg-sta]
  1006. S 0 418 2 0 0 0:0 17:40 00:00:00 [irq/585-otg-fai]
  1007. S 0 419 2 0 0 0:0 17:40 00:00:00 [irq/588-high-du]
  1008. I 0 420 2 0 0 0:0 17:40 00:00:00 [kworker/6:4]
  1009. S 0 421 2 0 0 0:0 17:40 00:00:00 [irq/589-input-c]
  1010. I 0 422 2 0 0 0:0 17:40 00:00:00 [kworker/6:5]
  1011. S 0 423 2 0 0 0:0 17:40 00:00:00 [irq/591-switche]
  1012. I 0 424 2 0 0 0:0 17:40 00:00:00 [kworker/6:6]
  1013. S 0 425 2 0 0 0:0 17:40 00:00:00 [irq/592-bat-tem]
  1014. I 0 426 2 0 0 0:0 17:40 00:00:00 [kworker/6:7]
  1015. S 0 427 2 0 0 0:0 17:40 00:00:00 [irq/593-bat-ov]
  1016. I 0 428 2 0 0 0:0 17:40 00:00:00 [kworker/6:8]
  1017. S 0 429 2 0 0 0:0 17:40 00:00:00 [irq/594-bat-low]
  1018. I 0 430 2 0 0 0:0 17:40 00:00:00 [kworker/6:9]
  1019. S 0 431 2 0 0 0:0 17:40 00:00:00 [irq/595-bat-the]
  1020. S 0 432 2 0 0 0:0 17:40 00:00:00 [irq/596-bat-ter]
  1021. S 0 433 2 0 0 0:0 17:40 00:00:00 [irq/599-usbin-c]
  1022. S 0 434 2 0 0 0:0 17:40 00:00:00 [irq/600-usbin-v]
  1023. I 0 435 2 0 0 0:0 17:40 00:00:00 [kworker/6:10]
  1024. S 0 436 2 0 0 0:0 17:40 00:00:00 [irq/601-usbin-u]
  1025. S 0 437 2 0 0 0:0 17:40 00:00:00 [irq/602-usbin-o]
  1026. S 0 438 2 0 0 0:0 17:40 00:00:00 [irq/603-usbin-p]
  1027. S 0 439 2 0 0 0:0 17:40 00:00:00 [irq/605-usbin-s]
  1028. S 0 440 2 0 0 0:0 17:40 00:00:00 [irq/606-usbin-i]
  1029. S 0 441 2 0 0 0:0 17:40 00:00:00 [irq/608-dcin-uv]
  1030. S 0 442 2 0 0 0:0 17:40 00:00:00 [irq/609-dcin-ov]
  1031. S 0 443 2 0 0 0:0 17:40 00:00:00 [irq/610-dcin-pl]
  1032. S 0 444 2 0 0 0:0 17:40 00:00:00 [irq/612-dcin-po]
  1033. S 0 445 2 0 0 0:0 17:40 00:00:00 [irq/613-dcin-en]
  1034. S 0 446 2 0 0 0:0 17:40 00:00:00 [irq/614-typec-o]
  1035. S 0 447 2 0 0 0:0 17:40 00:00:00 [irq/616-typec-c]
  1036. S 0 448 2 0 0 0:0 17:40 00:00:00 [irq/617-typec-v]
  1037. S 0 449 2 0 0 0:0 17:40 00:00:00 [irq/619-typec-a]
  1038. S 0 450 2 0 0 0:0 17:40 00:00:00 [irq/620-typec-l]
  1039. S 0 451 2 0 0 0:0 17:40 00:00:00 [irq/622-wdog-sn]
  1040. S 0 452 2 0 0 0:0 17:40 00:00:00 [irq/623-wdog-ba]
  1041. S 0 453 2 0 0 0:0 17:40 00:00:00 [irq/625-aicl-do]
  1042. S 0 454 2 0 0 0:0 17:40 00:00:00 [irq/627-temp-ch]
  1043. S 0 455 2 0 0 0:0 17:40 00:00:00 [irq/500-thr-int]
  1044. S 0 456 2 0 0 0:0 17:40 00:00:00 [irq/513-thr-int]
  1045. S 0 457 2 0 0 0:0 17:40 00:00:00 [irq/541-thr-int]
  1046. S 0 458 2 0 0 0:0 17:40 00:00:00 [irq/381-arm-smm]
  1047. S 0 466 2 0 0 0:0 17:40 00:00:00 [irq/514-sig-tx]
  1048. S 0 467 2 0 0 0:0 17:40 00:00:00 [irq/515-sig-rx]
  1049. I 0 468 2 0 0 0:0 17:40 00:00:00 [kworker/u17:1]
  1050. I 0 469 2 0 0 0:0 17:40 00:00:00 [k_sm_usb]
  1051. S 0 470 2 0 0 0:0 17:40 00:00:00 [irq/449-pwr_eve]
  1052. S 0 471 2 0 0 0:0 17:40 00:00:00 [irq/448-dp_hs_p]
  1053. S 0 472 2 0 0 0:0 17:40 00:00:00 [irq/451-dm_hs_p]
  1054. S 0 473 2 0 0 0:0 17:40 00:00:00 [irq/450-ss_phy_]
  1055. S 0 474 2 0 0 0:0 17:40 00:00:00 [irq/382-arm-smm]
  1056. I 0 475 2 0 0 0:0 17:40 00:00:00 [usb_bam_wq]
  1057. S 0 476 2 0 0 0:0 17:40 00:00:00 [core_ctl/0]
  1058. S 0 477 2 0 0 0:0 17:40 00:00:00 [core_ctl/4]
  1059. S 0 478 2 0 0 0:0 17:40 00:00:00 [core_ctl/7]
  1060. I 0 483 2 0 0 0:0 17:40 00:00:00 [rq_stats]
  1061. S 0 484 2 0 0 0:0 17:40 00:00:00 [msm_perf:events]
  1062. I 0 485 2 0 0 0:0 17:40 00:00:00 [op_rf_cable_wqu]
  1063. S 0 486 2 0 0 0:0 17:40 00:00:00 [irq/383-arm-smm]
  1064. S 0 487 2 0 0 0:0 17:40 00:00:00 [irq/384-arm-smm]
  1065. S 0 488 2 0 0 0:0 17:40 00:00:00 [irq/385-arm-smm]
  1066. S 0 489 2 0 0 0:0 17:40 00:00:00 [irq/386-arm-smm]
  1067. S 0 490 2 0 0 0:0 17:40 00:00:00 [irq/387-arm-smm]
  1068. S 0 491 2 0 0 0:0 17:40 00:00:00 [irq/388-arm-smm]
  1069. S 0 492 2 0 0 0:0 17:40 00:00:00 [irq/389-arm-smm]
  1070. S 0 493 2 0 0 0:0 17:40 00:00:00 [irq/390-arm-smm]
  1071. S 0 494 2 0 0 0:0 17:40 00:00:00 [irq/391-arm-smm]
  1072. S 0 495 2 0 0 0:0 17:40 00:00:00 [irq/392-arm-smm]
  1073. S 0 496 2 0 0 0:0 17:40 00:00:00 [irq/393-arm-smm]
  1074. S 0 497 2 0 0 0:0 17:40 00:00:00 [irq/394-arm-smm]
  1075. S 0 498 2 0 0 0:0 17:40 00:00:00 [irq/395-arm-smm]
  1076. S 0 499 2 0 0 0:0 17:40 00:00:00 [irq/396-arm-smm]
  1077. S 0 500 2 0 0 0:0 17:40 00:00:00 [irq/397-arm-smm]
  1078. I 0 501 2 0 0 0:0 17:40 00:00:00 [drm_dp]
  1079. S 0 502 2 0 0 0:0 17:40 00:00:00 [irq/356-arm-smm]
  1080. S 0 503 2 0 0 0:0 17:40 00:00:00 [irq/398-arm-smm]
  1081. I 0 504 2 0 0 0:0 17:40 00:00:00 [sdm_dp_audio_no]
  1082. I 0 505 2 0 0 0:0 17:40 00:00:00 [hdcp_1x_1]
  1083. S 0 506 2 0 0 0:0 17:40 00:00:00 [hdcp_tz_lib]
  1084. S 0 507 2 0 0 0:0 17:40 00:00:00 [dp_hdcp2p2]
  1085. S 0 508 2 0 0 0:0 17:40 00:00:00 [crtc_commit:139]
  1086. S 0 509 2 0 0 0:0 17:40 00:00:00 [crtc_event:139]
  1087. S 0 510 2 0 0 0:0 17:40 00:00:00 [crtc_commit:194]
  1088. S 0 511 2 0 0 0:0 17:40 00:00:00 [crtc_event:194]
  1089. S 0 512 2 0 0 0:0 17:40 00:00:00 [crtc_commit:202]
  1090. S 0 513 2 0 0 0:0 17:40 00:00:00 [crtc_event:202]
  1091. S 0 514 2 0 0 0:0 17:40 00:00:00 [crtc_commit:210]
  1092. S 0 515 2 0 0 0:0 17:40 00:00:00 [crtc_event:210]
  1093. S 0 516 2 0 0 0:0 17:40 00:00:00 [crtc_commit:218]
  1094. S 0 517 2 0 0 0:0 17:40 00:00:00 [crtc_event:218]
  1095. S 0 518 2 0 0 0:0 17:40 00:00:00 [pp_event]
  1096. S 0 519 2 0 0 0:0 17:40 00:00:00 [rot_commitq_0_0]
  1097. S 0 520 2 0 0 0:0 17:40 00:00:00 [rot_commitq_0_1]
  1098. S 0 521 2 0 0 0:0 17:40 00:00:00 [rot_doneq_0_0]
  1099. S 0 522 2 0 0 0:0 17:40 00:00:00 [rot_doneq_0_1]
  1100. S 0 523 2 0 0 0:0 17:40 00:00:00 [rot_fenceq_0_0]
  1101. S 0 524 2 0 0 0:0 17:40 00:00:00 [rot_fenceq_0_1]
  1102. S 0 525 2 0 0 0:0 17:40 00:00:00 [rot_fenceq_0_2]
  1103. S 0 526 2 0 0 0:0 17:40 00:00:00 [rot_fenceq_0_3]
  1104. S 0 527 2 0 0 0:0 17:40 00:00:00 [rot_fenceq_0_4]
  1105. S 0 528 2 0 0 0:0 17:40 00:00:00 [rot_fenceq_0_5]
  1106. S 0 529 2 0 0 0:0 17:40 00:00:00 [rot_fenceq_0_6]
  1107. S 0 530 2 0 0 0:0 17:40 00:00:00 [rot_fenceq_0_7]
  1108. S 0 531 2 0 0 0:0 17:40 00:00:00 [rot_fenceq_0_8]
  1109. S 0 532 2 0 0 0:0 17:40 00:00:00 [rot_fenceq_0_9]
  1110. S 0 533 2 0 0 0:0 17:40 00:00:00 [rot_fenceq_0_10]
  1111. S 0 534 2 0 0 0:0 17:40 00:00:00 [rot_fenceq_0_11]
  1112. S 0 535 2 0 0 0:0 17:40 00:00:00 [rot_fenceq_0_12]
  1113. S 0 536 2 0 0 0:0 17:40 00:00:00 [rot_fenceq_0_13]
  1114. S 0 537 2 0 0 0:0 17:40 00:00:00 [rot_fenceq_0_14]
  1115. S 0 538 2 0 0 0:0 17:40 00:00:00 [rot_fenceq_0_15]
  1116. I 0 539 2 0 0 0:0 17:40 00:00:00 [sb-1]
  1117. S 0 540 2 0 0 0:0 17:40 00:00:00 [ngd_rx_thread1]
  1118. S 0 541 2 0 0 0:0 17:40 00:00:00 [ngd_notify_sl1]
  1119. I 0 542 2 0 0 0:0 17:40 00:00:00 [sb-3]
  1120. S 0 543 2 0 0 0:0 17:40 00:00:00 [ngd_rx_thread3]
  1121. S 0 544 2 0 0 0:0 17:40 00:00:00 [ngd_notify_sl3]
  1122. S 0 545 2 0 0 0:0 17:40 00:00:00 [irq/509-vl53l1_]
  1123. S 0 546 2 0 0 0:0 17:40 00:00:00 [irq/545-qpnp_fl]
  1124. S 0 547 2 0 0 0:0 17:40 00:00:00 [irq/544-qpnp_fl]
  1125. S 0 548 2 0 0 0:0 17:40 00:00:00 [irq/543-qpnp_fl]
  1126. I 0 549 2 0 0 0:0 17:40 00:00:00 [motor_run_work_]
  1127. I 0 550 2 0 0 0:0 17:40 00:00:00 [manual2auto_wq]
  1128. I 0 567 2 0 0 0:0 17:40 00:00:00 [kworker/1:1H]
  1129. I 0 625 2 0 0 0:0 17:40 00:00:00 [kworker/3:3]
  1130. I 0 626 2 0 0 0:0 17:40 00:00:00 [kworker/2:1H]
  1131. I 0 627 2 0 0 0:0 17:40 00:00:00 [kworker/2:3]
  1132. I 0 631 2 0 0 0:0 17:40 00:00:00 [kworker/3:4]
  1133. I 0 692 2 0 0 0:0 17:40 00:00:00 [kworker/3:1H]
  1134. I 0 867 2 0 0 0:0 17:40 00:00:00 [kworker/1:2]
  1135. I 0 868 2 0 0 0:0 17:40 00:00:00 [kworker/0:2]
  1136. I 0 945 2 0 0 0:0 17:40 00:00:00 [kworker/0:3]
  1137. S 0 954 1 1724 1060 0:0 17:40 00:00:00 udhcpd
  1138. S 0 966 1 1724 36 0:0 17:40 00:00:00 telnetd -b 192.168.2.15:23 -l /bin/sh
  1139. R 0 968 1 1728 4 0:0 17:40 00:00:00 ps -wlT
  1140. + ps -ef
  1141. ps: invalid option -- 'e'
  1142. BusyBox v1.21.1 (2018-05-24 18:41:26 EDT) multi-call binary.
  1143.  
  1144. Usage: ps
  1145.  
  1146. Show list of processes
  1147.  
  1148. w Wide output
  1149. l Long output
  1150. T Show threads
  1151.  
  1152. + netstat -lnp
  1153. Active Internet connections (only servers)
  1154. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  1155. tcp 0 0 192.168.2.15:23 0.0.0.0:* LISTEN 966/telnetd
  1156. udp 0 0 0.0.0.0:67 0.0.0.0:* 954/udhcpd
  1157. Active UNIX domain sockets (only servers)
  1158. Proto RefCnt Flags Type State I-Node PID/Program name Path
  1159. + cat /proc/mounts
  1160. rootfs / rootfs rw 0 0
  1161. devtmpfs /dev devtmpfs rw,relatime,size=3670044k,nr_inodes=917511,mode=755 0 0
  1162. devpts /dev/pts devpts rw,relatime,mode=600,ptmxmode=000 0 0
  1163. sysfs /sys sysfs rw,relatime 0 0
  1164. proc /proc proc rw,relatime 0 0
  1165. none /config configfs rw,relatime 0 0
  1166. rootfs /target/data rootfs rw 0 0
  1167. + sync
  1168. + inject_loop
  1169. + INJ_DIR=/init-ctl
  1170. + INJ_STDIN=/init-ctl/stdin
  1171. + mkdir /init-ctl
  1172. + mkfifo /init-ctl/stdin
  1173. + echo This entire directory is for debugging init - it can safely be removed
  1174. + echo ########################## Beginning inject loop
  1175. ########################## Beginning inject loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement