可恶的Linux qq 自动更新工具

2008 年 09 月 01 日 上午 9:56 | | 阅读次数 : 2,320 次 | LINUX&WIN | , ,


Please Note: This post is over a year old, any information within it may be out-of-date.

      一早上开机,由于前两天看到了有一条关于linux qq 版本升级的消息,所以想试试检查更新的功能,没有想到开了没有反应,而且,我的机器的cpu一下子冒到了100%的使用率。我汗,赶紧查看了一下:
  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND            
3596 root      20   0  2004  752  504 R 95.1  0.0   2:47.00 plugin-config      
3586 root      20   0  2004  752  504 R 90.2  0.0   2:51.83 plugin-config

     我郁闷了,plugin-config是什么东西呢?看看:
[root@icnote ~]# ps aux |grep plugin-config
LEE       3584  0.0  0.0   6128  1052 ?        S    09:42   0:00 /bin/sh /usr/bin/mozilla-plugin-config
root      3586 89.2  0.0   2004   752 ?        R    09:42   4:12 /usr/lib/nspluginwrapper/plugin-config -f
LEE       3594  0.0  0.0   6128  1052 ?        S    09:42   0:00 /bin/sh /usr/bin/mozilla-plugin-config
root      3596 89.0  0.0   2004   752 ?        R    09:42   4:08 /usr/lib/nspluginwrapper/plugin-config -f
root      3618  0.0  0.0   5504   680 pts/1    R+   09:47   0:00 grep plugin-config

很明显,mozilla-plugin-config是正常的,可疑的就是nspluginwrapper了,突然想起,曾经在windows下,不是也有npviwer吗?果然,发现了还有个npviewer.bin,突然明白了,紧接着杀了他们:
killall -9 plugin-config
killall -9 npviewer.bin

杀了这两个进程之后,发现自动在浏览器里面打开了http://im.qq.com/qq/linux这个网址,我汗!!!!
不过,还ok,一切正常了。
不晓得是qq的哪里除了问题阿。
我的机器系统:
[root@icnote ~]# uname -a
Linux icnote.icnote.com 2.6.25.14-108.fc9.i686 #1 SMP Mon Aug 4 14:08:11 EDT 2008 i686 i686 i386 GNU/Linux

Share

Leave a Reply

Your email address is never published nor shared. Required fields are marked with a *.


(必填)

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

注意: 评论者允许使用'@user空格'的方式将自己的评论通知另外评论者。例如, ABC是本文的评论者之一,则使用'@ABC '(不包括单引号)将会自动将您的评论发送给ABC。