mldonkey不好用装个Amule玩玩(buffalo CHL篇) |
MLDONKEY在保证源的情况下还是够快的,但是很遗憾MLDONKEY不支持迷惑协议,在运营商封堵电驴的情况下就根本没戏了,AMULE的好处就体现在这里,迷惑协议可以绕开运营商的网络封锁,而且AMULE-DAEMON是和MLDONKEY一样在后台运行,占用资源可比MLDONKEY少多了
|
Starting amuled... Configuration's setting are located in /mnt/disk1/amule/config 2011-11-11 13:16:16: Initialising aMuleD SVN compiled with v2.8.12 2011-11-11 13:16:16: Checking if there is an instance already running... 2011-11-11 13:16:16: No other instances are running. !2011-11-11 13:16:16: ERROR: WARNING Warning! You are running aMule as root. !2011-11-11 13:16:16: Doing so is not recommended for security reasons, !2011-11-11 13:16:16: and you are advised to run aMule as an normal !2011-11-11 13:16:16: user instead. -------------------------------------------------- Warning! You are running aMule as root. Doing so is not recommended for security reasons, and you are advised to run aMule as an normal user instead. -------------------------------------------------- 2011-11-11 13:16:16: ListenSocket: Ok. 2011-11-11 13:16:16: amuled: forking to background - see you done 上面就是你说的遇到的问题吧,我是这样解决的: 在启动amule之前输入下面命令: USER=admin 或者把USER=admin加到启动脚本的前面。问题就解决了。 |