senlin 发表于 2013-11-19 10:02:16

PureFTPd 装好了FTP能连接上,服务器重启后连不上,执行start又能连上

我自己觉得应该是没有随系统启动。。。
怎样调整?

是装在EC2上面的

[ 本帖最后由 senlin 于 2013-11-19 10:22 编辑 ]

licess 发表于 2013-11-19 11:23:24

centos还是debian?

senlin 发表于 2013-11-19 12:37:50

原帖由 licess 于 2013-11-19 11:23 发表 https://bbs.vpser.net/images/common/back.gif
centos还是debian?

amzon的系统。。

Amazon Linux AMI 2013.09.1 - ami-83e4bcea (64-bit) / ami-cde4bca4 (32-bit)
The Amazon Linux AMI is an EBS-backed, PV-GRUB image. It includes Linux 3.4, AWS tools, and repository access to multiple versions of MySQL, PostgreSQL, Python, Ruby, and Tomcat.


看不出来是哪个。但是我是按centos安装的。其他都正常,就差最后装ftp 有点小问题

licess 发表于 2013-11-19 14:32:29

chkconfig --level 345 purefptd on
然后重启试试,不行的话将 echo "/etc/init.d/pureftpd start" >> /etc/rc.local

senlin 发表于 2013-11-19 14:51:27

回复 4# 的帖子

执行第一句显示一下错误:
error reading information on service purefptd: No such file or directory

第二句能解决问题。

licess 发表于 2013-11-19 17:11:39

是pureftpd打错了

senlin 发表于 2013-11-19 17:25:37

两句都能解决问题!!!! 感谢
页: [1]
查看完整版本: PureFTPd 装好了FTP能连接上,服务器重启后连不上,执行start又能连上