LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 789|回复: 3

[已解决..]郁闷死了一摸一样的设置.........vsftp开不起来!

[复制链接]
发表于 2006-7-23 18:24:37 | 显示全部楼层 |阅读模式
有谁在Arch下配置过vsftp么?我开不起来~~~~~~
我同样的配置在CentOS下可以开起来
 楼主| 发表于 2006-7-23 19:35:54 | 显示全部楼层
弄好了,看来一定得装xinetd ,唉其他方法我弄不好,郁闷

First, grab the packages you'll need with pacman:

pacman -Sy xinetd vsftpd
The following config files will need to be changed:

/etc/xinetd.d/vsftpd:

service ftp
{
        socket_type             = stream
        wait                    = no
        user                    = root
        server                  = /usr/sbin/vsftpd
        log_on_success  += HOST DURATION
        log_on_failure  += HOST
        disable                 = no
}
/etc/vsftpd.conf is a very well documented config file, but here are the basics you'll probably want to set:

anonymous_enable=NO      # Assuming you don't want anonymous ftp
local_enable=YES         # This lets local machine users log in
write_enable=YES    # Be really careful using this with anonymous_enable=YES
Finally, add xinetd to your daemons line in /etc/rc.conf. You don't need to add vsftpd, as it will be called by xinetd whenever necessary.

If you get errors like

500 OOPS: cap_set_proc
回复 支持 反对

使用道具 举报

发表于 2006-7-24 00:12:21 | 显示全部楼层
不需要啊。。。我用
sudo /etc/rc.d/vsftpd start就可以起来了啊
回复 支持 反对

使用道具 举报

发表于 2006-7-24 08:33:59 | 显示全部楼层
Post by fallen
不需要啊。。。我用
sudo /etc/rc.d/vsftpd start就可以起来了啊


我的也可以,直接拷到Debian下也可以用。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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