当前位置:  技术问答>linux和unix

Linux架设FTP服务器时出错,请高手相助!

    来源: 互联网  发布时间:2017-03-16

    本文导语:  用CentOS 5.8架设FTP,用的是VSFTP 输入service vsftpd start 时出现下列错误提示: 为 vsftpd 启动 vsftpd:500 OOPS: unrecognised variable in config file: guset_username 配制文件: # Example config file /etc/vsftpd/vsftpd.conf # # The defaul...

用CentOS 5.8架设FTP,用的是VSFTP
输入service vsftpd start 时出现下列错误提示:
为 vsftpd 启动 vsftpd:500 OOPS: unrecognised variable in config file: guset_username
配制文件:

# Example config file /etc/vsftpd/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
# Please see vsftpd.conf.5 for all compiled in defaults.
#
# READ THIS: This example file is NOT an exhaustive list of vsftpd options.
# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's
# capabilities.
#
# Allow anonymous FTP? (Beware - allowed by default if you comment this out).
anonymous_enable=YES
#
# Uncomment this to allow local users to log in.
local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
write_enable=YES
#
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
local_umask=077
#

# Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you will
# obviously need to create a directory writable by the FTP user.
anon_upload_enable=YES
#
# Uncomment this if you want the anonymous FTP user to be able to create
# new directories.
anon_mkdir_write_enable=YES
#
# Activate directory messages - messages given to remote users when they
# go into a certain directory.
dirmessage_enable=YES
#
# The target log file can be vsftpd_log_file or xferlog_file.
# This depends on setting xferlog_std_format parameter
xferlog_enable=YES
#
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
#
chown_uploads=YES
#chown_username=whoever
#
# The name of log file when xferlog_enable=YES and xferlog_std_format=YES
# WARNING - changing this filename affects /etc/logrotate.d/vsftpd.log
xferlog_file=/var/log/vsftpd.log
# Switches between logging into vsftpd_log_file and xferlog_file files.
# NO writes to vsftpd_log_file, YES to xferlog_file
xferlog_std_format=YES
#
# You may change the default value for timing out an idle session.
#idle_session_timeout=600
#
# You may change the default value for timing out a data connection.
#data_connection_timeout=120
#
# It is recommended that you define on your system a unique user which the
# ftp server can use as a totally isolated and unprivileged user.
#nopriv_user=ftpsecure
# a different user. Note! Using "root" for uploaded files is not
# recommended!
chown_uploads=YES
#chown_username=whoever
#
# The name of log file when xferlog_enable=YES and xferlog_std_format=YES
# WARNING - changing this filename affects /etc/logrotate.d/vsftpd.log
xferlog_file=/var/log/vsftpd.log
# Switches between logging into vsftpd_log_file and xferlog_file files.
# NO writes to vsftpd_log_file, YES to xferlog_file
xferlog_std_format=YES
#
# You may change the default value for timing out an idle session.
#idle_session_timeout=600
#
# You may change the default value for timing out a data connection.
#data_connection_timeout=120
#
# It is recommended that you define on your system a unique user which the
# ftp server can use as a totally isolated and unprivileged user.
#nopriv_user=ftpsecure
#
# Enable this and the server will recognise asynchronous ABOR requests. Not

# ASCII mangling is a horrible feature of the protocol.
ascii_upload_enable=YES
ascii_download_enable=YES
#
# You may fully customise the login banner string:
#ftpd_banner=Welcome to blah FTP service.
#
# You may specify a file of disallowed anonymous e-mail addresses. Apparently
# useful for combatting certain DoS attacks.
#deny_email_enable=YES
# (default follows)
#banned_email_file=/etc/vsftpd/banned_emails
#
# You may specify an explicit list of local users to chroot() to their home
# directory. If chroot_local_user is YES, then this list becomes a list of
# users to NOT chroot().
#chroot_list_enable=YES
# (default follows)
#chroot_list_file=/etc/vsftpd/chroot_list
#
# You may activate the "-R" option to the builtin ls. This is disabled by
# default to avoid remote users being able to cause excessive I/O on large
# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume
# default to avoid remote users being able to cause excessive I/O on large
# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume
# the presence of the "-R" option, so there is a strong case for enabling it.
#ls_recurse_enable=YES
#
# When "listen" directive is enabled, vsftpd runs in standalone mode and
# listens on IPv4 sockets. This directive cannot be used in conjunction
# with the listen_ipv6 directive.
listen=YES
chroot_local_user=YES
# This directive enables listening on IPv6 sockets. To listen on IPv4 and IPv6
# sockets, you must run two copies of vsftpd whith two configuration files.
# Make sure, that one of the listen options is commented !!
#listen_ipv6=Yes
pam_service_name=vsftpd
userlist_enable=YES
tcp_wrappers=YES
idle_session_timeout=300
data_connection_timeout=1
guest_enable=YES
guset_username=vsftpd
user_config_dir=/etc/vsftpd/vconf
virtual_use_local_privs=YES
pasv_min_port=9000
pasv_max_port=9045
accept_timeout=5
connect_timeout=1


请问是怎么回事?



|
guset_username=vsftpd

拼写出错了,guest不是guset

    
 
 

您可能感兴趣的文章:

  • !!!!!警告:Mandrake Linux 9.0 安装错误,各位小心刻盘,还请高手相助!!!!!
  • Linux下安装PHP5.3求助,请各位高手相助
  • 我在安装RedHat Linux7.0时遇到了问题,请各位高手相助!
  • win2000下安装vmware4,但不能启动硬盘上的linux, 请高手相助,谢谢!
  • 新手遇到的局域网下的linux上网问题,请高手相助
  • 有关LINUX下视频的问题,在我另外一个帖子里,望有人相助,http://topic.csdn.net/u/20081115/20/cc7b94b9-fa59-4029-8016-fbcd46dc4eca.html?920823563
  • 请教linux下串口编程的几个问题,高手相助!
  • 求助:LINUX下邮件服务器的架设!
  • linux服务器架设 这本书怎么样? 杨鹏写的那个
  • linux下面架设的dns服务器
  • 在单网卡linux主机上架设vpn服务器
  • linux服务器架设(鸟哥私房菜) 电子版在哪里可以下到啊??
  • 谁能比较全面街上怎样在linux下架设有WEB界面的邮件服务器
  • 怎样架设开发基于ARM+linux的路由器的平台
  • 在内网linux服务器上架设网站,想要对外网发布出去怎么做才好?
  • 请高手给点提示,如何架设linux邮件服务器?
  • 50分求与【Linux 服务器 配置维护,网站架设】相关深度中等偏下的经典书籍,荐者有分!
  • Debian Linux如何架设DNS服务器
  • 想在RedHat Linux9下架设一个新闻组服务器,请问有什么软件吗?
  • 只需要Linux的最小安装,并架设一个支持JSP的WEB服务器,请问该如何组合呀,选择Linux的哪个版本?
  • 在linux中架设好FTP服务后,如何增加访问用户以及如何设置访问目录。
  • linux架设好tomcat服务器,但windows无法访问
  • 谁可以提供一下《鸟哥的Linux私房菜_服务器架设篇(第二版).pdf》文件吗?谢谢
  • 在LINUX下架设FTP服务器的一点问题!
  • 在linux中架设好FTP服务后,增加了用户却无法用新增加的用户访问FTP,纳闷呀..
  • 请教linux9下用vsftp架设ftp服务器问题???在线等
  • 在LINUX下架设SENDMAIL服务器的问题1!
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • linux shell脚本 linux crond 的一个鲜为人知的错误,单独执行没问题,放到crond 中就执行出错 试问高手们哪个环节出错
  • linux 64位编译出错。linux 32位可以编译过。
  • 编译linux0.01内核时出错,没有权限?
  • 安装arm-linux-gcc出错
  • 还是老问题啊!!!高手吗?帮忙啊!LINUX 9.0安装时出错!
  • RH linux9启动出错?
  • 求教Redhat Linux 9.0安装出错问题?
  • socket在linux下能用,在unix下出错
  • u盘启动linux出错
  • 在移植linux 2.6.32.27与 33时出错
  • linux 网络编程中 send()函数出错
  • 急!!安装linux出错!希望指教!非常谢谢!
  • 安装Linux 出错(急)
  • linux内核升级后启动出错
  • 64位linux下编译C++出错问题,求解决
  • 安装Linux出错
  • arm-linux-gcc交叉编译出错,但gcc编译没错,什么原因呢???
  • Linux Shell提示符出错,并发出警报声
  • linux7.1 安装 oracle8.1.7 出错
  • Redhat Linux安装RealPlayer11出错
  • linux c/c++ IP字符串转换成可比较大小的数字
  • 在win分区上安装linux和独立分区安装linux有什么区别?可以同时安装吗?(两个linux系统)
  • linux哪个版本好?linux操作系统版本详细介绍及选择方案推荐
  • 在虚拟机上安装的linux上,能像真的linux系统一样开发linux程序么?
  • secureCRT下Linux终端汉字乱码解决方法
  • 我重装window后,把linux的引导区覆盖了,进不了linux怎么办?急啊,望热心的人帮助 (现在有linux的盘)
  • Linux c字符串中不可打印字符转换成16进制
  • 安装vmware软件,不用再安装linux系统,就可以模拟linux系统了,然后可以在其上学习一下LINUX下的基本操作 了?
  • Linux常用命令介绍:更改所属用户群组或档案属性
  • 红旗Linux主机可以通过127.0.0.1访问,但如何是连网的Win2000机器通过Linux的IP去访问Linux
  • linux命令大全详细分类介绍及常用linux命令文档手册下载


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3