ubuntu安装/vsftpd.sh出错
if [ -x /usr/local/sbin ]; then \install -m 755 vsftpd /usr/local/sbin/vsftpd; \
else \
install -m 755 vsftpd /usr/sbin/vsftpd; fi
if [ -x /usr/local/man ]; then \
install -m 644 vsftpd.8 /usr/local/man/man8/vsftpd.8; \
install -m 644 vsftpd.conf.5 /usr/local/man/man5/vsftpd.conf.5; \
elif [ -x /usr/share/man ]; then \
install -m 644 vsftpd.8 /usr/share/man/man8/vsftpd.8; \
install -m 644 vsftpd.conf.5 /usr/share/man/man5/vsftpd.conf.5; \
else \
install -m 644 vsftpd.8 /usr/man/man8/vsftpd.8; \
install -m 644 vsftpd.conf.5 /usr/man/man5/vsftpd.conf.5; fi
if [ -x /etc/xinetd.d ]; then \
install -m 644 xinetd.d/vsftpd /etc/xinetd.d/vsftpd; fi
./vsftpd.sh: line 57: setsebool:找不到命令
./vsftpd.sh: line 59: /etc/rc.d/init.d/iptables: 没有那个文件或目录
./vsftpd.sh: line 60: /etc/init.d/iptables: 没有那个文件或目录
已终止
ubuntu server的系统,跟这哥们的问题一样http://bbs.yinxt.com/read.php?tid=597 不算是错误,你机器上没iptables而已。
页:
[1]