Pastebin
Paste #974: proftpd problems
< previous paste - next paste>
Pasted by Flawless
The following is a run of proftpd including two connection attempts. I've added some whitespace between the startup steps and the connection attempts, so it's possible to tell them apart. -------------------------------------------------------------------------------- /etc/proftpd # proftpd -nd9 - mod_ctrls/0.9.4: binding ctrls socket to '/var/run/proftpd/proftpd.sock' - parsing '/etc/proftpd/proftpd.conf' configuration - FS: using system open() - FS: using system read() - dispatching directive 'Include' to module mod_core - FS: using system lstat() - parsing '/etc/proftpd/modules.conf' configuration - FS: using system open() - FS: using system read() - dispatching directive 'ModulePath' to module mod_dso - FS: using system stat() - dispatching directive 'ModuleControlsACLs' to module mod_dso - dispatching auth request "name2uid" to module mod_auth_file - dispatching auth request "name2uid" to module mod_auth_unix - dispatching auth request "name2uid" to module mod_auth_file - dispatching auth request "name2uid" to module mod_auth_unix - dispatching directive 'ModuleControlsACLs' to module mod_dso - dispatching directive 'LoadModule' to module mod_dso - dispatching directive 'LoadModule' to module mod_dso - mod_tls/2.1.1: using OpenSSL 0.9.8c 05 Sep 2006 - dispatching directive 'LoadModule' to module mod_dso - dispatching directive 'LoadModule' to module mod_dso - dispatching directive 'LoadModule' to module mod_dso - dispatching directive 'LoadModule' to module mod_dso - dispatching directive 'LoadModule' to module mod_dso - dispatching directive 'LoadModule' to module mod_dso - dispatching directive 'LoadModule' to module mod_dso - dispatching directive 'LoadModule' to module mod_dso - dispatching directive 'LoadModule' to module mod_dso - dispatching directive 'LoadModule' to module mod_dso - dispatching directive 'LoadModule' to module mod_dso - dispatching directive 'LoadModule' to module mod_dso - FS: using system read() - FS: using system close() - dispatching directive 'UseIPv6' to module mod_core - disabling runtime support for IPv6 connections - dispatching directive 'DefaultRoot' to module mod_auth - dispatching directive 'IdentLookups' to module mod_core - dispatching directive 'ServerIdent' to module mod_core - dispatching directive 'ServerName' to module mod_core - dispatching directive 'ServerType' to module mod_core - dispatching directive 'DeferWelcome' to module mod_core - dispatching directive 'MultilineRFC2228' to module mod_core - dispatching directive 'DefaultServer' to module mod_core - dispatching directive 'ShowSymlinks' to module mod_ls - 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 'ListOptions' to module mod_ls - dispatching directive 'DenyFilter' to module mod_core - DenyFilter: compiling deny regex '\*.*/' - dispatching directive 'Port' to module mod_core - FS: using system read() - dispatching directive 'MaxInstances' to module mod_core - dispatching directive 'User' to module mod_core - dispatching auth request "getpwnam" to module mod_radius - dispatching auth request "getpwnam" to module mod_ldap - 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_ldap - 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 'Umask' to module mod_core - dispatching directive 'AllowOverwrite' to module mod_xfer - dispatching directive 'TransferLog' to module mod_core - dispatching directive 'SystemLog' to module mod_log - dispatching directive '<IfModule>' to module mod_core - <IfModule>: using 'mod_tls.c' section at line 72 - FS: using system read() - dispatching directive 'TLSEngine' to module mod_tls - dispatching directive '</IfModule>' to module mod_core - dispatching directive '<IfModule>' to module mod_core - <IfModule>: skipping 'mod_quota.c' section at line 76 - dispatching directive '<IfModule>' to module mod_core - <IfModule>: skipping 'mod_ratio.c' section at line 80 - dispatching directive '<IfModule>' to module mod_core - <IfModule>: using 'mod_delay.c' section at line 88 - dispatching directive 'DelayEngine' to module mod_delay - dispatching directive '</IfModule>' to module mod_core - dispatching directive '<IfModule>' to module mod_core - <IfModule>: using 'mod_ctrls.c' section at line 92 - dispatching directive 'ControlsEngine' to module mod_ctrls - dispatching directive 'ControlsMaxClients' to module mod_ctrls - dispatching directive 'ControlsLog' to module mod_ctrls - dispatching directive 'ControlsInterval' to module mod_ctrls - dispatching directive 'ControlsSocket' to module mod_ctrls - mod_ctrls/0.9.4: closing ctrls socket '/var/run/proftpd/proftpd.sock' (3) - dispatching directive '</IfModule>' to module mod_core - dispatching directive '<IfModule>' to module mod_core - <IfModule>: using 'mod_ctrls_admin.c' section at line 100 - dispatching directive 'AdminControlsEngine' to module mod_ctrls_admin - dispatching directive '</IfModule>' to module mod_core - FS: using system read() - dispatching directive 'SQLAuthTypes' to module mod_sql - dispatching directive 'SQLAuthenticate' to module mod_sql - dispatching directive 'SQLConnectInfo' to module mod_sql - FS: using system read() - dispatching directive 'SQLUserInfo' to module mod_sql - dispatching directive 'SQLGroupInfo' to module mod_sql - dispatching directive 'SQLMinID' to module mod_sql - FS: using system read() - FS: using system close() proffserver3 - proffserver3 - Config for Debian: proffserver3 - DefaultRoot proffserver3 - IdentLookups proffserver3 - ServerIdent proffserver3 - DeferWelcome proffserver3 - DefaultServer proffserver3 - ShowSymlinks proffserver3 - TimeoutNoTransfer proffserver3 - TimeoutStalled proffserver3 - TimeoutIdle proffserver3 - DisplayLogin proffserver3 - DisplayFirstChdir proffserver3 - ListOptions proffserver3 - DenyFilter proffserver3 - UserID proffserver3 - UserName proffserver3 - GroupID proffserver3 - GroupName proffserver3 - Umask proffserver3 - DirUmask proffserver3 - AllowOverwrite proffserver3 - TransferLog proffserver3 - TLSEngine proffserver3 - DelayEngine proffserver3 - SQLAuthTypes proffserver3 - SQLAuthenticate proffserver3 - SQLConnectInfo proffserver3 - SQLUserTable proffserver3 - SQLUsernameField proffserver3 - SQLPasswordField proffserver3 - SQLUidField proffserver3 - SQLGidField proffserver3 - SQLHomedirField proffserver3 - SQLShellField proffserver3 - SQLGroupTable proffserver3 - SQLGroupnameField proffserver3 - SQLGroupGIDField proffserver3 - SQLGroupMembersField proffserver3 - SQLMinID proffserver3 - ROOT PRIVS at mod_delay.c:292 proffserver3 - FS: using system open() proffserver3 - RELINQUISH PRIVS at mod_delay.c:294 proffserver3 - FS: using system fstat() proffserver3 - FS: using system close() proffserver3 - ROOT PRIVS at mod_ctrls.c:1610 proffserver3 - mod_ctrls/0.9.4: binding ctrls socket to '/var/run/proftpd/proftpd.sock' proffserver3 - RELINQUISH PRIVS at mod_ctrls.c:1612 proffserver3 - dispatching auth request "getgroups" to module mod_radius proffserver3 - dispatching auth request "getgroups" to module mod_ldap proffserver3 - dispatching auth request "getgroups" to module mod_sql proffserver3 - dispatching auth request "getgroups" to module mod_auth_file proffserver3 - dispatching auth request "getgroups" to module mod_auth_unix proffserver3 - SETUP PRIVS at main.c:2920 proffserver3 - ROOT PRIVS at main.c:2000 proffserver3 - RELINQUISH PRIVS at main.c:2007 proffserver3 - ROOT PRIVS at main.c:2355 proffserver3 - opening scoreboard '/var/run/proftpd/proftpd.scoreboard' proffserver3 - RELINQUISH PRIVS at main.c:2381 proffserver3 - ROOT PRIVS at mod_ctrls_admin.c:995 proffserver3 - opening scoreboard '/var/run/proftpd/proftpd.scoreboard' proffserver3 - RELINQUISH PRIVS at mod_ctrls_admin.c:997 proffserver3 - ROOT PRIVS at inet.c:328 proffserver3 - RELINQUISH PRIVS at inet.c:386 proffserver3 - ProFTPD 1.3.0 (stable) (built mar gen 2 10:57:47 CET 2007) standalone mode STARTUP proffserver3 - ROOT PRIVS at main.c:2218 proffserver3 - RELINQUISH PRIVS at main.c:2220 proffserver3 - FS: using system lstat() proffserver3 - ROOT PRIVS at main.c:1185 proffserver3 - RELINQUISH PRIVS at main.c:1189 proffserver3 - no matching vhost found for 78.109.215.147#21, using DefaultServer 'Debian' proffserver3 - FS: using system lstat() proffserver3 - FS: using system lstat() proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - ROOT PRIVS at main.c:1034 proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - SETUP PRIVS at main.c:1039 proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - FTP session requested from unknown class proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - performing module session initializations proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - ROOT PRIVS at mod_delay.c:828 proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - FS: using system open() proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - RELINQUISH PRIVS at mod_delay.c:830 proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - FS: using system write() proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - FS: using system close() proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - FTP session closed. proffserver3 - FS: using system lstat() proffserver3 - ROOT PRIVS at main.c:1185 proffserver3 - RELINQUISH PRIVS at main.c:1189 proffserver3 - no matching vhost found for 78.109.215.147#21, using DefaultServer 'Debian' proffserver3 - FS: using system lstat() proffserver3 - FS: using system lstat() proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - ROOT PRIVS at main.c:1034 proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - SETUP PRIVS at main.c:1039 proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - FTP session requested from unknown class proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - performing module session initializations proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - ROOT PRIVS at mod_delay.c:828 proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - FS: using system open() proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - RELINQUISH PRIVS at mod_delay.c:830 proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - FS: using system write() proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - FS: using system close() proffserver3 (185.153.72.80.cirque.dk[80.72.153.185]) - FTP session closed. proffserver3 - FS: using system lstat() proffserver3 - ROOT PRIVS at mod_ctrls.c:1173 proffserver3 - RELINQUISH PRIVS at mod_ctrls.c:1177 proffserver3 - FS: using system lstat()
New Paste
Go to most recent paste.