|
问题1:
我的路由器支持动态域名3322.org,我是否还需要在MSS里面像论坛里面一样设置创建:
# vi /opt/etc/cron.d/3322.org
0,10,20,30,40,50 * * * * /opt/bin/curl -su aaa:bbb 'http://members.3322.org/dyndns/update?system=dyndns&hostname=mymss.3322.org' &> /dev/null &
这样的文件。
问题2:我照着论坛里面的方法,试图创建问题一中的文件。第一步就出了问题。(参考bbkkk 的帖子:https://www.right.com.cn/forum/v ... F%CC%AC%D3%F2%C3%FB)
我把cron_4.1-7_mipsel.ipk 下载后放在Public目录下,然后在secureCRT里面来进行安装:
#####################################
# ipkg install /shares/mss-hdd/Public/cron_4.1-7_mipsel.ipk
Installing cron (4.1-7) to root...
Configuring adduser
syntax error
postinst script returned status 255
ERROR: adduser.postinst returned 255
Configuring cron
Remember that the system crontab file is "/opt/etc/crontab".
Configuring vsftpd
You'll need to add line like
echo "ftp stream tcp nowait root /opt/sbin/vsftpd /opt/etc/vsftpd.conf" >>/etc/inetd.conf
to your /unslung/rc.xinetd file -- see the wiki at http://www.nslu2-linux.org for more info
postinst script returned status 1
ERROR: vsftpd.postinst returned 1
#####################################
结果弹出这样的错误,请问这是什么问题?
问题3:
路由器重新拨号后获取新的IP地址(ADSL),DDNS正常工作,3322.org也能正常连接上,可以通过动态域名远程管理路由器,SecureCRT也能正常连接,Vsftpd也能正常工作,但是就mldonkey无法通过WEB:4080或者sancho来进行管理,均无法连接上。
1.重新启动mldonkey也不能解决问题
2.重新启动MSS后,可以正常访问
目前无法判断是什么原因导致的问题
请高手帮忙看看该怎么解决?谢谢!
[ 本帖最后由 kevinduan 于 2008-6-20 13:12 编辑 ] |
|