|
|
发表于 2010-3-20 02:36:49
|
显示全部楼层
wget http://blog.licess.cn/uploads/200903/vsftpd-for-LNMP.zip
unzip vsftpd-for-LNMP.zip
cd vsftpd-for-LNMP
chmod +x installvsftpd.sh
./installvsftpd.sh
-----------------------------------------------------------------------------------------------------
licess, 你好
我在 64位的centos上安装你的一键是成功了的,ea也安装了,但是想安装vsftpd,安装你网站的教程安装,如上,好像没有安装好- [root@server1 vsftpd-for-LNMP]#chmod +x installvsftpd.sh
- [root@server1 vsftpd-for-LNMP]#./installvsftpd.sh
- =========================================================================
- Vsftpd for LNMP Written by Licess
- =========================================================================
- A tool to auto-compile & install VSftp for LNMP on Linux
- For more information please visit http://blog.licess.cn/lnmp/
- =========================================================================
- start download vsftpd package
- --2010-03-20 02:34:01-- http://licess.googlecode.com/files/vsftpd-2.1.0.tar.gz
- Resolving licess.googlecode.com... 74.125.155.82
- Connecting to licess.googlecode.com|74.125.155.82|:80... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 178636 (174K) [application/x-gzip]
- Saving to: `vsftpd-2.1.0.tar.gz.3'
- 100%[===============================================>] 178,636 --.-K/s in 0.1s
- 2010-03-20 02:34:01 (1.20 MB/s) - `vsftpd-2.1.0.tar.gz.3' saved [178636/178636]
- download vsftpd package finished!
- installing vsftpd 2.1.0.......
- mkdir: cannot create directory `/usr/local/man/man8': File exists
- mkdir: cannot create directory `/usr/local/man/man5': File exists
- make: `vsftpd' is up to date.
- 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
- mkdir: cannot create directory `/etc/vsftpd': File exists
- mkdir: cannot create directory `/var/ftp': File exists
- setsebool: SELinux is disabled.
- Saving firewall rules to /etc/sysconfig/iptables: [ OK ]
- Flushing firewall rules: [ OK ]
- Setting chains to policy ACCEPT: filter nat mangle [ OK ]
- Unloading iptables modules: [ OK ]
- Applying iptables firewall rules: [ OK ]
- adduser: user adminftp exists
- Terminated
- [root@server1 vsftpd-for-LNMP]#
复制代码 Terminated 是提示中断了
请教一下 |
|