Advertisement
Guest User

Untitled

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