免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1786 | 回复: 7
打印 上一主题 下一主题

[FTP] proftpd问题求教 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-02-28 11:52 |只看该作者 |倒序浏览
我的linux服务器,用的是proftpd+mysql认证做的ftp,最近发现FTP登陆后出现下面的错误:
WinSock 2.0
正在连接到 1.2.3.4
已连接到 1.2.3.4 端口 21
220 ProFTPD 1.2.10 Server (default) [1.2.3.4]
USER web@1.2.3
331 Password required for web@1.2.3.
PASS (hidden)
连接失败 (连接已丢失)
正在延迟 120 秒,在重新连接尝试第 1 次之前
重试尝试已放弃

先前出现这样的情况重启一下服务器就好了。
昨天晚上又出现这种情况,怎么重启都不好用,
我确定proftpd.conf 应该没有问题.

估计问题是不是出在了mysql和quota权限认证上面.但是又不知道具体怎么修复,
请高手指导

论坛徽章:
0
2 [报告]
发表于 2006-02-28 13:30 |只看该作者
用加上调试选项 -nd 9 启动proftpd
./proftpd -nd 9

用户登录时看debug信息

论坛徽章:
0
3 [报告]
发表于 2006-02-28 14:16 |只看该作者
- mod_tls/2.0.7: using OpenSSL 0.9.7e 25 Oct 2004
- parsing '/etc/proftpd.conf' configuration
- FS: using system open()
- FS: using system read()
- dispatching directive 'ServerName' to module mod_core
- dispatching directive 'ServerType' to module mod_core
- dispatching directive 'DeferWelcome' to module mod_core
- dispatching directive 'ShowSymlinks' to module mod_ls
- dispatching directive 'MultilineRFC2228' to module mod_core
- dispatching directive 'DefaultServer' to module mod_core
- dispatching directive 'ShowSymlinks' to module mod_ls
- dispatching directive 'AllowOverwrite' to module mod_xfer
- dispatching directive 'LogFormat' to module mod_log
- dispatching directive 'TimeoutNoTransfer' to module mod_xfer
- dispatching directive 'TimeoutStalled' to module mod_xfer
- dispatching directive 'TimeoutIdle' to module mod_core
- dispatching directive 'DisplayLogin' to module mod_core
- dispatching directive 'DisplayFirstChdir' to module mod_core
- dispatching directive 'DenyFilter' to module mod_core
- Compiling deny regex '\*.*/'.
- Allocated deny regex at location 0x812e3c0.
- dispatching directive 'DefaultRoot' to module mod_auth
- dispatching directive 'Port' to module mod_core
- dispatching directive 'MaxInstances' to module mod_core
- FS: using system read()
- dispatching directive 'User' to module mod_core
- dispatching auth request "getpwnam" to module mod_radius
- dispatching auth request "getpwnam" to module mod_sql
- dispatching auth request "getpwnam" to module mod_auth_file
- dispatching auth request "getpwnam" to module mod_auth_unix
- dispatching directive 'Group' to module mod_core
- dispatching auth request "getgrnam" to module mod_radius
- dispatching auth request "getgrnam" to module mod_sql
- dispatching auth request "getgrnam" to module mod_auth_file
- dispatching auth request "getgrnam" to module mod_auth_unix
- dispatching directive '<Directory>' to module mod_core
- <Directory /*>: adding section for resolved path '/*'
- dispatching directive 'Umask' to module mod_core
- dispatching directive 'AllowOverwrite' to module mod_xfer
- dispatching directive 'HideNoAccess' to module mod_core
- dispatching directive '</Directory>' to module mod_core
- dispatching directive '<Limit>' to module mod_core
- dispatching directive 'IgnoreHidden' to module mod_core
- dispatching directive '</Limit>' to module mod_core
- dispatching directive '<Global>' to module mod_core
- dispatching directive 'TransferLog' to module mod_core
- dispatching directive 'ExtendedLog' to module mod_log
- dispatching directive 'PathDenyFilter' to module mod_core
- Compiling deny regex '.quota$'.
- Allocated deny regex at location 0x8141770.
- dispatching directive '</Global>' to module mod_core
- dispatching directive 'SQLAuthTypes' to module mod_sql
- dispatching directive 'SQLAuthenticate' to module mod_sql
- dispatching directive 'SQLConnectInfo' to module mod_sql
- dispatching directive 'SQLUserInfo' to module mod_sql
- dispatching directive 'SQLGroupInfo' to module mod_sql
- dispatching directive 'SQLMinID' to module mod_sql
- dispatching directive 'QuotaEngine' to module mod_quotatab
- dispatching directive 'QuotaShowQuotas' to module mod_quotatab
- dispatching directive 'QuotaDisplayUnits' to module mod_quotatab
- FS: using system read()
- dispatching directive 'SQLNamedQuery' to module mod_sql
- dispatching directive 'SQLNamedQuery' to module mod_sql
- dispatching directive 'SQLNamedQuery' to module mod_sql
- dispatching directive 'SQLNamedQuery' to module mod_sql
- dispatching directive 'QuotaLock' to module mod_quotatab
- dispatching directive 'QuotaLimitTable' to module mod_quotatab
- FS: using system read()
- dispatching directive 'QuotaTallyTable' to module mod_quotatab
- dispatching directive '<IfModule>' to module mod_core
- <IfModule>: found 'mod_delay.c' module
- dispatching directive 'DelayEngine' to module mod_delay
- dispatching directive '</IfModule>' to module mod_core
- dispatching directive 'AllowForeignAddress' to module mod_core
- dispatching directive 'PassivePorts' to module mod_core
- dispatching directive 'UseReverseDNS' to module mod_core
- dispatching directive 'IdentLookups' to module mod_core
- dispatching directive 'AllowRetrieveRestart' to module mod_xfer
- dispatching directive 'AllowStoreRestart' to module mod_xfer
- FS: using system read()
- FS: using system close()
default.local -
default.local - Config for default:
default.local - Limit
default.local -  IgnoreHidden
default.local - /*
default.local -  Umask
default.local -  DirUmask
default.local -  AllowOverwrite
default.local -  HideNoAccess
default.local -  ShowSymlinks
default.local -  DisplayLogin
default.local -  DisplayFirstChdir
default.local -  DenyFilter
default.local -  SQLAuthTypes
default.local -  SQLAuthenticate
default.local -  SQLConnectInfo
default.local -  SQLMinID
default.local -  SQLNamedQuery_get-quota-limit
default.local -  SQLNamedQuery_get-quota-tally
default.local -  SQLNamedQuery_update-quota-tally
default.local -  SQLNamedQuery_insert-quota-tally
default.local -  AllowForeignAddress
default.local -  AllowRetrieveRestart
default.local -  AllowStoreRestart
default.local -  TransferLog
default.local -  PathDenyFilter
default.local - DeferWelcome
default.local - ShowSymlinks
default.local - DefaultServer
default.local - ShowSymlinks
default.local - AllowOverwrite
default.local - TimeoutNoTransfer
default.local - TimeoutStalled
default.local - TimeoutIdle
default.local - DisplayLogin
default.local - DisplayFirstChdir
default.local - DenyFilter
default.local - DefaultRoot
default.local - UserID
default.local - UserName
default.local - GroupID
default.local - GroupName
default.local - SQLAuthTypes
default.local - SQLAuthenticate
default.local - SQLConnectInfo
default.local - SQLUserTable
default.local - SQLUsernameField
default.local - SQLPasswordField
default.local - SQLUidField
default.local - SQLGidField
default.local - SQLHomedirField
default.local - SQLShellField
default.local - SQLGroupTable
default.local - SQLGroupnameField
default.local - SQLGroupGIDField
default.local - SQLGroupMembersField
default.local - SQLMinID
default.local - QuotaEngine
default.local - QuotaShowQuotas
default.local - QuotaDisplayUnits
default.local - SQLNamedQuery_get-quota-limit
default.local - SQLNamedQuery_get-quota-tally
default.local - SQLNamedQuery_update-quota-tally
default.local - SQLNamedQuery_insert-quota-tally
default.local - QuotaLock
default.local - QuotaLimitTable
default.local - QuotaTallyTable
default.local - DelayEngine
default.local - AllowForeignAddress
default.local - PassivePorts
default.local - IdentLookups
default.local - AllowRetrieveRestart
default.local - AllowStoreRestart
default.local - TransferLog
default.local - ExtendedLog
default.local - PathDenyFilter
default.local - dispatching auth request "getgroups" to module mod_radius
default.local - dispatching auth request "getgroups" to module mod_sql
default.local - dispatching auth request "getgroups" to module mod_auth_file
default.local - dispatching auth request "getgroups" to module mod_auth_unix
default.local - SETUP PRIVS at ../../../src/main.c:2736
default.local - ROOT PRIVS at ../../../src/main.c:1970
default.local - RELINQUISH PRIVS at ../../../src/main.c:1977
default.local - ROOT PRIVS at ../../../src/main.c:2325
default.local - opening scoreboard '/var/run/proftpd/proftpd.scoreboard'
default.local - RELINQUISH PRIVS at ../../../src/main.c:2351
default.local - ROOT PRIVS at ../../../src/inet.c:322
default.local - RELINQUISH PRIVS at ../../../src/inet.c:380
default.local - ProFTPD 1.2.10 (stable) (built do mrt 22 18:28:32 CET 2001) standalone mode STARTUP
default.local - ROOT PRIVS at ../../../src/main.c:2188
default.local - RELINQUISH PRIVS at ../../../src/main.c:2190
default.local - FS: using system lstat()
default.local - ROOT PRIVS at ../../../src/main.c:1162
default.local - RELINQUISH PRIVS at ../../../src/main.c:1166
default.local (222.212.82.89[222.212.82.89]) - ROOT PRIVS at ../../../src/main.c:1011
default.local (222.212.82.89[222.212.82.89]) - SETUP PRIVS at ../../../src/main.c:1016
default.local (222.212.82.89[222.212.82.89]) - FTP session requested from unknown class
default.local (222.212.82.89[222.212.82.89]) - performing module session initializations
default.local (222.212.82.89[222.212.82.89]) - ROOT PRIVS at ../../../modules/mod_quotatab_sql.c:720
default.local (222.212.82.89[222.212.82.89]) - RELINQUISH PRIVS at ../../../modules/mod_quotatab_sql.c:725
default.local - FS: using system lstat()
default.local - FS: using system lstat()
default.local (222.212.82.89[222.212.82.89]) - ROOT PRIVS at ../../../modules/mod_quotatab.c:1961
default.local (222.212.82.89[222.212.82.89]) - RELINQUISH PRIVS at ../../../modules/mod_quotatab.c:1968
default.local (222.212.82.89[222.212.82.89]) - ROOT PRIVS at ../../../modules/mod_quotatab.c:1977
default.local (222.212.82.89[222.212.82.89]) - RELINQUISH PRIVS at ../../../modules/mod_quotatab.c:1984
default.local (222.212.82.89[222.212.82.89]) - mod_log: opening ExtendedLog '/var/log/ftp_traff.log'
default.local (222.212.82.89[222.212.82.89]) - ROOT PRIVS at ../../../modules/mod_log.c:1144
default.local (222.212.82.89[222.212.82.89]) - RELINQUISH PRIVS at ../../../modules/mod_log.c:1146
default.local (222.212.82.89[222.212.82.89]) - ROOT PRIVS at ../../../modules/mod_auth.c:132
default.local (222.212.82.89[222.212.82.89]) - opening scoreboard '/var/run/proftpd/proftpd.scoreboard'
default.local (222.212.82.89[222.212.82.89]) - RELINQUISH PRIVS at ../../../modules/mod_auth.c:134
default.local (222.212.82.89[222.212.82.89]) - ident lookup disabled
default.local (222.212.82.89[222.212.82.89]) - connected - local  : 61.129.51.3:21
default.local (222.212.82.89[222.212.82.89]) - connected - remote : 222.212.82.89:1749
default.local (222.212.82.89[222.212.82.89]) - FTP session opened.
default.local (222.212.82.89[222.212.82.89]) - dispatching PRE_CMD command 'USER web@lovek-bo.net' to mod_rewrite
default.local (222.212.82.89[222.212.82.89]) - dispatching PRE_CMD command 'USER web@lovek-bo.net' to mod_tls
default.local (222.212.82.89[222.212.82.89]) - dispatching PRE_CMD command 'USER web@lovek-bo.net' to mod_core
default.local (222.212.82.89[222.212.82.89]) - dispatching PRE_CMD command 'USER web@lovek-bo.net' to mod_core
default.local (222.212.82.89[222.212.82.89]) - dispatching PRE_CMD command 'USER web@lovek-bo.net' to mod_delay
default.local (222.212.82.89[222.212.82.89]) - dispatching PRE_CMD command 'USER web@lovek-bo.net' to mod_auth
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endpwent" to module mod_radius
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endpwent" to module mod_sql
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endpwent" to module mod_auth_file
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endpwent" to module mod_auth_unix
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endgrent" to module mod_radius
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endgrent" to module mod_sql
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endgrent" to module mod_auth_file
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endgrent" to module mod_auth_unix
default.local (222.212.82.89[222.212.82.89]) - dispatching CMD command 'USER web@lovek-bo.net' to mod_ratio
default.local (222.212.82.89[222.212.82.89]) - dispatching CMD command 'USER web@lovek-bo.net' to mod_auth
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "getgroups" to module mod_radius
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "getgroups" to module mod_sql
default.local (222.212.82.89[222.212.82.89]) - dispatching POST_CMD command 'USER web@lovek-bo.net' to mod_sql
default.local (222.212.82.89[222.212.82.89]) - dispatching POST_CMD command 'USER web@lovek-bo.net' to mod_delay
default.local (222.212.82.89[222.212.82.89]) - dispatching LOG_CMD command 'USER web@lovek-bo.net' to mod_sql
default.local (222.212.82.89[222.212.82.89]) - dispatching LOG_CMD command 'USER web@lovek-bo.net' to mod_log
default.local (222.212.82.89[222.212.82.89]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_rewrite
default.local (222.212.82.89[222.212.82.89]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_tls
default.local (222.212.82.89[222.212.82.89]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
default.local (222.212.82.89[222.212.82.89]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
default.local (222.212.82.89[222.212.82.89]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_delay
default.local (222.212.82.89[222.212.82.89]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_wrap
default.local (222.212.82.89[222.212.82.89]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_radius
default.local (222.212.82.89[222.212.82.89]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endpwent" to module mod_radius
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endpwent" to module mod_sql
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endpwent" to module mod_auth_file
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endpwent" to module mod_auth_unix
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endgrent" to module mod_radius
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endgrent" to module mod_sql
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endgrent" to module mod_auth_file
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endgrent" to module mod_auth_unix
default.local (222.212.82.89[222.212.82.89]) - dispatching CMD command 'PASS (hidden)' to mod_auth
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "getgroups" to module mod_radius
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "getgroups" to module mod_sql
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "getpwnam" to module mod_radius
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "getpwnam" to module mod_sql
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "gid_name" to module mod_radius
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "gid_name" to module mod_sql
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "auth" to module mod_radius
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "auth" to module mod_tls
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "auth" to module mod_sql
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "check" to module mod_radius
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "check" to module mod_tls
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "check" to module mod_sql
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "setgrent" to module mod_radius
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "setgrent" to module mod_sql
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endpwent" to module mod_radius
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endpwent" to module mod_sql
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endpwent" to module mod_auth_file
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endpwent" to module mod_auth_unix
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endgrent" to module mod_radius
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endgrent" to module mod_sql
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endgrent" to module mod_auth_file
default.local (222.212.82.89[222.212.82.89]) - dispatching auth request "endgrent" to module mod_auth_unix
default.local (222.212.82.89[222.212.82.89]) - FTP session closed.
default.local - FS: using system lstat()

这个就是登陆的时候出现的信息.

[ 本帖最后由 angelsing 于 2006-2-28 14:17 编辑 ]

论坛徽章:
0
4 [报告]
发表于 2006-02-28 14:19 |只看该作者
请斑竹帮我看看这个是什么错误引起的?

论坛徽章:
0
5 [报告]
发表于 2006-02-28 14:36 |只看该作者
pam的设置也贴一下看看

论坛徽章:
0
6 [报告]
发表于 2006-02-28 14:43 |只看该作者
#%PAM-1.0
auth       required     pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed
@include common-auth

# This is disabled because anonymous logins will fail otherwise,
# unless you give the 'ftp' user a valid shell, or /bin/false and add
# /bin/false to /etc/shells.
#auth       required    pam_shells.so

@include common-account
@include common-session


这个是pam的.
还有一个就是ftpusers

# /etc/ftpusers: list of users disallowed FTP access. See ftpusers(5).

root
daemon
bin
sys
sync
games
man
lp
mail
news
uucp

论坛徽章:
0
7 [报告]
发表于 2006-02-28 14:44 |只看该作者
再贴一下level 10 的debug信息
./proftpd -nd 10

论坛徽章:
0
8 [报告]
发表于 2006-02-28 14:51 |只看该作者
localhost:/etc/init.d# proftpd -nd 10
- mod_tls/2.0.7: using OpenSSL 0.9.7e 25 Oct 2004
- parsing '/etc/proftpd.conf' configuration
- FS: using system open()
- FS: using system read()
- dispatching directive 'ServerName' to module mod_core
- dispatching directive 'ServerType' to module mod_core
- dispatching directive 'DeferWelcome' to module mod_core
- dispatching directive 'ShowSymlinks' to module mod_ls
- dispatching directive 'MultilineRFC2228' to module mod_core
- dispatching directive 'DefaultServer' to module mod_core
- dispatching directive 'ShowSymlinks' to module mod_ls
- dispatching directive 'AllowOverwrite' to module mod_xfer
- dispatching directive 'LogFormat' to module mod_log
- dispatching directive 'TimeoutNoTransfer' to module mod_xfer
- dispatching directive 'TimeoutStalled' to module mod_xfer
- dispatching directive 'TimeoutIdle' to module mod_core
- dispatching directive 'DisplayLogin' to module mod_core
- dispatching directive 'DisplayFirstChdir' to module mod_core
- dispatching directive 'DenyFilter' to module mod_core
- Compiling deny regex '\*.*/'.
- Allocated deny regex at location 0x812e3b0.
- dispatching directive 'DefaultRoot' to module mod_auth
- dispatching directive 'Port' to module mod_core
- dispatching directive 'MaxInstances' to module mod_core
- FS: using system read()
- dispatching directive 'User' to module mod_core
- dispatching auth request "getpwnam" to module mod_radius
- dispatching auth request "getpwnam" to module mod_sql
- dispatching auth request "getpwnam" to module mod_auth_file
- dispatching auth request "getpwnam" to module mod_auth_unix
- dispatching directive 'Group' to module mod_core
- dispatching auth request "getgrnam" to module mod_radius
- dispatching auth request "getgrnam" to module mod_sql
- dispatching auth request "getgrnam" to module mod_auth_file
- dispatching auth request "getgrnam" to module mod_auth_unix
- dispatching directive '<Directory>' to module mod_core
- <Directory /*>: adding section for resolved path '/*'
- dispatching directive 'Umask' to module mod_core
- dispatching directive 'AllowOverwrite' to module mod_xfer
- dispatching directive 'HideNoAccess' to module mod_core
- dispatching directive '</Directory>' to module mod_core
- dispatching directive '<Limit>' to module mod_core
- dispatching directive 'IgnoreHidden' to module mod_core
- dispatching directive '</Limit>' to module mod_core
- dispatching directive '<Global>' to module mod_core
- dispatching directive 'TransferLog' to module mod_core
- dispatching directive 'ExtendedLog' to module mod_log
- dispatching directive 'PathDenyFilter' to module mod_core
- Compiling deny regex '.quota$'.
- Allocated deny regex at location 0x8141760.
- dispatching directive '</Global>' to module mod_core
- dispatching directive 'SQLAuthTypes' to module mod_sql
- dispatching directive 'SQLAuthenticate' to module mod_sql
- dispatching directive 'SQLConnectInfo' to module mod_sql
- dispatching directive 'SQLUserInfo' to module mod_sql
- dispatching directive 'SQLGroupInfo' to module mod_sql
- dispatching directive 'SQLMinID' to module mod_sql
- dispatching directive 'QuotaEngine' to module mod_quotatab
- dispatching directive 'QuotaShowQuotas' to module mod_quotatab
- dispatching directive 'QuotaDisplayUnits' to module mod_quotatab
- FS: using system read()
- dispatching directive 'SQLNamedQuery' to module mod_sql
- dispatching directive 'SQLNamedQuery' to module mod_sql
- dispatching directive 'SQLNamedQuery' to module mod_sql
- dispatching directive 'SQLNamedQuery' to module mod_sql
- dispatching directive 'QuotaLock' to module mod_quotatab
- dispatching directive 'QuotaLimitTable' to module mod_quotatab
- FS: using system read()
- dispatching directive 'QuotaTallyTable' to module mod_quotatab
- dispatching directive '<IfModule>' to module mod_core
- <IfModule>: found 'mod_delay.c' module
- dispatching directive 'DelayEngine' to module mod_delay
- dispatching directive '</IfModule>' to module mod_core
- dispatching directive 'AllowForeignAddress' to module mod_core
- dispatching directive 'PassivePorts' to module mod_core
- dispatching directive 'UseReverseDNS' to module mod_core
- dispatching directive 'IdentLookups' to module mod_core
- dispatching directive 'AllowRetrieveRestart' to module mod_xfer
- dispatching directive 'AllowStoreRestart' to module mod_xfer
- FS: using system read()
- FS: using system close()
- attempting to resolve 'default.local' via DNS
- resolved 'default.local' to an IPv4 address
default.local -
default.local - Config for default:
default.local - Limit
default.local -  IgnoreHidden
default.local - /*
default.local -  Umask
default.local -  DirUmask
default.local -  AllowOverwrite
default.local -  HideNoAccess
default.local -  ShowSymlinks
default.local -  DisplayLogin
default.local -  DisplayFirstChdir
default.local -  DenyFilter
default.local -  SQLAuthTypes
default.local -  SQLAuthenticate
default.local -  SQLConnectInfo
default.local -  SQLMinID
default.local -  SQLNamedQuery_get-quota-limit
default.local -  SQLNamedQuery_get-quota-tally
default.local -  SQLNamedQuery_update-quota-tally
default.local -  SQLNamedQuery_insert-quota-tally
default.local -  AllowForeignAddress
default.local -  AllowRetrieveRestart
default.local -  AllowStoreRestart
default.local -  TransferLog
default.local -  PathDenyFilter
default.local - DeferWelcome
default.local - ShowSymlinks
default.local - DefaultServer
default.local - ShowSymlinks
default.local - AllowOverwrite
default.local - TimeoutNoTransfer
default.local - TimeoutStalled
default.local - TimeoutIdle
default.local - DisplayLogin
default.local - DisplayFirstChdir
default.local - DenyFilter
default.local - DefaultRoot
default.local - UserID
default.local - UserName
default.local - GroupID
default.local - GroupName
default.local - SQLAuthTypes
default.local - SQLAuthenticate
default.local - SQLConnectInfo
default.local - SQLUserTable
default.local - SQLUsernameField
default.local - SQLPasswordField
default.local - SQLUidField
default.local - SQLGidField
default.local - SQLHomedirField
default.local - SQLShellField
default.local - SQLGroupTable
default.local - SQLGroupnameField
default.local - SQLGroupGIDField
default.local - SQLGroupMembersField
default.local - SQLMinID
default.local - QuotaEngine
default.local - QuotaShowQuotas
default.local - QuotaDisplayUnits
default.local - SQLNamedQuery_get-quota-limit
default.local - SQLNamedQuery_get-quota-tally
default.local - SQLNamedQuery_update-quota-tally
default.local - SQLNamedQuery_insert-quota-tally
default.local - QuotaLock
default.local - QuotaLimitTable
default.local - QuotaTallyTable
default.local - DelayEngine
default.local - AllowForeignAddress
default.local - PassivePorts
default.local - IdentLookups
default.local - AllowRetrieveRestart
default.local - AllowStoreRestart
default.local - TransferLog
default.local - ExtendedLog
default.local - PathDenyFilter
default.local - dispatching event 'core.postparse' to mod_tls
default.local - dispatching event 'core.postparse' to mod_delay
default.local - dispatching auth request "getgroups" to module mod_radius
default.local - dispatching auth request "getgroups" to module mod_sql
default.local - dispatching auth request "getgroups" to module mod_auth_file
default.local - dispatching auth request "getgroups" to module mod_auth_unix
default.local - retrieved group ID: 65534
default.local - setting group ID: 65534
default.local - SETUP PRIVS at ../../../src/main.c:2736
default.local - ROOT PRIVS at ../../../src/main.c:1970
default.local - RELINQUISH PRIVS at ../../../src/main.c:1977
default.local - ROOT PRIVS at ../../../src/main.c:2325
default.local - opening scoreboard '/var/run/proftpd/proftpd.scoreboard'
default.local - RELINQUISH PRIVS at ../../../src/main.c:2351
default.local - dispatching event 'core.startup' to mod_core
default.local - ROOT PRIVS at ../../../src/inet.c:322
default.local - RELINQUISH PRIVS at ../../../src/inet.c:380
default.local - ProFTPD 1.2.10 (stable) (built do mrt 22 18:28:32 CET 2001) standalone mode STARTUP
default.local - ROOT PRIVS at ../../../src/main.c:2188
default.local - RELINQUISH PRIVS at ../../../src/main.c:2190
default.local - FS: using system lstat()
default.local - ROOT PRIVS at ../../../src/main.c:1162
default.local - RELINQUISH PRIVS at ../../../src/main.c:1166
default.local (222.70.201.224[222.70.201.224]) - ROOT PRIVS at ../../../src/main.c:1011
default.local (222.70.201.224[222.70.201.224]) - SETUP PRIVS at ../../../src/main.c:1016
default.local (222.70.201.224[222.70.201.224]) - FTP session requested from unknown class
default.local (222.70.201.224[222.70.201.224]) - performing module session initializations
default.local (222.70.201.224[222.70.201.224]) - ROOT PRIVS at ../../../modules/mod_quotatab_sql.c:720
default.local (222.70.201.224[222.70.201.224]) - RELINQUISH PRIVS at ../../../modules/mod_quotatab_sql.c:725
default.local - FS: using system lstat()
default.local - FS: using system lstat()
default.local (222.70.201.224[222.70.201.224]) - ROOT PRIVS at ../../../modules/mod_quotatab.c:1961
default.local (222.70.201.224[222.70.201.224]) - RELINQUISH PRIVS at ../../../modules/mod_quotatab.c:1968
default.local (222.70.201.224[222.70.201.224]) - ROOT PRIVS at ../../../modules/mod_quotatab.c:1977
default.local (222.70.201.224[222.70.201.224]) - RELINQUISH PRIVS at ../../../modules/mod_quotatab.c:1984
default.local (222.70.201.224[222.70.201.224]) - mod_log: opening ExtendedLog '/var/log/ftp_traff.log'
default.local (222.70.201.224[222.70.201.224]) - ROOT PRIVS at ../../../modules/mod_log.c:1144
default.local (222.70.201.224[222.70.201.224]) - RELINQUISH PRIVS at ../../../modules/mod_log.c:1146
default.local (222.70.201.224[222.70.201.224]) - ROOT PRIVS at ../../../modules/mod_auth.c:132
default.local (222.70.201.224[222.70.201.224]) - opening scoreboard '/var/run/proftpd/proftpd.scoreboard'
default.local (222.70.201.224[222.70.201.224]) - RELINQUISH PRIVS at ../../../modules/mod_auth.c:134
default.local (222.70.201.224[222.70.201.224]) - ident lookup disabled
default.local (222.70.201.224[222.70.201.224]) - connected - local  : 61.129.51.3:21
default.local (222.70.201.224[222.70.201.224]) - connected - remote : 222.70.201.224:53658
default.local (222.70.201.224[222.70.201.224]) - FTP session opened.
default.local (222.70.201.224[222.70.201.224]) - dispatching PRE_CMD command 'USER web@ttt.joyren.com' to mod_rewrite
default.local (222.70.201.224[222.70.201.224]) - dispatching PRE_CMD command 'USER web@ttt.joyren.com' to mod_tls
default.local (222.70.201.224[222.70.201.224]) - dispatching PRE_CMD command 'USER web@ttt.joyren.com' to mod_core
default.local (222.70.201.224[222.70.201.224]) - dispatching PRE_CMD command 'USER web@ttt.joyren.com' to mod_core
default.local (222.70.201.224[222.70.201.224]) - dispatching PRE_CMD command 'USER web@ttt.joyren.com' to mod_delay
default.local (222.70.201.224[222.70.201.224]) - dispatching PRE_CMD command 'USER web@ttt.joyren.com' to mod_auth
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endpwent" to module mod_radius
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endpwent" to module mod_sql
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endpwent" to module mod_auth_file
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endpwent" to module mod_auth_unix
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endgrent" to module mod_radius
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endgrent" to module mod_sql
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endgrent" to module mod_auth_file
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endgrent" to module mod_auth_unix
default.local (222.70.201.224[222.70.201.224]) - dispatching CMD command 'USER web@ttt.joyren.com' to mod_ratio
default.local (222.70.201.224[222.70.201.224]) - dispatching CMD command 'USER web@ttt.joyren.com' to mod_auth
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "getgroups" to module mod_radius
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "getgroups" to module mod_sql
default.local (222.70.201.224[222.70.201.224]) - retrieved group IDs: 2383, 2383
default.local (222.70.201.224[222.70.201.224]) - retrieved group names: ttt.joyren.com, ttt.joyren.com
default.local (222.70.201.224[222.70.201.224]) - dispatching POST_CMD command 'USER web@ttt.joyren.com' to mod_sql
default.local (222.70.201.224[222.70.201.224]) - dispatching POST_CMD command 'USER web@ttt.joyren.com' to mod_delay
default.local (222.70.201.224[222.70.201.224]) - dispatching LOG_CMD command 'USER web@ttt.joyren.com' to mod_sql
default.local (222.70.201.224[222.70.201.224]) - dispatching LOG_CMD command 'USER web@ttt.joyren.com' to mod_log
default.local (222.70.201.224[222.70.201.224]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_rewrite
default.local (222.70.201.224[222.70.201.224]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_tls
default.local (222.70.201.224[222.70.201.224]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
default.local (222.70.201.224[222.70.201.224]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
default.local (222.70.201.224[222.70.201.224]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_delay
default.local (222.70.201.224[222.70.201.224]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_wrap
default.local (222.70.201.224[222.70.201.224]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_radius
default.local (222.70.201.224[222.70.201.224]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endpwent" to module mod_radius
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endpwent" to module mod_sql
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endpwent" to module mod_auth_file
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endpwent" to module mod_auth_unix
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endgrent" to module mod_radius
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endgrent" to module mod_sql
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endgrent" to module mod_auth_file
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endgrent" to module mod_auth_unix
default.local (222.70.201.224[222.70.201.224]) - dispatching CMD command 'PASS (hidden)' to mod_auth
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "getgroups" to module mod_radius
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "getgroups" to module mod_sql
default.local (222.70.201.224[222.70.201.224]) - retrieved group IDs: 2383, 2383
default.local (222.70.201.224[222.70.201.224]) - retrieved group names: ttt.joyren.com, ttt.joyren.com
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "getpwnam" to module mod_radius
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "getpwnam" to module mod_sql
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "gid_name" to module mod_radius
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "gid_name" to module mod_sql
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "auth" to module mod_radius
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "auth" to module mod_tls
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "auth" to module mod_sql
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "check" to module mod_radius
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "check" to module mod_tls
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "check" to module mod_sql
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "setgrent" to module mod_radius
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "setgrent" to module mod_sql
default.local (222.70.201.224[222.70.201.224]) - dispatching event 'core.exit' to mod_tls
default.local (222.70.201.224[222.70.201.224]) - dispatching event 'core.exit' to mod_sql_mysql
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endpwent" to module mod_radius
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endpwent" to module mod_sql
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endpwent" to module mod_auth_file
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endpwent" to module mod_auth_unix
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endgrent" to module mod_radius
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endgrent" to module mod_sql
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endgrent" to module mod_auth_file
default.local (222.70.201.224[222.70.201.224]) - dispatching auth request "endgrent" to module mod_auth_unix
default.local (222.70.201.224[222.70.201.224]) - FTP session closed.
default.local - FS: using system lstat()
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP