Advertisement
Guest User

Untitled

a guest
Sep 7th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.40 KB | None | 0 0
  1.  
  2. Entering character mode
  3. Escape character is '^]'.
  4.  
  5.  
  6. Welcome to the Mer/SailfishOS Boat loader debug init system.
  7.  
  8. Log so far is in /init.log
  9.  
  10. To make post-switch_root halt before starting systemd, perform:
  11. touch /target/init_enter_debug2
  12. (When run post-switch_root, telnet is on port 2323, not 23)
  13.  
  14. You may inject commands into init shell process (PID 1):
  15.  
  16. To see output of commands as they're injected:
  17. tail -f /init.log &
  18. To run a command:
  19. echo "ls -l /" >/init-ctl/stdin
  20.  
  21. (Be careful if you experiment with exec as you need to terminate
  22. daemons and disable busybox hotplug handling)
  23.  
  24. To allow init to continue:
  25. echo "continue" >/init-ctl/stdin
  26.  
  27. In order to work safely with the device's mmc you should
  28. echo "umount_stowaways" >/init-ctl/stdin
  29.  
  30. Then you can mount and modify exported mass storage on host. When done
  31. echo "mount_stowaways" >/init-ctl/stdin
  32.  
  33.  
  34. / # cat init.log
  35. + exec
  36. + echo Running Mer Boat Loader
  37. Running Mer Boat Loader
  38. + BOOTLOGO=
  39. + ALWAYSDEBUG=
  40. + DATA_PARTITION=/dev/sda17
  41. + DEFAULT_OS=sailfishos
  42. + export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
  43. + USB_FUNCTIONS=rndis
  44. + ANDROID_USB=/sys/class/android_usb/android0
  45. + GADGET_DIR=/config/usb_gadget
  46. + LOCAL_IP=192.168.2.15
  47. + DONE_SWITCH=no
  48. + [ /init = /init-debug ]
  49. + [ no = no ]
  50. + EXPLICIT_BUSYBOX=
  51. + TELNET_DEBUG_PORT=23
  52. + /bin/busybox --install -s
  53. + date
  54. Sat Nov 28 01:24:23 UTC 1970
  55. + do_mount_devprocsys
  56. + echo ########################## mounting devprocsys
  57. ########################## mounting devprocsys
  58. + mkdir /dev
  59. mkdir: can't create directory '/dev': File exists
  60. + mount -t devtmpfs devtmpfs /dev
  61. + mkdir /dev/pts
  62. + mount -t devpts devpts /dev/pts
  63. + mkdir /proc
  64. + mkdir /sys
  65. + mount -t sysfs sysfs /sys
  66. + mount -t proc proc /proc
  67. + mkdir /config
  68. + mount -t configfs none /config
  69. + do_hotplug_scan
  70. + echo /sbin/mdev
  71. + mdev -s
  72. + sleep 2
  73. + ln -s . /dev/block
  74. + ln -s /proc/mounts /etc/mtab
  75. + check_kernel_config
  76. + echo Checking kernel config
  77. Checking kernel config
  78. + [ ! -e /proc/config.gz ]
  79. + + grepzcat -E ^CONFIG_CGROUPS=y$
  80. /proc/config.gz
  81. CONFIG_CGROUPS=y
  82. + zcat /proc/config.gz
  83. + grep -E ^CONFIG_AUTOFS4_FS=y$
  84. CONFIG_AUTOFS4_FS=y
  85. + grep -E ^CONFIG_DEVTMPFS_MOUNT=y$
  86. + zcat /proc/config.gz
  87. CONFIG_DEVTMPFS_MOUNT=y
  88. + grep -E ^CONFIG_DEVTMPFS=y$
  89. + zcat /proc/config.gz
  90. CONFIG_DEVTMPFS=y
  91. + grep -E ^CONFIG_UNIX=y$
  92. + zcat /proc/config.gz
  93. CONFIG_UNIX=y
  94. + grep -E ^CONFIG_INOTIFY_USER=y$
  95. + zcat /proc/config.gz
  96. CONFIG_INOTIFY_USER=y
  97. + grep -E ^CONFIG_SYSVIPC=y$
  98. + zcat /proc/config.gz
  99. CONFIG_SYSVIPC=y
  100. + grep -E ^CONFIG_NET=y$
  101. + zcat /proc/config.gz
  102. CONFIG_NET=y
  103. + grep -E ^CONFIG_PROC_FS=y$
  104. + zcat /proc/config.gz
  105. CONFIG_PROC_FS=y
  106. + grep -E ^CONFIG_SIGNALFD=y$
  107. + zcat /proc/config.gz
  108. CONFIG_SIGNALFD=y
  109. + grep -E ^CONFIG_SYSFS=y$
  110. + zcat /proc/config.gz
  111. CONFIG_SYSFS=y
  112. + grep -E ^CONFIG_TMPFS_POSIX_ACL=y$
  113. + zcat /proc/config.gz
  114. CONFIG_TMPFS_POSIX_ACL=y
  115. + grep -E ^CONFIG_VT=y$
  116. + zcat /proc/config.gz
  117. + echo CONFIG_VT=y not found in /proc/config.gz
  118. + grep -E ^CONFIG_DUMMY=y$
  119. + zcat /proc/config.gz
  120. + grep -E ^CONFIG_SYSFS_DEPRECATED=y$
  121. + zcat /proc/config.gz
  122. + bootsplash
  123. + [ x = x1 ]
  124. + mount_stowaways
  125. + echo ########################## mounting stowaways
  126. ########################## mounting stowaways
  127. + [ ! -z /dev/sda17 ]
  128. + get_opt data_subdir
  129. + cat /proc/cmdline
  130. + grep ^data_subdir=*
  131. + cut -d= -f2
  132. + echo rcupdate.rcu_expedited=1
  133. + + cutgrep -d= ^data_subdir=*
  134. -f2
  135. + echo androidboot.console=ttyMSM0
  136. + cut+ -d=grep -f2
  137. ^data_subdir=*
  138. + echo androidboot.hardware=qcom
  139. + grep ^data_subdir=*
  140. + cut -d= -f2
  141. + echo user_debug=31
  142. + grep ^data_subdir=*
  143. + cut -d= -f2
  144. + echo msm_rtb.filter=0x37
  145. + grep ^data_subdir=*
  146. + cut -d= -f2
  147. + echo ehci-hcd.park=3
  148. + cut -d= -f2
  149. + grep ^data_subdir=*
  150. + echo service_locator.enable=1
  151. + cut+ -d=grep -f2
  152. ^data_subdir=*
  153. + echo swiotlb=2048
  154. + grep ^data_subdir=*+
  155. cut -d= -f2
  156. + echo selinux=0
  157. + + cutgrep -d= ^data_subdir=* -f2
  158.  
  159. + echo audit=0
  160. + grep ^data_subdir=*
  161. + cut -d= -f2
  162. + echo androidboot.veritymode=enforcing
  163. + cut -d= -f2
  164. + grep ^data_subdir=*
  165. + echo androidboot.verifiedbootstate=orange
  166. + cut -d= -f2
  167. + echo androidboot.keymaster=1
  168. + grep ^data_subdir=*
  169. + grep ^data_subdir=*+ cut -d=
  170. -f2
  171. + echo androidboot.bootdevice=1da4000.ufshc
  172. + cut+ -d=grep -f2+
  173. ^data_subdir=*
  174. echo androidboot.ramdump=disable
  175. + + cut -d=grep -f2 ^data_subdir=*
  176.  
  177. + echo androidboot.secureboot=1
  178. + grep ^data_subdir=*
  179. + cut -d= -f2
  180. + echo androidboot.dp=0x0
  181. + cut+ -d=grep -f2
  182. ^data_subdir=*
  183. + echo androidboot.wcnss=1
  184. + grep ^data_subdir=*
  185. + echo androidboot.serialno=c6013869
  186. + cut -d= -f2
  187. + grep ^data_subdir=*
  188. + echo androidboot.hwversion=3.2.0
  189. + cut -d= -f2
  190. + grep ^data_subdir=*
  191. + echo androidboot.product.region=cn
  192. + cut -d= -f2
  193. + grep ^data_subdir=*
  194. + echo androidboot.baseband=msm
  195. + cut -d= -f2
  196. + grep ^data_subdir=*
  197. + echo mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_jdi_fhd_nt35596s_video:config2:1:none:cfg:single_dsi
  198. + cut -d= -f2
  199. + data_subdir=
  200. + mkdir /data
  201. + mkdir /target
  202. + mount /dev/sda17 /data
  203. + mount --bind /data//.stowaways/sailfishos /target
  204. mount: mounting /data//.stowaways/sailfishos on /target failed: No such file or directory
  205. + mkdir /target/data
  206. + mount --bind /data/ /target/data
  207. + mount
  208. rootfs on / type rootfs (rw,size=2826296k,nr_inodes=706574)
  209. devtmpfs on /dev type devtmpfs (rw,relatime,size=2826296k,nr_inodes=706574,mode=755)
  210. devpts on /dev/pts type devpts (rw,relatime,mode=600)
  211. sysfs on /sys type sysfs (rw,relatime)
  212. proc on /proc type proc (rw,relatime)
  213. none on /config type configfs (rw,relatime)
  214. /dev/sda17 on /data type ext4 (rw,relatime,data=ordered)
  215. /dev/sda17 on /target/data type ext4 (rw,relatime,data=ordered)
  216. + DBG_REASON=
  217. + [ -e /diagnosis.log ]
  218. + DBG_REASON=Refusing to boot. See /diagnosis.log (in initrd only)
  219. + get_opt bootmode
  220. + cat /proc/cmdline
  221. + cut+ -d=grep -f2
  222. ^bootmode=*
  223. + echo rcupdate.rcu_expedited=1
  224. + cut+ -d=grep -f2
  225. ^bootmode=*
  226. + echo androidboot.console=ttyMSM0
  227. + cut+ -d=grep -f2
  228. ^bootmode=*
  229. + echo androidboot.hardware=qcom
  230. + cut+ -d=grep -f2
  231. ^bootmode=*
  232. + echo user_debug=31
  233. + cut -d=+ -f2
  234. grep ^bootmode=*
  235. + echo msm_rtb.filter=0x37
  236. + cut+ -d=grep -f2
  237. ^bootmode=*
  238. + echo ehci-hcd.park=3
  239. + cut+ -d=grep -f2
  240. ^bootmode=*
  241. + echo service_locator.enable=1
  242. + cut+ -d=grep -f2 ^bootmode=*
  243.  
  244. + echo swiotlb=2048
  245. + grep ^bootmode=*
  246. + cut -d= -f2
  247. + echo selinux=0
  248. + cut+ -d=grep -f2
  249. ^bootmode=*
  250. + echo audit=0
  251. + cut+ -d=grep -f2
  252. ^bootmode=*
  253. + echo androidboot.veritymode=enforcing
  254. + cut+ -d=grep -f2
  255. ^bootmode=*
  256. + echo androidboot.verifiedbootstate=orange
  257. + + cutgrep -d= ^bootmode=* -f2
  258.  
  259. + echo androidboot.keymaster=1
  260. + cut+ -d=grep -f2
  261. ^bootmode=*
  262. + echo androidboot.bootdevice=1da4000.ufshc
  263. + cut+ -d=grep -f2
  264. ^bootmode=*
  265. + echo androidboot.ramdump=disable
  266. + cut -d= -f2+
  267. grep ^bootmode=*
  268. + echo androidboot.secureboot=1
  269. + cut+ -d=grep -f2
  270. ^bootmode=*
  271. + echo androidboot.dp=0x0
  272. + + cutgrep -d= ^bootmode=* -f2
  273.  
  274. + echo androidboot.wcnss=1
  275. + cut+ -d=grep -f2
  276. ^bootmode=*
  277. + echo androidboot.serialno=c6013869
  278. + cut+ -d= -f2grep
  279. ^bootmode=*
  280. + echo androidboot.hwversion=3.2.0
  281. + cut+ grep ^bootmode=*
  282. -d= -f2
  283. + echo androidboot.product.region=cn
  284. + cut+ -d=grep -f2
  285. ^bootmode=*
  286. + echo androidboot.baseband=msm
  287. + cut -d=+ -f2
  288. grep ^bootmode=*
  289. + echo mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_jdi_fhd_nt35596s_video:config2:1:none:cfg:single_dsi
  290. + [ = debug ]
  291. + [ x = x1 ]
  292. + [ -f /target/init_enter_debug ]
  293. + [ -f /target/init_disable_telnet ]
  294. + [ Refusing to boot. See /diagnosis.log (in initrd only) = ]
  295. + lun=/sys/class/android_usb/f_mass_storage/lun/file
  296. + [ -f /sys/class/android_usb/f_mass_storage/lun/file ]
  297. + lun=/sys/class/android_usb/f_mass_storage/lun0/file
  298. + [ -f /sys/class/android_usb/f_mass_storage/lun0/file ]
  299. + USB_FUNCTIONS=rndis,mass_storage
  300. + run_debug_session Refusing to boot. See /diagnosis.log (in initrd only)
  301. + CUSTOMPRODUCT=Refusing
  302. + echo ########################## Debug session : Refusing
  303. ########################## Debug session : Refusing
  304. + usb_setup Mer Debug setting up (DONE_SWITCH=no)
  305. + [ -d /sys/class/android_usb/android0 ]
  306. + [ -d /config/usb_gadget ]
  307. + usb_setup_configfs Mer Debug setting up (DONE_SWITCH=no)
  308. + G_USB_ISERIAL=/config/usb_gadget/g1/strings/0x409/serialnumber
  309. + mkdir /config/usb_gadget/g1
  310. + write /config/usb_gadget/g1/idVendor 0x18D1
  311. + echo -n 0x18D1
  312. + write /config/usb_gadget/g1/idProduct 0xD001
  313. + echo -n 0xD001
  314. + mkdir /config/usb_gadget/g1/strings/0x409
  315. + write /config/usb_gadget/g1/strings/0x409/serialnumber Mer
  316. + echo -n Mer
  317. + write /config/usb_gadget/g1/strings/0x409/manufacturer Mer Boat Loader
  318. + echo -n Mer Boat Loader
  319. + write /config/usb_gadget/g1/strings/0x409/product Refusing
  320. + echo -n Refusing
  321. + grep+ -q rndis
  322. echo rndis,mass_storage
  323. + mkdir /config/usb_gadget/g1/functions/rndis.usb0
  324. + mkdir /config/usb_gadget/g1/functions/rndis_bam.rndis
  325. mkdir: can't create directory '/config/usb_gadget/g1/functions/rndis_bam.rndis': No such file or directory
  326. + + grep -q mass_storage
  327. echo rndis,mass_storage
  328. + mkdir /config/usb_gadget/g1/functions/storage.0
  329. mkdir: can't create directory '/config/usb_gadget/g1/functions/storage.0': No such file or directory
  330. + mkdir /config/usb_gadget/g1/configs/c.1
  331. + mkdir /config/usb_gadget/g1/configs/c.1/strings/0x409
  332. + write /config/usb_gadget/g1/configs/c.1/strings/0x409/configuration rndis,mass_storage
  333. + echo -n rndis,mass_storage
  334. + grep -q rndis
  335. + echo rndis,mass_storage
  336. + ln -s /config/usb_gadget/g1/functions/rndis.usb0 /config/usb_gadget/g1/configs/c.1
  337. + ln -s /config/usb_gadget/g1/functions/rndis_bam.rndis /config/usb_gadget/g1/configs/c.1
  338. ln: /config/usb_gadget/g1/configs/c.1/rndis_bam.rndis: No such file or directory
  339. + echo rndis,mass_storage
  340. + grep -q mass_storage
  341. + ln -s /config/usb_gadget/g1/functions/storage.0 /config/usb_gadget/g1/configs/c.1
  342. ln: /config/usb_gadget/g1/configs/c.1/storage.0: No such file or directory
  343. + ls /sys/class/udc
  344. + echo a800000.dwc3
  345. + USB_IFACE=notfound
  346. + /sbin/ifconfig rndis0 192.168.2.15
  347. ifconfig: SIOCSIFADDR: No such device
  348. + [ xnotfound = xnotfound ]
  349. + /sbin/ifconfig usb0 192.168.2.15
  350. + USB_IFACE=usb0
  351. + /sbin/ifconfig -a
  352. bond0 Link encap:Ethernet HWaddr 62:1F:72:BC:DF:4D
  353. BROADCAST MASTER MULTICAST MTU:1500 Metric:1
  354. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  355. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  356. collisions:0 txqueuelen:1000
  357. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  358.  
  359. lo Link encap:Local Loopback
  360. LOOPBACK MTU:65536 Metric:1
  361. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  362. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  363. collisions:0 txqueuelen:1
  364. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  365.  
  366. sit0 Link encap:IPv6-in-IPv4
  367. NOARP MTU:1480 Metric:1
  368. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  369. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  370. collisions:0 txqueuelen:1
  371. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  372.  
  373. usb0 Link encap:Ethernet HWaddr DE:2E:59:AD:64:C9
  374. inet addr:192.168.2.15 Bcast:192.168.2.255 Mask:255.255.255.0
  375. UP BROADCAST MULTICAST MTU:1500 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. + [ xusb0 = xnotfound ]
  382. + echo start 192.168.2.20
  383. + echo end 192.168.2.90
  384. + echo lease_file /var/udhcpd.leases
  385. + echo interface usb0
  386. + echo option subnet 255.255.255.0
  387. + echo ########################## starting dhcpd
  388. ########################## starting dhcpd
  389. + udhcpd
  390. + HALT_BOOT=to
  391. + set_welcome_msg to
  392. + cat
  393. + [ no = no ]
  394. + cat
  395. + cat
  396. + HALT_BOOT=to
  397. + [ to = y ]
  398. + [ no = no ]
  399. + cat
  400. + [ -z ]
  401. + echo ########################## starting telnetd
  402. ########################## starting telnetd
  403. + telnetd -b 192.168.2.15:23 -l /bin/sh
  404. + usb_info Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  405. + echo ########################## usb_info: Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  406. ########################## usb_info: Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  407. + sleep 1
  408. + write /config/usb_gadget/g1/strings/0x409/serialnumber Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  409. + echo -n Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  410. + [ to = y ]
  411. + killall telnetd
  412. + killall udhcpd
  413. + USB_FUNCTIONS=rndis
  414. + usb_setup Mer Debug: done debug, disabling storage
  415. + [ -d /sys/class/android_usb/android0 ]
  416. + usb_setup_android_usb Mer Debug: done debug, disabling storage
  417. + G_USB_ISERIAL=/sys/class/android_usb/android0/iSerial
  418. + write /sys/class/android_usb/android0/enable 0
  419. /init: line 1: can't create /sys/class/android_usb/android0/enable: Permission denied
  420. + echo -n 0
  421. + write /sys/class/android_usb/android0/functions
  422. /init: line 1: can't create /sys/class/android_usb/android0/functions: Permission denied
  423. + echo -n
  424. + write /sys/class/android_usb/android0/enable 1
  425. /init: line 1: can't create /sys/class/android_usb/android0/enable: Permission denied
  426. + echo -n 1
  427. + usleep 500000
  428. + write /sys/class/android_usb/android0/enable 0
  429. /init: line 1: can't create /sys/class/android_usb/android0/enable: Permission denied
  430. + echo -n 0
  431. + write /sys/class/android_usb/android0/idVendor 18D1
  432. /init: line 1: can't create /sys/class/android_usb/android0/idVendor: Permission denied
  433. + echo -n 18D1
  434. + write /sys/class/android_usb/android0/idProduct D001
  435. /init: line 1: can't create /sys/class/android_usb/android0/idProduct: Permission denied
  436. + echo -n D001
  437. + write /sys/class/android_usb/android0/iManufacturer Mer Boat Loader
  438. /init: line 1: can't create /sys/class/android_usb/android0/iManufacturer: Permission denied
  439. + echo -n Mer Boat Loader
  440. + write /sys/class/android_usb/android0/iProduct Refusing
  441. /init: line 1: can't create /sys/class/android_usb/android0/iProduct: Permission denied
  442. + echo -n Refusing
  443. + write /sys/class/android_usb/android0/iSerial Mer
  444. /init: line 1: can't create /sys/class/android_usb/android0/iSerial: Permission denied
  445. + echo -n Mer
  446. + write /sys/class/android_usb/android0/functions rndis
  447. /init: line 1: can't create /sys/class/android_usb/android0/functions: Permission denied
  448. + echo -n rndis
  449. + write /sys/class/android_usb/android0/enable 1
  450. /init: line 1: can't create /sys/class/android_usb/android0/enable: Permission denied
  451. + echo -n 1
  452. + echo
  453. + [ -f /target/init-debug ]
  454. + [ -x /target/sbin/preinit ]
  455. + INIT=/sbin/init
  456. + [ -x /target/sbin/init ]
  457. + run_debug_session Failed to boot init in real rootfs
  458. + CUSTOMPRODUCT=Failed to boot init in real rootfs
  459. + echo ########################## Debug session : Failed to boot init in real rootfs
  460. ########################## Debug session : Failed to boot init in real rootfs
  461. + usb_setup Mer Debug setting up (DONE_SWITCH=no)
  462. + [ -d /sys/class/android_usb/android0 ]
  463. + usb_setup_android_usb Mer Debug setting up (DONE_SWITCH=no)
  464. + G_USB_ISERIAL=/sys/class/android_usb/android0/iSerial
  465. + write /sys/class/android_usb/android0/enable 0
  466. /init: line 1: can't create /sys/class/android_usb/android0/enable: Permission denied
  467. + echo -n 0
  468. + write /sys/class/android_usb/android0/functions
  469. /init: line 1: can't create /sys/class/android_usb/android0/functions: Permission denied
  470. + echo -n
  471. + write /sys/class/android_usb/android0/enable 1
  472. /init: line 1: can't create /sys/class/android_usb/android0/enable: Permission denied
  473. + echo -n 1
  474. + usleep 500000
  475. + write /sys/class/android_usb/android0/enable 0
  476. /init: line 1: can't create /sys/class/android_usb/android0/enable: Permission denied
  477. + echo -n 0
  478. + write /sys/class/android_usb/android0/idVendor 18D1
  479. /init: line 1: can't create /sys/class/android_usb/android0/idVendor: Permission denied
  480. + echo -n 18D1
  481. + write /sys/class/android_usb/android0/idProduct D001
  482. /init: line 1: can't create /sys/class/android_usb/android0/idProduct: Permission denied
  483. + echo -n D001
  484. + write /sys/class/android_usb/android0/iManufacturer Mer Boat Loader
  485. /init: line 1: can't create /sys/class/android_usb/android0/iManufacturer: Permission denied
  486. + echo -n Mer Boat Loader
  487. + write /sys/class/android_usb/android0/iProduct Failed to boot init in real rootfs
  488. /init: line 1: can't create /sys/class/android_usb/android0/iProduct: Permission denied
  489. + echo -n Failed to boot init in real rootfs
  490. + write /sys/class/android_usb/android0/iSerial Mer
  491. /init: line 1: can't create /sys/class/android_usb/android0/iSerial: Permission denied
  492. + echo -n Mer
  493. + write /sys/class/android_usb/android0/functions rndis
  494. /init: line 1: can't create /sys/class/android_usb/android0/functions: Permission denied
  495. + echo -n rndis
  496. + write /sys/class/android_usb/android0/enable 1
  497. /init: line 1: can't create /sys/class/android_usb/android0/enable: Permission denied
  498. + echo -n 1
  499. + USB_IFACE=notfound
  500. + /sbin/ifconfig rndis0 192.168.2.15
  501. ifconfig: SIOCSIFADDR: No such device
  502. + [ xnotfound = xnotfound ]
  503. + /sbin/ifconfig usb0 192.168.2.15
  504. + USB_IFACE=usb0
  505. + /sbin/ifconfig -a
  506. bond0 Link encap:Ethernet HWaddr 62:1F:72:BC:DF:4D
  507. BROADCAST MASTER MULTICAST MTU:1500 Metric:1
  508. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  509. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  510. collisions:0 txqueuelen:1000
  511. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  512.  
  513. lo Link encap:Local Loopback
  514. LOOPBACK MTU:65536 Metric:1
  515. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  516. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  517. collisions:0 txqueuelen:1
  518. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  519.  
  520. sit0 Link encap:IPv6-in-IPv4
  521. NOARP MTU:1480 Metric:1
  522. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  523. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  524. collisions:0 txqueuelen:1
  525. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  526.  
  527. usb0 Link encap:Ethernet HWaddr DE:2E:59:AD:64:C9
  528. inet addr:192.168.2.15 Bcast:192.168.2.255 Mask:255.255.255.0
  529. inet6 addr: fe80::dc2e:59ff:fead:64c9/64 Scope:Link
  530. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  531. RX packets:4 errors:4 dropped:0 overruns:0 frame:4
  532. TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
  533. collisions:0 txqueuelen:1000
  534. RX bytes:552 (552.0 B) TX bytes:256 (256.0 B)
  535.  
  536. + [ xusb0 = xnotfound ]
  537. + echo start 192.168.2.20
  538. + echo end 192.168.2.90
  539. + echo lease_file /var/udhcpd.leases
  540. + echo interface usb0
  541. + echo option subnet 255.255.255.0
  542. + echo ########################## starting dhcpd
  543. ########################## starting dhcpd
  544. + udhcpd
  545. + HALT_BOOT=y
  546. + set_welcome_msg y
  547. + cat
  548. + [ no = no ]
  549. + cat
  550. + cat
  551. + HALT_BOOT=y
  552. + [ y = y ]
  553. + cat
  554. + [ no = no ]
  555. + cat
  556. + [ -z ]
  557. + echo ########################## starting telnetd
  558. ########################## starting telnetd
  559. + telnetd -b 192.168.2.15:23 -l /bin/sh
  560. + usb_info Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  561. + echo ########################## usb_info: Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  562. ########################## usb_info: Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  563. + sleep 1
  564. + write /sys/class/android_usb/android0/iSerial Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  565. /init: line 1: can't create /sys/class/android_usb/android0/iSerial: Permission denied
  566. + echo -n Mer Debug telnet on port 23 on usb0 192.168.2.15 - also running udhcpd
  567. + [ y = y ]
  568. + ps -wlT
  569. S UID PID PPID VSZ RSS TTY STIME TIME CMD
  570. S 0 1 0 1724 444 0:0 01:24 00:00:00 {init} /bin/sh /init
  571. S 0 2 0 0 0 0:0 01:24 00:00:00 [kthreadd]
  572. S 0 3 2 0 0 0:0 01:24 00:00:00 [ksoftirqd/0]
  573. S 0 4 2 0 0 0:0 01:24 00:00:00 [kworker/0:0]
  574. S 0 5 2 0 0 0:0 01:24 00:00:00 [kworker/0:0H]
  575. S 0 6 2 0 0 0:0 01:24 00:00:00 [kworker/u16:0]
  576. S 0 7 2 0 0 0:0 01:24 00:00:00 [rcu_preempt]
  577. S 0 8 2 0 0 0:0 01:24 00:00:00 [rcu_sched]
  578. S 0 9 2 0 0 0:0 01:24 00:00:00 [rcu_bh]
  579. S 0 10 2 0 0 0:0 01:24 00:00:00 [rcuop/0]
  580. S 0 11 2 0 0 0:0 01:24 00:00:00 [rcuos/0]
  581. S 0 12 2 0 0 0:0 01:24 00:00:00 [rcuob/0]
  582. S 0 13 2 0 0 0:0 01:24 00:00:00 [migration/0]
  583. S 0 14 2 0 0 0:0 01:24 00:00:00 [migration/1]
  584. S 0 15 2 0 0 0:0 01:24 00:00:00 [ksoftirqd/1]
  585. S 0 16 2 0 0 0:0 01:24 00:00:00 [kworker/1:0]
  586. S 0 17 2 0 0 0:0 01:24 00:00:00 [kworker/1:0H]
  587. S 0 18 2 0 0 0:0 01:24 00:00:00 [rcuop/1]
  588. S 0 19 2 0 0 0:0 01:24 00:00:00 [rcuos/1]
  589. S 0 20 2 0 0 0:0 01:24 00:00:00 [rcuob/1]
  590. S 0 21 2 0 0 0:0 01:24 00:00:00 [migration/2]
  591. S 0 22 2 0 0 0:0 01:24 00:00:00 [ksoftirqd/2]
  592. S 0 23 2 0 0 0:0 01:24 00:00:00 [kworker/2:0]
  593. S 0 24 2 0 0 0:0 01:24 00:00:00 [kworker/2:0H]
  594. S 0 25 2 0 0 0:0 01:24 00:00:00 [rcuop/2]
  595. S 0 26 2 0 0 0:0 01:24 00:00:00 [rcuos/2]
  596. S 0 27 2 0 0 0:0 01:24 00:00:00 [rcuob/2]
  597. S 0 28 2 0 0 0:0 01:24 00:00:00 [migration/3]
  598. S 0 29 2 0 0 0:0 01:24 00:00:00 [ksoftirqd/3]
  599. S 0 30 2 0 0 0:0 01:24 00:00:00 [kworker/3:0]
  600. S 0 31 2 0 0 0:0 01:24 00:00:00 [kworker/3:0H]
  601. S 0 32 2 0 0 0:0 01:24 00:00:00 [rcuop/3]
  602. S 0 33 2 0 0 0:0 01:24 00:00:00 [rcuos/3]
  603. S 0 34 2 0 0 0:0 01:24 00:00:00 [rcuob/3]
  604. S 0 35 2 0 0 0:0 01:24 00:00:00 [migration/4]
  605. S 0 36 2 0 0 0:0 01:24 00:00:00 [ksoftirqd/4]
  606. S 0 37 2 0 0 0:0 01:24 00:00:00 [kworker/4:0]
  607. S 0 38 2 0 0 0:0 01:24 00:00:00 [kworker/4:0H]
  608. S 0 39 2 0 0 0:0 01:24 00:00:00 [rcuop/4]
  609. S 0 40 2 0 0 0:0 01:24 00:00:00 [rcuos/4]
  610. S 0 41 2 0 0 0:0 01:24 00:00:00 [rcuob/4]
  611. S 0 42 2 0 0 0:0 01:24 00:00:00 [migration/5]
  612. S 0 43 2 0 0 0:0 01:24 00:00:00 [ksoftirqd/5]
  613. S 0 44 2 0 0 0:0 01:24 00:00:00 [kworker/5:0]
  614. S 0 45 2 0 0 0:0 01:24 00:00:00 [kworker/5:0H]
  615. S 0 46 2 0 0 0:0 01:24 00:00:00 [rcuop/5]
  616. S 0 47 2 0 0 0:0 01:24 00:00:00 [rcuos/5]
  617. S 0 48 2 0 0 0:0 01:24 00:00:00 [rcuob/5]
  618. S 0 49 2 0 0 0:0 01:24 00:00:00 [migration/6]
  619. S 0 50 2 0 0 0:0 01:24 00:00:00 [ksoftirqd/6]
  620. S 0 51 2 0 0 0:0 01:24 00:00:00 [kworker/6:0]
  621. S 0 52 2 0 0 0:0 01:24 00:00:00 [kworker/6:0H]
  622. S 0 53 2 0 0 0:0 01:24 00:00:00 [rcuop/6]
  623. S 0 54 2 0 0 0:0 01:24 00:00:00 [rcuos/6]
  624. S 0 55 2 0 0 0:0 01:24 00:00:00 [rcuob/6]
  625. S 0 56 2 0 0 0:0 01:24 00:00:00 [migration/7]
  626. S 0 57 2 0 0 0:0 01:24 00:00:00 [ksoftirqd/7]
  627. S 0 58 2 0 0 0:0 01:24 00:00:00 [kworker/7:0]
  628. S 0 59 2 0 0 0:0 01:24 00:00:00 [kworker/7:0H]
  629. S 0 60 2 0 0 0:0 01:24 00:00:00 [rcuop/7]
  630. S 0 61 2 0 0 0:0 01:24 00:00:00 [rcuos/7]
  631. S 0 62 2 0 0 0:0 01:24 00:00:00 [rcuob/7]
  632. S 0 63 2 0 0 0:0 01:24 00:00:00 [kdevtmpfs]
  633. S 0 64 2 0 0 0:0 01:24 00:00:00 [netns]
  634. S 0 65 2 0 0 0:0 01:24 00:00:00 [perf]
  635. S 0 66 2 0 0 0:0 01:24 00:00:00 [smd_channel_clo]
  636. S 0 67 2 0 0 0:0 01:24 00:00:00 [dsps_smd_trans_]
  637. S 0 68 2 0 0 0:0 01:24 00:00:00 [lpass_smd_trans]
  638. S 0 69 2 0 0 0:0 01:24 00:00:00 [mpss_smd_trans_]
  639. S 0 70 2 0 0 0:0 01:24 00:00:00 [wcnss_smd_trans]
  640. S 0 71 2 0 0 0:0 01:24 00:00:00 [rpm_smd_trans_g]
  641. S 0 72 2 0 0 0:0 01:24 00:00:00 [ipa_usb_wq]
  642. D 0 73 2 0 0 0:0 01:24 00:00:00 [kworker/4:1]
  643. S 0 74 2 0 0 0:0 01:24 00:00:00 [rpm_requests]
  644. S 0 75 2 0 0 0:0 01:24 00:00:00 [smem_native_mps]
  645. S 0 76 2 0 0 0:0 01:24 00:00:00 [mpss_smem_glink]
  646. S 0 77 2 0 0 0:0 01:24 00:00:00 [smem_native_lpa]
  647. S 0 78 2 0 0 0:0 01:24 00:00:00 [lpass_smem_glin]
  648. S 0 79 2 0 0 0:0 01:24 00:00:00 [smem_native_dsp]
  649. S 0 80 2 0 0 0:0 01:24 00:00:00 [dsps_smem_glink]
  650. S 0 81 2 0 0 0:0 01:24 00:00:00 [smem_native_rpm]
  651. S 0 82 2 0 0 0:0 01:24 00:00:00 [rpm_smem_glink_]
  652. S 0 83 2 0 0 0:0 01:24 00:00:00 [kworker/u16:1]
  653. S 0 84 2 0 0 0:0 01:24 00:00:00 [smem_native_sps]
  654. S 0 85 2 0 0 0:0 01:24 00:00:00 [spss_mailbox_gl]
  655. S 0 86 2 0 0 0:0 01:24 00:00:00 [tsens_critical_]
  656. S 0 87 2 0 0 0:0 01:24 00:00:00 [tsens_critical_]
  657. S 0 88 2 0 0 0:0 01:24 00:00:00 [msm_watchdog]
  658. S 0 89 2 0 0 0:0 01:24 00:00:00 [deferwq]
  659. S 0 90 2 0 0 0:0 01:24 00:00:00 [irq/91-cpr3]
  660. S 0 91 2 0 0 0:0 01:24 00:00:00 [mpm]
  661. S 0 92 2 0 0 0:0 01:24 00:00:00 [kworker/u16:2]
  662. S 0 93 2 0 0 0:0 01:24 00:00:00 [writeback]
  663. S 0 94 2 0 0 0:0 01:24 00:00:00 [kcompactd0]
  664. S 0 95 2 0 0 0:0 01:24 00:00:00 [crypto]
  665. S 0 96 2 0 0 0:0 01:24 00:00:00 [bioset]
  666. S 0 97 2 0 0 0:0 01:24 00:00:00 [kblockd]
  667. S 0 98 2 0 0 0:0 01:24 00:00:00 [md]
  668. S 0 99 2 0 0 0:0 01:24 00:00:00 [system]
  669. S 0 100 2 0 0 0:0 01:24 00:00:00 [kworker/u17:0]
  670. S 0 101 2 0 0 0:0 01:24 00:00:00 [devfreq_wq]
  671. S 0 102 2 0 0 0:0 01:24 00:00:00 [governor_msm_ad]
  672. D 0 103 2 0 0 0:0 01:24 00:00:00 [kworker/5:1]
  673. S 0 104 2 0 0 0:0 01:24 00:00:00 [cfg80211]
  674. S 0 105 2 0 0 0:0 01:24 00:00:00 [irq/328-ibb-sc-]
  675. S 0 106 2 0 0 0:0 01:24 00:00:00 [irq/329-lab-vre]
  676. S 0 107 2 0 0 0:0 01:24 00:00:00 [irq/330-lab-sc-]
  677. S 0 108 2 0 0 0:0 01:24 00:00:00 [irq/99-arm-smmu]
  678. S 0 109 2 0 0 0:0 01:24 00:00:00 [ipa_power_mgmt]
  679. S 0 110 2 0 0 0:0 01:24 00:00:00 [transport_power]
  680. S 0 111 2 0 0 0:0 01:24 00:00:00 [ipa_rm_wq]
  681. S 0 112 2 0 0 0:0 01:24 00:00:00 [ipa_interrupt_w]
  682. S 0 113 2 0 0 0:0 01:24 00:00:00 [irq/100-arm-smm]
  683. S 0 114 2 0 0 0:0 01:24 00:00:00 [irq/101-arm-smm]
  684. S 0 115 2 0 0 0:0 01:24 00:00:00 [irq/61-bcl_vbat]
  685. S 0 116 2 0 0 0:0 01:24 00:00:00 [irq/60-bcl_ibat]
  686. S 0 142 2 0 0 0:0 01:24 00:00:00 [power_off_alarm]
  687. S 0 143 2 0 0 0:0 01:24 00:00:00 [kswapd0]
  688. S 0 144 2 0 0 0:0 01:24 00:00:00 [vmstat]
  689. S 0 145 2 0 0 0:0 01:24 00:00:00 [fsnotify_mark]
  690. S 0 146 2 0 0 0:0 01:24 00:00:00 [ecryptfs-kthrea]
  691. S 0 175 2 0 0 0:0 01:24 00:00:00 [ad_calc_wq]
  692. S 0 176 2 0 0 0:0 01:24 00:00:00 [mdss_dsi_event]
  693. S 0 177 2 0 0 0:0 01:24 00:00:00 [mdss_dsi_dba]
  694. S 0 178 2 0 0 0:0 01:24 00:00:00 [cwb_wq]
  695. S 0 179 2 0 0 0:0 01:24 00:00:00 [cwb_wq]
  696. S 0 181 2 0 0 0:0 01:24 00:00:00 [glink_ssr_wq]
  697. S 0 182 2 0 0 0:0 01:24 00:00:00 [glink_lbsrv]
  698. S 0 183 2 0 0 0:0 01:24 00:00:00 [spi_wdsp]
  699. S 0 184 2 0 0 0:0 01:24 00:00:00 [wdsp_spi_glink_]
  700. S 0 185 2 0 0 0:0 01:24 00:00:00 [glink_xprt_wq]
  701. S 0 186 2 0 0 0:0 01:24 00:00:00 [IPCRTR_mpss_sme]
  702. S 0 187 2 0 0 0:0 01:24 00:00:00 [IPCRTR_lpass_sm]
  703. S 0 188 2 0 0 0:0 01:24 00:00:00 [IPCRTR_dsps_sme]
  704. S 0 189 2 0 0 0:0 01:24 00:00:00 [apr_driver]
  705. S 0 190 2 0 0 0:0 01:24 00:00:00 [glink_pkt_wq]
  706. S 0 191 2 0 0 0:0 01:24 00:00:00 [mem_share_svc]
  707. S 0 192 2 0 0 0:0 01:24 00:00:00 [qmi_hndl0000000]
  708. S 0 193 2 0 0 0:0 01:24 00:00:00 [msm_ipc_router]
  709. S 0 194 2 0 0 0:0 01:24 00:00:00 [irq/29-qpnp_hap]
  710. S 0 195 2 0 0 0:0 01:24 00:00:00 [irq/28-qpnp_hap]
  711. S 0 196 2 0 0 0:0 01:24 00:00:00 [irq/102-arm-smm]
  712. S 0 197 2 0 0 0:0 01:24 00:00:00 [qmi_svc_event_w]
  713. S 0 198 2 0 0 0:0 01:24 00:00:00 [servloc_wq]
  714. S 0 199 2 0 0 0:0 01:24 00:00:00 [tty_worker_thre]
  715. S 0 200 2 0 0 0:0 01:24 00:00:00 [tty_worker_thre]
  716. S 0 201 2 0 0 0:0 01:24 00:00:00 [tty_worker_thre]
  717. S 0 202 2 0 0 0:0 01:24 00:00:00 [tty_worker_thre]
  718. S 0 203 2 0 0 0:0 01:24 00:00:00 [k_hsuart]
  719. S 0 204 2 0 0 0:0 01:24 00:00:00 [msm_serial_hs_0]
  720. S 0 205 2 0 0 0:0 01:24 00:00:00 [msm_serial_hs_0]
  721. S 0 206 2 0 0 0:0 01:24 00:00:00 [hwrng]
  722. S 0 208 2 0 0 0:0 01:24 00:00:00 [kworker/0:1]
  723. S 0 209 2 0 0 0:0 01:24 00:00:00 [diag_real_time_]
  724. S 0 210 2 0 0 0:0 01:24 00:00:00 [diag_wq]
  725. S 0 211 2 0 0 0:0 01:24 00:00:00 [DIAG_USB_diag]
  726. S 0 212 2 0 0 0:0 01:24 00:00:00 [diag_cntl_wq]
  727. S 0 213 2 0 0 0:0 01:24 00:00:00 [diag_dci_wq]
  728. S 0 214 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_MODEM_]
  729. S 0 215 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_MODEM_]
  730. S 0 216 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_MODEM_]
  731. S 0 217 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_MODEM_]
  732. S 0 218 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_MODEM_]
  733. S 0 219 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_LPASS_]
  734. S 0 220 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_LPASS_]
  735. S 0 221 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_LPASS_]
  736. S 0 222 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_LPASS_]
  737. S 0 223 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_LPASS_]
  738. S 0 224 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_WCNSS_]
  739. S 0 225 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_WCNSS_]
  740. S 0 226 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_WCNSS_]
  741. S 0 227 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_WCNSS_]
  742. S 0 228 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_WCNSS_]
  743. S 0 229 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_SENSOR]
  744. S 0 230 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_SENSOR]
  745. S 0 231 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_SENSOR]
  746. S 0 232 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_SENSOR]
  747. S 0 233 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_SENSOR]
  748. S 0 234 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_DIAG_C]
  749. S 0 235 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_DIAG_D]
  750. S 0 236 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_DIAG_C]
  751. S 0 237 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_DIAG_D]
  752. S 0 238 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_DIAG_D]
  753. S 0 239 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_CDSP_C]
  754. S 0 240 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_CDSP_D]
  755. S 0 241 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_CDSP_C]
  756. S 0 242 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_CDSP_D]
  757. S 0 243 2 0 0 0:0 01:24 00:00:00 [DIAG_SMD_CDSP_D]
  758. S 0 244 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKMODEM_]
  759. S 0 245 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKMODEM_]
  760. S 0 246 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKMODEM_]
  761. S 0 247 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKMODEM_]
  762. S 0 248 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKMODEM_]
  763. S 0 249 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKLPASS_]
  764. S 0 250 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKLPASS_]
  765. S 0 251 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKLPASS_]
  766. S 0 252 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKLPASS_]
  767. S 0 253 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKLPASS_]
  768. S 0 254 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKWCNSS_]
  769. S 0 255 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKWCNSS_]
  770. S 0 256 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKWCNSS_]
  771. S 0 257 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKWCNSS_]
  772. S 0 258 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKWCNSS_]
  773. S 0 259 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKSENSOR]
  774. S 0 260 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKSENSOR]
  775. S 0 261 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKSENSOR]
  776. S 0 262 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKSENSOR]
  777. S 0 263 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKSENSOR]
  778. S 0 264 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKDIAG_C]
  779. S 0 265 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKDIAG_D]
  780. S 0 266 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKDIAG_C]
  781. S 0 267 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKDIAG_D]
  782. S 0 268 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKDIAG_D]
  783. S 0 269 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKCDSP_C]
  784. S 0 270 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKCDSP_D]
  785. S 0 271 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKCDSP_C]
  786. S 0 272 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKCDSP_D]
  787. S 0 273 2 0 0 0:0 01:24 00:00:00 [DIAG_SOCKCDSP_D]
  788. S 0 274 2 0 0 0:0 01:24 00:00:00 [DIAG_CNTL_SOCKE]
  789. S 0 275 2 0 0 0:0 01:24 00:00:00 [DIAG_GLINK_DIAG]
  790. S 0 276 2 0 0 0:0 01:24 00:00:00 [DIAG_GLINK_DIAG]
  791. S 0 277 2 0 0 0:0 01:24 00:00:00 [DIAG_GLINK_DIAG]
  792. S 0 278 2 0 0 0:0 01:24 00:00:00 [DIAG_GLINK_DIAG]
  793. S 0 279 2 0 0 0:0 01:24 00:00:00 [DIAG_GLINK_DIAG]
  794. S 0 280 2 0 0 0:0 01:24 00:00:00 [ELLIPTIC_DATA_W]
  795. S 0 281 2 0 0 0:0 01:24 00:00:00 [ELLIPTIC_DATA_W]
  796. S 0 282 2 0 0 0:0 01:24 00:00:00 [kgsl-workqueue]
  797. S 0 283 2 0 0 0:0 01:24 00:00:00 [kgsl-mementry]
  798. S 0 284 2 0 0 0:0 01:24 00:00:00 [kgsl_worker_thr]
  799. S 0 285 2 0 0 0:0 01:24 00:00:00 [kgsl-events]
  800. S 0 286 2 0 0 0:0 01:24 00:00:00 [kgsl_devfreq_wq]
  801. S 0 287 2 0 0 0:0 01:24 00:00:00 [bioset]
  802. S 0 288 2 0 0 0:0 01:24 00:00:00 [bioset]
  803. S 0 289 2 0 0 0:0 01:24 00:00:00 [bioset]
  804. S 0 290 2 0 0 0:0 01:24 00:00:00 [bioset]
  805. S 0 291 2 0 0 0:0 01:24 00:00:00 [bioset]
  806. S 0 292 2 0 0 0:0 01:24 00:00:00 [bioset]
  807. S 0 293 2 0 0 0:0 01:24 00:00:00 [bioset]
  808. S 0 294 2 0 0 0:0 01:24 00:00:00 [bioset]
  809. S 0 295 2 0 0 0:0 01:24 00:00:00 [bioset]
  810. S 0 296 2 0 0 0:0 01:24 00:00:00 [bioset]
  811. S 0 297 2 0 0 0:0 01:24 00:00:00 [bioset]
  812. S 0 298 2 0 0 0:0 01:24 00:00:00 [bioset]
  813. S 0 299 2 0 0 0:0 01:24 00:00:00 [bioset]
  814. S 0 300 2 0 0 0:0 01:24 00:00:00 [bioset]
  815. S 0 301 2 0 0 0:0 01:24 00:00:00 [bioset]
  816. S 0 302 2 0 0 0:0 01:24 00:00:00 [bioset]
  817. S 0 303 2 0 0 0:0 01:24 00:00:00 [bioset]
  818. D 0 304 2 0 0 0:0 01:24 00:00:00 [kworker/5:2]
  819. S 0 305 2 0 0 0:0 01:24 00:00:00 [bioset]
  820. S 0 306 2 0 0 0:0 01:24 00:00:00 [bioset]
  821. S 0 307 2 0 0 0:0 01:24 00:00:00 [bioset]
  822. S 0 308 2 0 0 0:0 01:24 00:00:00 [bioset]
  823. S 0 309 2 0 0 0:0 01:24 00:00:00 [bioset]
  824. S 0 310 2 0 0 0:0 01:24 00:00:00 [bioset]
  825. S 0 311 2 0 0 0:0 01:24 00:00:00 [bioset]
  826. S 0 312 2 0 0 0:0 01:24 00:00:00 [bioset]
  827. S 0 313 2 0 0 0:0 01:24 00:00:00 [irq/460-i2c_pmi]
  828. S 0 314 2 0 0 0:0 01:24 00:00:00 [qcrypto_seq_res]
  829. S 0 335 2 0 0 0:0 01:24 00:00:00 [scsi_eh_0]
  830. S 0 336 2 0 0 0:0 01:24 00:00:00 [scsi_tmf_0]
  831. S 0 337 2 0 0 0:0 01:24 00:00:00 [ufs_pm_qos_0]
  832. S 0 338 2 0 0 0:0 01:24 00:00:00 [ufs_clk_gating_]
  833. S 0 339 2 0 0 0:0 01:24 00:00:00 [ice-set-key]
  834. S 0 340 2 0 0 0:0 01:24 00:00:00 [ufs_clkscaling_]
  835. S 0 341 2 0 0 0:0 01:24 00:00:00 [bond0]
  836. S 0 342 2 0 0 0:0 01:24 00:00:00 [sharedmem_qmi_w]
  837. S 0 343 2 0 0 0:0 01:24 00:00:00 [qmi_hndl0000000]
  838. S 0 344 2 0 0 0:0 01:24 00:00:00 [kworker/u16:3]
  839. S 0 345 2 0 0 0:0 01:24 00:00:00 [kworker/u16:4]
  840. S 0 349 2 0 0 0:0 01:24 00:00:00 [uether]
  841. S 0 353 2 0 0 0:0 01:24 00:00:00 [bioset]
  842. S 0 354 2 0 0 0:0 01:24 00:00:00 [bioset]
  843. S 0 355 2 0 0 0:0 01:24 00:00:00 [kworker/1:1]
  844. S 0 356 2 0 0 0:0 01:24 00:00:00 [bioset]
  845. S 0 357 2 0 0 0:0 01:24 00:00:00 [bioset]
  846. S 0 358 2 0 0 0:0 01:24 00:00:00 [bioset]
  847. S 0 359 2 0 0 0:0 01:24 00:00:00 [bioset]
  848. S 0 360 2 0 0 0:0 01:24 00:00:00 [bioset]
  849. S 0 361 2 0 0 0:0 01:24 00:00:00 [bioset]
  850. S 0 362 2 0 0 0:0 01:24 00:00:00 [bioset]
  851. S 0 363 2 0 0 0:0 01:24 00:00:00 [kworker/u16:5]
  852. S 0 364 2 0 0 0:0 01:24 00:00:00 [kworker/u16:6]
  853. S 0 365 2 0 0 0:0 01:24 00:00:00 [kworker/u16:7]
  854. S 0 366 2 0 0 0:0 01:24 00:00:00 [kworker/u16:8]
  855. S 0 367 2 0 0 0:0 01:24 00:00:00 [kworker/u16:9]
  856. S 0 368 2 0 0 0:0 01:24 00:00:00 [kworker/2:1]
  857. S 0 369 2 0 0 0:0 01:24 00:00:00 [kworker/u17:1]
  858. S 0 370 2 0 0 0:0 01:24 00:00:00 [irq/290-synapti]
  859. S 0 371 2 0 0 0:0 01:24 00:00:00 [dsx_rebuild_wor]
  860. S 0 372 2 0 0 0:0 01:24 00:00:00 [dsx_exp_workque]
  861. S 0 373 2 0 0 0:0 01:24 00:00:00 [gf-event-wq]
  862. S 0 374 2 0 0 0:0 01:24 00:00:00 [msm_cci_wq]
  863. S 0 375 2 0 0 0:0 01:24 00:00:00 [msm_cci_wq]
  864. S 0 376 2 0 0 0:0 01:24 00:00:00 [msm_cpp_workque]
  865. S 0 377 2 0 0 0:0 01:24 00:00:00 [msm_vidc_worker]
  866. S 0 378 2 0 0 0:0 01:24 00:00:00 [pm_workerq_venu]
  867. S 0 379 2 0 0 0:0 01:24 00:00:00 [irq/123-arm-smm]
  868. S 0 380 2 0 0 0:0 01:24 00:00:00 [irq/124-arm-smm]
  869. S 0 381 2 0 0 0:0 01:24 00:00:00 [irq/125-arm-smm]
  870. S 0 382 2 0 0 0:0 01:24 00:00:00 [irq/126-arm-smm]
  871. S 0 383 2 0 0 0:0 01:24 00:00:00 [rot_commitq_0_0]
  872. S 0 384 2 0 0 0:0 01:24 00:00:00 [rot_commitq_0_1]
  873. S 0 385 2 0 0 0:0 01:24 00:00:00 [rot_doneq_0_0]
  874. S 0 386 2 0 0 0:0 01:24 00:00:00 [rot_doneq_0_1]
  875. S 0 387 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  876. S 0 388 2 0 0 0:0 01:24 00:00:00 [irq/464-chg-err]
  877. S 0 389 2 0 0 0:0 01:24 00:00:00 [irq/465-chg-sta]
  878. S 0 390 2 0 0 0:0 01:24 00:00:00 [irq/469-otg-fai]
  879. S 0 391 2 0 0 0:0 01:24 00:00:00 [irq/470-otg-ove]
  880. S 0 392 2 0 0 0:0 01:24 00:00:00 [irq/471-otg-oc-]
  881. S 0 393 2 0 0 0:0 01:24 00:00:00 [irq/472-testmod]
  882. S 0 394 2 0 0 0:0 01:24 00:00:00 [irq/473-bat-tem]
  883. S 0 395 2 0 0 0:0 01:24 00:00:00 [irq/474-bat-ocp]
  884. S 0 396 2 0 0 0:0 01:24 00:00:00 [irq/475-bat-ov]
  885. S 0 397 2 0 0 0:0 01:24 00:00:00 [irq/476-bat-low]
  886. S 0 398 2 0 0 0:0 01:24 00:00:00 [irq/477-bat-the]
  887. S 0 399 2 0 0 0:0 01:24 00:00:00 [irq/478-bat-ter]
  888. S 0 400 2 0 0 0:0 01:24 00:00:00 [irq/479-usbin-c]
  889. S 0 401 2 0 0 0:0 01:24 00:00:00 [irq/480-usbin-l]
  890. S 0 402 2 0 0 0:0 01:24 00:00:00 [irq/481-usbin-u]
  891. S 0 403 2 0 0 0:0 01:24 00:00:00 [irq/482-usbin-o]
  892. S 0 404 2 0 0 0:0 01:24 00:00:00 [irq/483-usbin-p]
  893. S 0 405 2 0 0 0:0 01:24 00:00:00 [irq/484-usbin-s]
  894. S 0 406 2 0 0 0:0 01:24 00:00:00 [irq/485-usbin-i]
  895. S 0 407 2 0 0 0:0 01:24 00:00:00 [irq/486-type-c-]
  896. S 0 408 2 0 0 0:0 01:24 00:00:00 [irq/487-dcin-co]
  897. S 0 409 2 0 0 0:0 01:24 00:00:00 [irq/488-dcin-lt]
  898. S 0 410 2 0 0 0:0 01:24 00:00:00 [irq/489-dcin-uv]
  899. S 0 411 2 0 0 0:0 01:24 00:00:00 [irq/490-dcin-ov]
  900. S 0 412 2 0 0 0:0 01:24 00:00:00 [irq/491-dcin-pl]
  901. S 0 413 2 0 0 0:0 01:24 00:00:00 [irq/492-div2-en]
  902. S 0 414 2 0 0 0:0 01:24 00:00:00 [irq/493-dcin-ic]
  903. S 0 415 2 0 0 0:0 01:24 00:00:00 [irq/495-wdog-ba]
  904. S 0 416 2 0 0 0:0 01:24 00:00:00 [irq/496-aicl-fa]
  905. S 0 417 2 0 0 0:0 01:24 00:00:00 [irq/497-aicl-do]
  906. S 0 418 2 0 0 0:0 01:24 00:00:00 [irq/498-high-du]
  907. S 0 419 2 0 0 0:0 01:24 00:00:00 [irq/499-input-c]
  908. S 0 420 2 0 0 0:0 01:24 00:00:00 [irq/500-tempera]
  909. S 0 421 2 0 0 0:0 01:24 00:00:00 [irq/501-switche]
  910. S 0 422 2 0 0 0:0 01:24 00:00:00 [irq/38-ptrain-d]
  911. S 0 423 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  912. S 0 424 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  913. S 0 425 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  914. S 0 426 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  915. S 0 427 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  916. S 0 428 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  917. S 0 429 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  918. S 0 430 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  919. S 0 431 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  920. S 0 432 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  921. S 0 433 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  922. S 0 434 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  923. S 0 435 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  924. S 0 436 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  925. S 0 437 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  926. S 0 438 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  927. S 0 439 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  928. S 0 440 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  929. S 0 441 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  930. S 0 442 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  931. S 0 443 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  932. S 0 444 2 0 0 0:0 01:24 00:00:00 [irq/64-tsens_in]
  933. S 0 445 2 0 0 0:0 01:24 00:00:00 [irq/65-tsens_cr]
  934. S 0 446 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  935. S 0 447 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  936. S 0 448 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  937. S 0 449 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  938. S 0 450 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  939. S 0 451 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  940. S 0 452 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  941. S 0 453 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  942. S 0 454 2 0 0 0:0 01:24 00:00:00 [irq/66-tsens_in]
  943. S 0 455 2 0 0 0:0 01:24 00:00:00 [irq/67-tsens_cr]
  944. S 0 456 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  945. S 0 457 2 0 0 0:0 01:24 00:00:00 [irq/326-limits_]
  946. S 0 458 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  947. S 0 459 2 0 0 0:0 01:24 00:00:00 [irq/327-limits_]
  948. S 0 460 2 0 0 0:0 01:24 00:00:00 [cfinteractive]
  949. S 0 461 2 0 0 0:0 01:24 00:00:00 [irq/26-qpnp_wle]
  950. S 0 462 2 0 0 0:0 01:24 00:00:00 [irq/27-qpnp_wle]
  951. S 0 463 2 0 0 0:0 01:24 00:00:00 [irq/162-spdm_bw]
  952. S 0 464 2 0 0 0:0 01:24 00:00:00 [binder]
  953. S 0 465 2 0 0 0:0 01:24 00:00:00 [irq/109-arm-smm]
  954. S 0 466 2 0 0 0:0 01:24 00:00:00 [uaudio_svc]
  955. S 0 467 2 0 0 0:0 01:24 00:00:00 [qmi_hndl0000000]
  956. S 0 468 2 0 0 0:0 01:24 00:00:00 [ipv6_addrconf]
  957. S 0 469 2 0 0 0:0 01:24 00:00:00 [kworker/4:2]
  958. S 0 470 2 0 0 0:0 01:24 00:00:00 [krfcommd]
  959. S 0 471 2 0 0 0:0 01:24 00:00:00 [irq/536-adsp]
  960. S 0 472 2 0 0 0:0 01:24 00:00:00 [sysmon_wq]
  961. S 0 473 2 0 0 0:0 01:24 00:00:00 [irq/568-slpi]
  962. S 0 474 2 0 0 0:0 01:24 00:00:00 [irq/504-modem]
  963. S 0 479 2 0 0 0:0 01:24 00:00:00 [irq/19-sig-tx]
  964. S 0 480 2 0 0 0:0 01:24 00:00:00 [irq/20-sig-rx]
  965. S 0 481 2 0 0 0:0 01:24 00:00:00 [irq/22-msg-rx]
  966. S 0 482 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  967. S 0 483 2 0 0 0:0 01:24 00:00:00 [irq/696-soc-upd]
  968. S 0 484 2 0 0 0:0 01:24 00:00:00 [irq/697-soc-rea]
  969. S 0 485 2 0 0 0:0 01:24 00:00:00 [irq/698-bsoc-de]
  970. S 0 486 2 0 0 0:0 01:24 00:00:00 [irq/699-msoc-de]
  971. S 0 487 2 0 0 0:0 01:24 00:00:00 [irq/700-msoc-lo]
  972. S 0 488 2 0 0 0:0 01:24 00:00:00 [irq/701-msoc-em]
  973. S 0 489 2 0 0 0:0 01:24 00:00:00 [irq/702-msoc-hi]
  974. S 0 490 2 0 0 0:0 01:24 00:00:00 [irq/703-msoc-fu]
  975. S 0 491 2 0 0 0:0 01:24 00:00:00 [irq/704-vbatt-p]
  976. S 0 492 2 0 0 0:0 01:24 00:00:00 [irq/705-vbatt-l]
  977. S 0 493 2 0 0 0:0 01:24 00:00:00 [irq/706-esr-del]
  978. S 0 494 2 0 0 0:0 01:24 00:00:00 [irq/707-batt-mi]
  979. S 0 495 2 0 0 0:0 01:24 00:00:00 [irq/708-batt-te]
  980. S 0 496 2 0 0 0:0 01:24 00:00:00 [irq/709-mem-xcp]
  981. S 0 497 2 0 0 0:0 01:24 00:00:00 [irq/710-dma-gra]
  982. S 0 498 2 0 0 0:0 01:24 00:00:00 [kworker/1:2]
  983. S 0 499 2 0 0 0:0 01:24 00:00:00 [kworker/1:3]
  984. S 0 500 2 0 0 0:0 01:24 00:00:00 [irq/57-hs_phy_i]
  985. S 0 501 2 0 0 0:0 01:24 00:00:00 [irq/58-ss_phy_i]
  986. S 0 502 2 0 0 0:0 01:24 00:00:00 [irq/59-msm_dwc3]
  987. S 0 503 2 0 0 0:0 01:24 00:00:00 [usb_bam_wq]
  988. S 0 504 2 0 0 0:0 01:24 00:00:00 [core_ctl/0]
  989. S 0 505 2 0 0 0:0 01:24 00:00:00 [core_ctl/4]
  990. S 0 514 2 0 0 0:0 01:24 00:00:00 [msm_perf:events]
  991. S 0 515 2 0 0 0:0 01:24 00:00:00 [rq_stats]
  992. S 0 516 2 0 0 0:0 01:24 00:00:00 [irq/110-arm-smm]
  993. S 0 517 2 0 0 0:0 01:24 00:00:00 [irq/111-arm-smm]
  994. S 0 518 2 0 0 0:0 01:24 00:00:00 [irq/112-arm-smm]
  995. S 0 519 2 0 0 0:0 01:24 00:00:00 [irq/113-arm-smm]
  996. S 0 520 2 0 0 0:0 01:24 00:00:00 [irq/114-arm-smm]
  997. S 0 521 2 0 0 0:0 01:24 00:00:00 [irq/115-arm-smm]
  998. S 0 522 2 0 0 0:0 01:24 00:00:00 [irq/116-arm-smm]
  999. S 0 523 2 0 0 0:0 01:24 00:00:00 [irq/117-arm-smm]
  1000. S 0 524 2 0 0 0:0 01:24 00:00:00 [sb-1]
  1001. S 0 525 2 0 0 0:0 01:24 00:00:00 [ngd_rx_thread1]
  1002. S 0 526 2 0 0 0:0 01:24 00:00:00 [ngd_notify_sl1]
  1003. S 0 527 2 0 0 0:0 01:24 00:00:00 [sb-3]
  1004. S 0 528 2 0 0 0:0 01:24 00:00:00 [ngd_rx_thread3]
  1005. S 0 529 2 0 0 0:0 01:24 00:00:00 [ngd_notify_sl3]
  1006. S 0 530 2 0 0 0:0 01:24 00:00:00 [kworker/5:3]
  1007. S 0 531 2 0 0 0:0 01:24 00:00:00 [kworker/5:1H]
  1008. S 0 532 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  1009. S 0 533 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  1010. S 0 534 2 0 0 0:0 01:24 00:00:00 [therm_core:noti]
  1011. S 0 535 2 0 0 0:0 01:24 00:00:00 [irq/69-lmh-inte]
  1012. S 0 536 2 0 0 0:0 01:24 00:00:00 [irq/32-qpnp_fla]
  1013. S 0 537 2 0 0 0:0 01:24 00:00:00 [irq/31-qpnp_fla]
  1014. S 0 538 2 0 0 0:0 01:24 00:00:00 [irq/30-qpnp_fla]
  1015. S 0 539 2 0 0 0:0 01:24 00:00:00 [kworker/3:1]
  1016. S 0 540 2 0 0 0:0 01:24 00:00:00 [cds_recovery_wo]
  1017. S 0 541 2 0 0 0:0 01:24 00:00:00 [wlan_logging_th]
  1018. S 0 542 2 0 0 0:0 01:24 00:00:00 [kworker/6:1]
  1019. S 0 558 2 0 0 0:0 01:24 00:00:00 [kworker/7:1]
  1020. S 0 560 2 0 0 0:0 01:24 00:00:00 [kworker/0:2]
  1021. S 0 565 2 0 0 0:0 01:24 00:00:00 [kworker/0:3]
  1022. S 0 567 2 0 0 0:0 01:24 00:00:00 [kworker/0:4]
  1023. S 0 682 2 0 0 0:0 01:24 00:00:00 [kworker/1:1H]
  1024. S 0 683 2 0 0 0:0 01:24 00:00:00 [kworker/0:1H]
  1025. S 0 684 2 0 0 0:0 01:24 00:00:00 [jbd2/sda17-8]
  1026. S 0 685 2 0 0 0:0 01:24 00:00:00 [ext4-rsv-conver]
  1027. S 0 790 2 0 0 0:0 01:24 00:00:00 [kworker/4:3]
  1028. S 0 828 1 1724 236 0:0 01:24 00:00:00 udhcpd
  1029. S 0 840 1 1724 36 0:0 01:24 00:00:00 telnetd -b 192.168.2.15:23 -l /bin/sh
  1030. S 0 842 2 0 0 0:0 01:24 00:00:00 [kworker/4:1H]
  1031. R 0 843 1 1728 260 0:0 01:24 00:00:00 ps -wlT
  1032. + ps -ef
  1033. ps: invalid option -- 'e'
  1034. BusyBox v1.21.1 (2018-05-24 18:41:26 EDT) multi-call binary.
  1035.  
  1036. Usage: ps
  1037.  
  1038. Show list of processes
  1039.  
  1040. w Wide output
  1041. l Long output
  1042. T Show threads
  1043.  
  1044. + netstat -lnp
  1045. Active Internet connections (only servers)
  1046. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  1047. tcp 0 0 192.168.2.15:23 0.0.0.0:* LISTEN 840/telnetd
  1048. udp 0 0 0.0.0.0:67 0.0.0.0:* 828/udhcpd
  1049. Active UNIX domain sockets (only servers)
  1050. Proto RefCnt Flags Type State I-Node PID/Program name Path
  1051. + cat /proc/mounts
  1052. rootfs / rootfs rw,size=2826296k,nr_inodes=706574 0 0
  1053. devtmpfs /dev devtmpfs rw,relatime,size=2826296k,nr_inodes=706574,mode=755 0 0
  1054. devpts /dev/pts devpts rw,relatime,mode=600 0 0
  1055. sysfs /sys sysfs rw,relatime 0 0
  1056. proc /proc proc rw,relatime 0 0
  1057. none /config configfs rw,relatime 0 0
  1058. /dev/sda17 /data ext4 rw,relatime,data=ordered 0 0
  1059. /dev/sda17 /target/data ext4 rw,relatime,data=ordered 0 0
  1060. + sync
  1061. + inject_loop
  1062. + INJ_DIR=/init-ctl
  1063. + INJ_STDIN=/init-ctl/stdin
  1064. + mkdir /init-ctl
  1065. + mkfifo /init-ctl/stdin
  1066. + echo This entire directory is for debugging init - it can safely be removed
  1067. + echo ########################## Beginning inject loop
  1068. ########################## Beginning inject loop
  1069. + :
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement