找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 9729|回复: 9

openwrt根目录下出现很多大小为0的文件(已解决)

[复制链接]
发表于 2014-8-1 13:52 | 显示全部楼层 |阅读模式
本帖最后由 0x55aa 于 2014-8-28 12:56 编辑

后来发现其实因为是703的rx和tx连接到了micro USB,而一般的充电器D+和D-都是短接的,结果导致了路由器在连接充电器时rx和tx短接了,就导致了路由器一直在自收自发一些莫名奇妙的东西。还使CPU的占用率飙高。

--------------------------------------


写给大家看看这些奇怪的文件,删除之后一段时间又会出现,对linux不太熟大家帮忙分析下啥原因,感谢{:soso_e196:}
------------------------------------

root@OpenWrt:/# ls -Sla
-rwx------    1 root     root         10244 Jul 30 16:13 .DS_Store
drwx------   17 1000     1000          4096 Jul 31 18:25 .
drwx------   17 1000     1000          4096 Jul 31 18:25 ..
-rwx------    1 root     root          4096 Jul 30 15:47 ._.DS_Store
drwxr-xr-x    2 root     root          4096 Jul 31 17:59 bin
drwxr-xr-x    2 root     root          4096 Jul 24 00:41 download
drwxr-xr-x   14 root     root          4096 Jul 31 18:26 etc
drwxr-xr-x   12 root     root          4096 Jul 30 02:18 lib
drwxr-xr-x    3 root     root          4096 Jul 24 00:22 mnt
drwxr-xr-x    2 root     root          4096 Jul 23 12:46 overlay
drwxr-xr-x    2 root     root          4096 Jul 31 10:02 root
drwxr-xr-x    2 root     root          4096 Jul 30 15:26 sbin
drwxr-xr-x    6 root     root          4096 Jul 30 05:01 usr
drwxr-xr-x    4 root     root          4096 Jul 30 05:01 www
drwxr-xr-x    5 root     root          1180 Jul 31 05:38 dev
drwxrwxrwt   14 root     root           400 Aug  1 05:45 tmp
drwxr-xr-x   16 root     root           211 Jul 24 00:02 rom
lrwxrwxrwx    1 root     root             4 Jul 24 01:28 var -> /tmp
-rw-r--r--    1 root     root             0 Jul 31 18:25 ?
-rw-r--r--    1 root     root             0 Jul 31 18:25 ???
-rw-r--r--    1 root     root             0 Jul 31 17:59 :
-rw-r--r--    1 root     root             0 Jul 31 18:25 Killed
-rw-r--r--    1 root     root             0 Jul 31 18:00 b
-rw-r--r--    1 root     root             0 Jul 31 18:00 bi
-rw-r--r--    1 root     root             0 Jul 31 17:59 d
-rw-r--r--    1 root     root             0 Jul 31 17:59 o
-rw-r--r--    1 root     root             0 Jul 31 17:59 ot@Ope
dr-xr-xr-x   51 root     root             0 Jan  1  1970 proc
-rw-r--r--    1 root     root             0 Jul 31 18:00 r
-rw-r--r--    1 root     root             0 Jul 31 17:59 r@OpenWr
-rw-r--r--    1 root     root             0 Jul 31 17:59 re
-rw-r--r--    1 root     root             0 Jul 31 18:00 ro
-rw-r--r--    1 root     root             0 Jul 31 17:59 roOp
-rw-r--r--    1 root     root             0 Jul 31 18:00 roo
-rw-r--r--    1 root     root             0 Jul 31 18:00 root@
-rw-r--r--    1 root     root             0 Jul 31 18:00 root@O
-rw-r--r--    1 root     root             0 Jul 31 18:00 root@Op
-rw-r--r--    1 root     root             0 Jul 31 18:00 root@Ope
-rw-r--r--    1 root     root             0 Jul 31 18:00 root@Open
-rw-r--r--    1 root     root             0 Jul 31 18:00 root@OpenW
-rw-r--r--    1 root     root             0 Jul 31 18:00 root@OpenWr
-rw-r--r--    1 root     root             0 Jul 31 18:00 root@OpenWrt
-rw-r--r--    1 root     root             0 Jul 31 18:00 root@OpenWrt:
-rw-r--r--    1 root     root             0 Jul 31 17:59 rope
-rw-r--r--    1 root     root             0 Jul 31 18:00 runexpec
-rw-r--r--    1 root     root             0 Jul 31 18:00 sy
dr-xr-xr-x   11 root     root             0 Jan  1  1970 sys
-rw-r--r--    1 root     root             0 Jul 31 17:59 t
------------------------------------
我的路由器是wr 703n,建了一个客户端模式的Wi-Fi连接ChinaNet,再通过ap模式的Wi-Fi发出来认证之后使用。
听说只要一直有流量CHinanet就不会断,就些了个死循环的shell脚本让路由器一直ping,不知是否与此有关,另外我的文件系统是在U盘上的
while [ 1 = 1 ]                  
    do                           
    ping -c 1 8.8.8.8 > /dev/null
done
-------------------------------------
下面是log
  1. Thu Jul 31 05:38:49 2014 kern.info kernel: [   27.010000] device eth0 entered promiscuous mode
  2. Thu Jul 31 05:38:49 2014 kern.info kernel: [   27.020000] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
  3. Thu Jul 31 05:38:49 2014 daemon.notice netifd: Interface 'lan' is enabled
  4. Thu Jul 31 05:38:49 2014 daemon.notice netifd: Interface 'loopback' is enabled
  5. Thu Jul 31 05:38:49 2014 daemon.notice netifd: Network device 'lo' link is up
  6. Thu Jul 31 05:38:49 2014 daemon.notice netifd: Interface 'loopback' has link connectivity
  7. Thu Jul 31 05:38:49 2014 daemon.notice netifd: Interface 'loopback' is setting up now
  8. Thu Jul 31 05:38:49 2014 daemon.notice netifd: Interface 'loopback' is now up
  9. Thu Jul 31 05:38:49 2014 authpriv.info dropbear[1154]: Not backgrounding
  10. Thu Jul 31 05:38:52 2014 kern.info kernel: [   30.250000] IPv6: ADDRCONF(NETDEV_UP): wlan0-1: link is not ready
  11. Thu Jul 31 05:38:55 2014 kern.info kernel: [   33.310000] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  12. Thu Jul 31 05:38:55 2014 user.emerg syslog: - init complete -
  13. Thu Jul 31 05:38:56 2014 daemon.notice netifd: Interface 'wwan' is enabled
  14. Thu Jul 31 05:38:56 2014 daemon.notice netifd: Interface 'wlan' is enabled
  15. Thu Jul 31 05:38:56 2014 kern.info kernel: [   34.390000] wlan0: authenticate with b0:75:d5:8b:57:c8
  16. Thu Jul 31 05:38:56 2014 kern.info kernel: [   34.400000] wlan0: No basic rates, using min rate instead
  17. Thu Jul 31 05:38:56 2014 kern.info kernel: [   34.400000] wlan0: send auth to b0:75:d5:8b:57:c8 (try 1/3)
  18. Thu Jul 31 05:38:56 2014 kern.info kernel: [   34.420000] wlan0: authenticated
  19. Thu Jul 31 05:38:56 2014 kern.info kernel: [   34.420000] ath9k ar933x_wmac wlan0: disabling HT as WMM/QoS is not supported by the AP
  20. Thu Jul 31 05:38:56 2014 kern.info kernel: [   34.430000] ath9k ar933x_wmac wlan0: disabling VHT as WMM/QoS is not supported by the AP
  21. Thu Jul 31 05:38:56 2014 kern.info kernel: [   34.450000] wlan0: associate with b0:75:d5:8b:57:c8 (try 1/3)
  22. Thu Jul 31 05:38:56 2014 kern.info kernel: [   34.470000] wlan0: RX AssocResp from b0:75:d5:8b:57:c8 (capab=0x421 status=0 aid=1)
  23. Thu Jul 31 05:38:56 2014 kern.info kernel: [   34.480000] wlan0: associated
  24. Thu Jul 31 05:38:56 2014 daemon.notice netifd: Network device 'wlan0' link is up
  25. Thu Jul 31 05:38:56 2014 daemon.notice netifd: Interface 'wwan' has link connectivity
  26. Thu Jul 31 05:38:56 2014 daemon.notice netifd: Interface 'wwan' is setting up now
  27. Thu Jul 31 05:38:56 2014 kern.info kernel: [   34.490000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  28. Thu Jul 31 05:38:56 2014 daemon.notice netifd: wwan (1398): udhcpc (v1.22.1) started
  29. Thu Jul 31 05:38:57 2014 daemon.notice netifd: wwan (1398): Sending discover...
  30. Thu Jul 31 05:38:57 2014 daemon.notice netifd: wwan (1398): Sending select for 14.155.178.100...
  31. Thu Jul 31 05:38:57 2014 daemon.notice netifd: wwan (1398): Lease of 14.155.178.100 obtained, lease time 7200
  32. Thu Jul 31 05:38:57 2014 daemon.notice netifd: Interface 'wwan' is now up
  33. Thu Jul 31 05:38:58 2014 user.notice firewall: Reloading firewall due to ifup of wwan (wlan0)
  34. Thu Jul 31 05:38:59 2014 kern.info kernel: [   37.100000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-1: link becomes ready
  35. Thu Jul 31 05:38:59 2014 daemon.notice netifd: Network device 'wlan0-1' link is up
  36. Thu Jul 31 05:38:59 2014 daemon.notice netifd: Interface 'wlan' has link connectivity
  37. Thu Jul 31 05:38:59 2014 daemon.notice netifd: Interface 'wlan' is setting up now
  38. Thu Jul 31 05:38:59 2014 daemon.notice netifd: Interface 'wlan' is now up
  39. Thu Jul 31 05:39:03 2014 user.notice firewall: Reloading firewall due to ifup of wlan (wlan0-1)
  40. Thu Jul 31 05:39:08 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e IEEE 802.11: authenticated
  41. Thu Jul 31 05:39:08 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e IEEE 802.11: associated (aid 1)
  42. Thu Jul 31 05:39:08 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: pairwise key handshake completed (RSN)
  43. Thu Jul 31 05:39:28 2014 authpriv.info dropbear[2283]: Child connection from 192.168.3.228:55464
  44. Thu Jul 31 05:39:41 2014 authpriv.warn dropbear[2283]: Bad password attempt for 'root' from 192.168.3.228:55464
  45. Thu Jul 31 05:39:45 2014 authpriv.notice dropbear[2283]: Password auth succeeded for 'root' from 192.168.3.228:55464
  46. Thu Jul 31 18:02:36 2014 authpriv.info dropbear[7703]: Child connection from 116.10.191.183:7133
  47. Thu Jul 31 18:02:55 2014 authpriv.info dropbear[7703]: Exit before auth: Error reading: Connection reset by peer
  48. Thu Jul 31 18:06:34 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: group key handshake completed (RSN)
  49. Thu Jul 31 18:08:22 2014 authpriv.info dropbear[7711]: Child connection from 221.8.62.158:39392
  50. Thu Jul 31 18:08:41 2014 authpriv.info dropbear[7711]: Exit before auth: Exited normally
  51. Thu Jul 31 18:16:34 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: group key handshake completed (RSN)
  52. Thu Jul 31 18:21:59 2014 authpriv.info dropbear[7881]: Child connection from 221.8.62.158:37142
  53. Thu Jul 31 18:22:21 2014 authpriv.info dropbear[7881]: Exit before auth: Exited normally
  54. Thu Jul 31 18:26:34 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: group key handshake completed (RSN)
  55. Thu Jul 31 18:26:37 2014 auth.info passwd: Password for root changed by root
  56. Thu Jul 31 18:26:42 2014 authpriv.info dropbear[1154]: Early exit: Terminated by signal
  57. Thu Jul 31 18:26:42 2014 authpriv.info dropbear[16632]: Not backgrounding
  58. Thu Jul 31 18:36:34 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: group key handshake completed (RSN)
  59. Thu Jul 31 18:46:34 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: group key handshake completed (RSN)
  60. Thu Jul 31 18:48:00 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 IEEE 802.11: authenticated
  61. Thu Jul 31 18:48:00 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 IEEE 802.11: associated (aid 2)
  62. Thu Jul 31 18:48:00 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: pairwise key handshake completed (RSN)
  63. Thu Jul 31 18:56:34 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: group key handshake completed (RSN)
  64. Thu Jul 31 18:56:34 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: group key handshake completed (RSN)
  65. Thu Jul 31 18:56:36 2014 daemon.notice netifd: wwan (1398): Sending renew...
  66. Thu Jul 31 18:56:36 2014 daemon.notice netifd: wwan (1398): Lease of 14.155.178.100 obtained, lease time 7200
  67. Thu Jul 31 19:06:34 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: group key handshake completed (RSN)
  68. Thu Jul 31 19:06:34 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: group key handshake completed (RSN)
  69. Thu Jul 31 19:12:15 2014 authpriv.info dropbear[2283]: Exit (root): Error reading: Connection timed out
  70. Thu Jul 31 19:16:34 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: group key handshake completed (RSN)
  71. Thu Jul 31 19:16:34 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: group key handshake completed (RSN)
  72. Thu Jul 31 19:26:34 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: group key handshake completed (RSN)
  73. Thu Jul 31 19:26:34 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: group key handshake completed (RSN)
  74. Thu Jul 31 19:36:34 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: group key handshake completed (RSN)
  75. Thu Jul 31 19:36:34 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: group key handshake completed (RSN)
  76. Thu Jul 31 19:44:59 2014 daemon.notice netifd: Network device 'wlan0' link is down
  77. Thu Jul 31 19:44:59 2014 daemon.notice netifd: Interface 'wwan' has link connectivity loss
  78. Thu Jul 31 19:44:59 2014 daemon.notice netifd: wwan (1398): Received SIGTERM
  79. Thu Jul 31 19:45:00 2014 kern.info kernel: [ 6538.830000] wlan0: authenticate with b0:75:d5:8b:57:6f
  80. Thu Jul 31 19:45:00 2014 kern.info kernel: [ 6538.850000] wlan0: No basic rates, using min rate instead
  81. Thu Jul 31 19:45:00 2014 kern.info kernel: [ 6538.850000] wlan0: send auth to b0:75:d5:8b:57:6f (try 1/3)
  82. Thu Jul 31 19:45:00 2014 kern.info kernel: [ 6538.870000] wlan0: authenticated
  83. Thu Jul 31 19:45:00 2014 kern.info kernel: [ 6538.870000] ath9k ar933x_wmac wlan0: disabling HT as WMM/QoS is not supported by the AP
  84. Thu Jul 31 19:45:00 2014 kern.info kernel: [ 6538.880000] ath9k ar933x_wmac wlan0: disabling VHT as WMM/QoS is not supported by the AP
  85. Thu Jul 31 19:45:00 2014 kern.info kernel: [ 6538.900000] wlan0: associate with b0:75:d5:8b:57:6f (try 1/3)
  86. Thu Jul 31 19:45:00 2014 kern.info kernel: [ 6538.910000] wlan0: RX AssocResp from b0:75:d5:8b:57:6f (capab=0x421 status=0 aid=2)
  87. Thu Jul 31 19:45:00 2014 kern.info kernel: [ 6538.920000] wlan0: associated
  88. Thu Jul 31 19:45:00 2014 daemon.notice netifd: Network device 'wlan0' link is up
  89. Thu Jul 31 19:45:00 2014 daemon.notice netifd: Interface 'wwan' has link connectivity
  90. Thu Jul 31 19:45:00 2014 daemon.notice netifd: Interface 'wwan' is setting up now
  91. Thu Jul 31 19:45:00 2014 daemon.notice netifd: Network device 'wlan0-1' link is down
  92. Thu Jul 31 19:45:00 2014 daemon.notice netifd: Interface 'wlan' has link connectivity loss
  93. Thu Jul 31 19:45:00 2014 daemon.notice netifd: wwan (10447): udhcpc (v1.22.1) started
  94. Thu Jul 31 19:45:01 2014 daemon.notice netifd: wwan (10447): Sending discover...
  95. Thu Jul 31 19:45:01 2014 daemon.notice netifd: wwan (10447): Sending select for 14.155.178.100...
  96. Thu Jul 31 19:45:01 2014 daemon.notice netifd: wwan (10447): Lease of 14.155.178.100 obtained, lease time 7200
  97. Thu Jul 31 19:45:01 2014 daemon.notice netifd: Interface 'wwan' is now up
  98. Thu Jul 31 19:45:02 2014 user.notice firewall: Reloading firewall due to ifup of wwan (wlan0)
  99. Thu Jul 31 19:45:03 2014 daemon.notice netifd: Network device 'wlan0-1' link is up
  100. Thu Jul 31 19:45:03 2014 daemon.notice netifd: Interface 'wlan' has link connectivity
  101. Thu Jul 31 19:45:03 2014 daemon.notice netifd: Interface 'wlan' is setting up now
  102. Thu Jul 31 19:45:03 2014 daemon.notice netifd: Interface 'wlan' is now up
  103. Thu Jul 31 19:45:05 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 IEEE 802.11: authenticated
  104. Thu Jul 31 19:45:05 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 IEEE 802.11: associated (aid 1)
  105. Thu Jul 31 19:45:05 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: pairwise key handshake completed (RSN)
  106. Thu Jul 31 19:45:05 2014 user.notice firewall: Reloading firewall due to ifup of wlan (wlan0-1)
  107. Thu Jul 31 19:46:34 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: group key handshake completed (RSN)
  108. Thu Jul 31 19:56:34 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: group key handshake completed (RSN)
  109. Thu Jul 31 20:06:34 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: group key handshake completed (RSN)
  110. Thu Jul 31 20:16:34 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: group key handshake completed (RSN)
  111. Thu Jul 31 20:26:34 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: group key handshake completed (RSN)
  112. Thu Jul 31 20:36:34 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: group key handshake completed (RSN)
  113. Thu Jul 31 20:45:01 2014 daemon.notice netifd: wwan (10447): Sending renew...
  114. Thu Jul 31 20:45:01 2014 daemon.notice netifd: wwan (10447): Lease of 14.155.178.100 obtained, lease time 7200
  115. Thu Jul 31 20:46:34 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: group key handshake completed (RSN)
  116. Thu Jul 31 20:50:20 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e IEEE 802.11: authenticated
  117. Thu Jul 31 20:50:20 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e IEEE 802.11: associated (aid 2)
  118. Thu Jul 31 20:50:20 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: pairwise key handshake completed (RSN)
  119. Thu Jul 31 20:50:39 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e IEEE 802.11: disassociated
  120. Thu Jul 31 20:50:40 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
  121. Thu Jul 31 20:51:02 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e IEEE 802.11: authenticated
  122. Thu Jul 31 20:51:02 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e IEEE 802.11: associated (aid 2)
  123. Thu Jul 31 20:51:02 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: pairwise key handshake completed (RSN)
  124. Thu Jul 31 20:51:07 2014 authpriv.info dropbear[21005]: Child connection from 192.168.3.228:58357
  125. Thu Jul 31 20:51:26 2014 authpriv.warn dropbear[21005]: Bad password attempt for 'root' from 192.168.3.228:58357
  126. Thu Jul 31 20:51:45 2014 authpriv.notice dropbear[21005]: Password auth succeeded for 'root' from 192.168.3.228:58357
  127. Thu Jul 31 20:56:34 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: group key handshake completed (RSN)
  128. Thu Jul 31 20:56:34 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: group key handshake completed (RSN)
  129. Thu Jul 31 20:57:56 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 IEEE 802.11: disassociated
  130. Thu Jul 31 20:57:57 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
  131. Thu Jul 31 21:00:52 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e IEEE 802.11: disassociated
  132. Thu Jul 31 21:00:53 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
  133. Thu Jul 31 21:17:20 2014 authpriv.info dropbear[21005]: Exit (root): Error reading: No route to host
  134. Thu Jul 31 21:45:02 2014 daemon.notice netifd: wwan (10447): Sending renew...
  135. Thu Jul 31 21:45:02 2014 daemon.notice netifd: wwan (10447): Lease of 14.155.178.100 obtained, lease time 7200
  136. Thu Jul 31 22:45:02 2014 daemon.notice netifd: wwan (10447): Sending renew...
  137. Thu Jul 31 22:45:02 2014 daemon.notice netifd: wwan (10447): Lease of 14.155.178.100 obtained, lease time 7200
  138. Thu Jul 31 23:45:02 2014 daemon.notice netifd: wwan (10447): Sending renew...
  139. Thu Jul 31 23:45:02 2014 daemon.notice netifd: wwan (10447): Lease of 14.155.178.100 obtained, lease time 7200
  140. Fri Aug  1 00:45:03 2014 daemon.notice netifd: wwan (10447): Sending renew...
  141. Fri Aug  1 00:45:03 2014 daemon.notice netifd: wwan (10447): Lease of 14.155.178.100 obtained, lease time 7200
  142. Fri Aug  1 01:45:03 2014 daemon.notice netifd: wwan (10447): Sending renew...
  143. Fri Aug  1 01:45:03 2014 daemon.notice netifd: wwan (10447): Lease of 14.155.178.100 obtained, lease time 7200
  144. Fri Aug  1 02:45:04 2014 daemon.notice netifd: wwan (10447): Sending renew...
  145. Fri Aug  1 02:45:04 2014 daemon.notice netifd: wwan (10447): Lease of 14.155.178.100 obtained, lease time 7200
  146. Fri Aug  1 03:45:04 2014 daemon.notice netifd: wwan (10447): Sending renew...
  147. Fri Aug  1 03:45:04 2014 daemon.notice netifd: wwan (10447): Lease of 14.155.178.100 obtained, lease time 7200
  148. Fri Aug  1 04:45:05 2014 daemon.notice netifd: wwan (10447): Sending renew...
  149. Fri Aug  1 04:45:05 2014 daemon.notice netifd: wwan (10447): Lease of 14.155.178.100 obtained, lease time 7200
  150. Fri Aug  1 04:45:45 2014 kern.info kernel: [38984.230000] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
  151. Fri Aug  1 04:49:54 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 IEEE 802.11: authenticated
  152. Fri Aug  1 04:49:54 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 IEEE 802.11: associated (aid 1)
  153. Fri Aug  1 04:49:54 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: pairwise key handshake completed (RSN)
  154. Fri Aug  1 04:56:34 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 WPA: group key handshake completed (RSN)
  155. Fri Aug  1 04:58:49 2014 daemon.info hostapd: wlan0-1: STA 64:a7:69:73:4f:61 IEEE 802.11: authenticated
  156. Fri Aug  1 04:58:49 2014 daemon.info hostapd: wlan0-1: STA 64:a7:69:73:4f:61 IEEE 802.11: associated (aid 2)
  157. Fri Aug  1 04:58:49 2014 daemon.info hostapd: wlan0-1: STA 64:a7:69:73:4f:61 WPA: pairwise key handshake completed (RSN)
  158. Fri Aug  1 05:03:58 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 IEEE 802.11: disassociated due to inactivity
  159. Fri Aug  1 05:03:59 2014 daemon.info hostapd: wlan0-1: STA ec:85:2f:11:d8:d0 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
  160. Fri Aug  1 05:06:34 2014 daemon.info hostapd: wlan0-1: STA 64:a7:69:73:4f:61 WPA: group key handshake completed (RSN)
  161. Fri Aug  1 05:10:39 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e IEEE 802.11: authenticated
  162. Fri Aug  1 05:10:39 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e IEEE 802.11: associated (aid 1)
  163. Fri Aug  1 05:10:39 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: pairwise key handshake completed (RSN)
  164. Fri Aug  1 05:10:55 2014 authpriv.info dropbear[23882]: Child connection from 192.168.3.228:50894
  165. Fri Aug  1 05:11:12 2014 authpriv.warn dropbear[23882]: Bad password attempt for 'root' from 192.168.3.228:50894
  166. Fri Aug  1 05:11:18 2014 authpriv.warn dropbear[23882]: Bad password attempt for 'root' from 192.168.3.228:50894
  167. Fri Aug  1 05:11:41 2014 authpriv.notice dropbear[23882]: Password auth succeeded for 'root' from 192.168.3.228:50894
  168. Fri Aug  1 05:16:34 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: group key handshake completed (RSN)
  169. Fri Aug  1 05:16:34 2014 daemon.info hostapd: wlan0-1: STA 64:a7:69:73:4f:61 WPA: group key handshake completed (RSN)
  170. Fri Aug  1 05:26:34 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: group key handshake completed (RSN)
  171. Fri Aug  1 05:26:34 2014 daemon.info hostapd: wlan0-1: STA 64:a7:69:73:4f:61 WPA: group key handshake completed (RSN)
  172. Fri Aug  1 05:36:34 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: group key handshake completed (RSN)
  173. Fri Aug  1 05:36:34 2014 daemon.info hostapd: wlan0-1: STA 64:a7:69:73:4f:61 WPA: group key handshake completed (RSN)
  174. Fri Aug  1 05:45:05 2014 daemon.notice netifd: wwan (10447): Sending renew...
  175. Fri Aug  1 05:45:05 2014 daemon.notice netifd: wwan (10447): Lease of 14.155.178.100 obtained, lease time 7200
  176. Fri Aug  1 05:45:09 2014 daemon.info hostapd: wlan0-1: STA 64:a7:69:73:4f:61 IEEE 802.11: disassociated
  177. Fri Aug  1 05:45:10 2014 daemon.info hostapd: wlan0-1: STA 64:a7:69:73:4f:61 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
  178. Fri Aug  1 05:46:34 2014 daemon.info hostapd: wlan0-1: STA 84:38:35:49:ff:0e WPA: group key handshake completed (RSN)
复制代码
进程信息
  1.   PID USER       VSZ STAT COMMAND
  2.     1 root      1332 S    /sbin/procd
  3.     2 root         0 SW   [kthreadd]
  4.     3 root         0 SW   [ksoftirqd/0]
  5.     5 root         0 SW<  [kworker/0:0H]
  6.     7 root         0 SW<  [khelper]
  7.    60 root         0 SW<  [writeback]
  8.    63 root         0 SW<  [bioset]
  9.    65 root         0 SW<  [kblockd]
  10.    92 root         0 SW   [kworker/0:1]
  11.    96 root         0 SW   [kswapd0]
  12.   143 root         0 SW   [fsnotify_mark]
  13.   173 root         0 SW<  [ath79-spi]
  14.   252 root         0 SW<  [deferwq]
  15.   255 root         0 SW   [kworker/0:2]
  16.   263 root         0 SW   [khubd]
  17.   622 root         0 SW   [scsi_eh_0]
  18.   623 root         0 SW   [usb-storage]
  19.   633 root         0 SW<  [kworker/0:1H]
  20.   637 root         0 SW   [jbd2/sda1-8]
  21.   638 root         0 SW<  [ext4-dio-unwrit]
  22.   736 root       884 S    /sbin/ubusd
  23.   936 root         0 SW<  [cfg80211]
  24. 1025 root      1036 S    /sbin/logd -S 16
  25. 1058 root      1476 S    /sbin/netifd
  26. 1082 root      1156 S    /usr/sbin/odhcpd
  27. 1305 root      1532 S    /usr/sbin/uhttpd -f -h /www -r OpenWrt -x /cgi-bin -u /ubus -t 60 -T 30 -k 20 -A 1 -n 3
  28. 1336 root      2744 S    /usr/sbin/smbd -D
  29. 1338 root      2284 S    /usr/sbin/nmbd -D
  30. 1348 root      1600 S    /usr/sbin/hostapd -P /var/run/wifi-phy0.pid -B /var/run/hostapd-phy0.conf
  31. 1370 root      1532 S    /usr/sbin/wpa_supplicant -B -P /var/run/wpa_supplicant-wlan0.pid -D nl80211 -i wlan0 -c
  32. 1373 root      1364 S    /usr/sbin/ntpd -n -p 0.openwrt.pool.ntp.org -p 1.openwrt.pool.ntp.org -p 2.openwrt.pool
  33. 7713 root      1360 S    {exe} ash /root/test
  34. 7979 root      1364 S    /bin/ash --login
  35. 9254 root      1356 S    ping -c 1 8.8.8.8
  36. 10447 root      1360 S    udhcpc -p /var/run/udhcpc-wlan0.pid -s /lib/netifd/dhcp.script -f -t 0 -i wlan0 -C
  37. 10876 root      1360 R    ps
  38. 10879 root      1364 R    /bin/ash --login
  39. 16632 root      1100 S    /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p 192.168.3.1:22 -K 300
  40. 23882 root      1164 R    /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p 192.168.3.1:22 -K 300
  41. 29782 root         0 SW   [kworker/u2:2]
  42. 30927 nobody     920 S    /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf -k
  43. 32243 root         0 SW   [kworker/u2:0]
  44. 32597 root      1368 S    -ash
复制代码




发表于 2014-8-1 14:44 | 显示全部楼层
看着像哪个脚本写错了吧。
/etc/test这个内容是嘛,干嘛用的。

点评

就是那个ping的脚本,新手。。  详情 回复 发表于 2014-8-1 14:51
 楼主| 发表于 2014-8-1 14:51 | 显示全部楼层
micro.duke 发表于 2014-8-1 14:44
看着像哪个脚本写错了吧。
/etc/test这个内容是嘛,干嘛用的。

就是那个ping的脚本,新手。。
发表于 2014-8-1 16:15 | 显示全部楼层
这个好像都有的,像是ssh登陆,显示欢迎信息样子的东西

点评

不是吧。。。  详情 回复 发表于 2014-8-1 20:35
发表于 2014-8-1 16:29 | 显示全部楼层
多半是自己误键入一些东西了。

点评

出现过很多次了,应该不是  详情 回复 发表于 2014-8-1 20:33
 楼主| 发表于 2014-8-1 20:33 | 显示全部楼层
micro.duke 发表于 2014-8-1 16:29
多半是自己误键入一些东西了。

出现过很多次了,应该不是
 楼主| 发表于 2014-8-1 20:35 | 显示全部楼层
jxaa179623 发表于 2014-8-1 16:15
这个好像都有的,像是ssh登陆,显示欢迎信息样子的东西

不是吧。。。
发表于 2014-8-1 21:20 | 显示全部楼层
你这样ping会把你的cpu全部耗光,建议ping之后使用sleep延时

点评

嗯,感谢  详情 回复 发表于 2014-8-2 14:05
 楼主| 发表于 2014-8-2 14:05 | 显示全部楼层
llshu2003 发表于 2014-8-1 21:20
你这样ping会把你的cpu全部耗光,建议ping之后使用sleep延时

嗯,感谢
 楼主| 发表于 2014-8-28 12:57 | 显示全部楼层
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-6-15 16:24

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com

快速回复 返回顶部 返回列表