Current time: 06-16-2024, 11:45 PM Hello There, Guest! (LoginRegister)


Post Reply 
[SOLVED ] Problem with Proftd
Author Message
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #11
RE: Problem with Proftd
Can you please post the debug log again ?
Password and MySQL-User are also correct ?

Greez BeNe
08-04-2009 09:19 PM
Visit this user's website Find all posts by this user Quote this message in a reply
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #12
RE: Problem with Proftd
mod_tls/2.1.2: using OpenSSL 0.9.8g 19 Oct 2007
- disabling runtime support for IPv6 connections
- DenyFilter: compiling deny regex '\*.*/'
- <Directory /*>: deferring resolution of path
- PathDenyFilter: compiling deny regex '.quota$'
- <IfModule>: skipping '!mod_sql.c' section at line 108
- <IfModule>: skipping '!mod_sql_mysql.c' section at line 111
- <IfModule>: skipping '!mod_quotatab.c' section at line 114
- <IfModule>: skipping '!mod_quotatab_sql.c' section at line 117
- <IfModule>: using 'mod_quotatab.c' section at line 138
- <IfModule>: skipping 'mod_ratio.c' section at line 153
- <IfModule>: using 'mod_delay.c' section at line 160
- <IfModule>: using 'mod_ctrls.c' section at line 164
- <IfModule>: using 'mod_ctrls_admin.c' section at line 172
- processing configuration directory '/etc/proftpd/ispcp'
-
- Config for :
- Limit
- IgnoreHidden
- /*
- Umask
- DirUmask
- AllowOverwrite
- HideNoAccess
- ShowSymlinks
- AllowStoreRestart
- AllowForeignAddress
- DisplayLogin
- DisplayChdir
- ListOptions
- DenyFilter
- SQLNamedQuery_get-quota-limit
- SQLNamedQuery_get-quota-tally
- SQLNamedQuery_update-quota-tally
- SQLNamedQuery_insert-quota-tally
- SQLAuthTypes
- SQLAuthenticate
- SQLConnectInfo
- SQLMinUserUID
- SQLMinUserGID
- RootLogin
- TransferLog
- PathDenyFilter
- DeferWelcome
- DefaultServer
- ShowSymlinks
- AllowOverwrite
- IdentLookups
- AllowStoreRestart
- AllowForeignAddress
- TimeoutLogin
- TimeoutNoTransfer
- TimeoutStalled
- TimeoutIdle
- DisplayLogin
- DisplayChdir
- ListOptions
- DenyFilter
- DefaultRoot
- UserID
- UserName
- GroupID
- GroupName
- QuotaEngine
- QuotaShowQuotas
- QuotaDisplayUnits
- SQLNamedQuery_get-quota-limit
- SQLNamedQuery_get-quota-tally
- SQLNamedQuery_update-quota-tally
- SQLNamedQuery_insert-quota-tally
- QuotaLock
- QuotaLimitTable
- QuotaTallyTable
- DelayEngine
- SQLBackend
- SQLAuthTypes
- SQLAuthenticate
- SQLConnectInfo
- SQLUserTable
- SQLUsernameField
- SQLPasswordField
- SQLUidField
- SQLGidField
- SQLHomedirField
- SQLShellField
- SQLGroupTable
- SQLGroupnameField
- SQLGroupGIDField
- SQLGroupMembersField
- SQLMinUserUID
- SQLMinUserGID
- RootLogin
- TransferLog
- ExtendedLog
- PathDenyFilter
- mod_lang/0.8: binding to text domain 'proftpd' using locale path '/usr/share/locale'
- ProFTPD 1.3.1 (stable) (built Fri Feb 27 20:37:52 UTC 2009) standalone mode STARTUP
(xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) - FTP session requested from unknown class
(xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) - FTP session closed.
(xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) - FTP session requested from unknown class
(xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) - FTP session closed.
(xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) - FTP session requested from unknown class
(xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) - FTP session closed.
cat /etc/proftpd/modules.conf
Code:
# This file is used to manage DSO modules and features.
#

# This is the directory where DSO modules reside

ModulePath /usr/lib/proftpd

# Allow only user root to load and unload modules, but allow everyone
# to see which modules have been loaded

ModuleControlsACLs insmod,rmmod allow user root
ModuleControlsACLs lsmod allow user *

LoadModule mod_ctrls_admin.c
LoadModule mod_tls.c

# Install proftpd-mod-mysql or proftpd-mod-pgsql to use this
LoadModule mod_sql.c

# Install proftpd-mod-ldap to use this
#LoadModule mod_ldap.c

#
# 'SQLBackend mysql' or 'SQLBackend postgres' directives are required
# to have SQL authorization working. You can also comment out the
# unused module here, in alternative.
#

# Install proftpd-mod-mysql to use this
LoadModule mod_sql_mysql.c

# Install proftpd-mod-pgsql to use this
#LoadModule mod_sql_postgres.c

LoadModule mod_radius.c
LoadModule mod_quotatab.c
LoadModule mod_quotatab_file.c

# Install proftpd-mod-ldap to use this
#LoadModule mod_quotatab_ldap.c

# Install proftpd-mod-pgsql or proftpd-mod-mysql to use this
LoadModule mod_quotatab_sql.c
LoadModule mod_quotatab_radius.c
LoadModule mod_wrap.c
LoadModule mod_rewrite.c
LoadModule mod_load.c
LoadModule mod_ban.c
LoadModule mod_wrap2.c
LoadModule mod_wrap2_file.c
# Install proftpd-mod-pgsql or proftpd-mod-mysql to use this
LoadModule mod_wrap2_sql.c
LoadModule mod_dynmasq.c


# keep this module the last one
LoadModule mod_ifsession.c

if you want to do the login root
(This post was last modified: 08-04-2009 09:49 PM by theprincy.)
08-04-2009 09:45 PM
Visit this user's website Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #13
RE: Problem with Proftd
Can you send me your SSH Login and a FTP-Login that i can take a look ?
Is the best in my eyes to get it running.

Greez BeNe
08-04-2009 09:57 PM
Visit this user's website Find all posts by this user Quote this message in a reply
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #14
RE: Problem with Proftd
(08-04-2009 09:19 PM)BeNe Wrote:  Can you please post the debug log again ?
Password and MySQL-User are also correct ?

Greez BeNe

the data user and password are correct because there was vftp user could access and mysql, always tested via shell, the only thing that I have never tested had control privileges on the database ispcp is user had no lien on it, Once the data permits, access ftp it worked, I could have thought of that before.
remains to understand why not only had the privileges on the database,
(This post was last modified: 08-04-2009 10:12 PM by theprincy.)
08-04-2009 10:11 PM
Visit this user's website Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #15
RE: [SOLVED ] Problem with Proftd
Cool Fine!
So you are back on the road again.

Have fun with ispCP Omega!

Greez BeNe
08-04-2009 10:15 PM
Visit this user's website Find all posts by this user Quote this message in a reply
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #16
RE: [SOLVED ] Problem with Proftd
just finished transferring the omega domains, give a hand in cleanup the wiki.
In the forum I found many interesting posts that would help a lot
08-04-2009 10:29 PM
Visit this user's website Find all posts by this user Quote this message in a reply
alfieflor Offline


Posts: 1
Joined: Aug 2009
Reputation: 0
Post: #17
RE: [SOLVED ] Problem with Proftd
We hope no problems or errors incurred using that.

_________________
Adt security
08-26-2009 12:40 PM
Find all posts by this user Quote this message in a reply
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #18
RE: [SOLVED ] Problem with Proftd
(08-26-2009 12:40 PM)alfieflor Wrote:  We hope no problems or errors incurred using that.

_________________
Adt security

????????
08-26-2009 03:06 PM
Visit this user's website Find all posts by this user Quote this message in a reply
TSG Offline
Junior Member
*

Posts: 15
Joined: Aug 2009
Reputation: 0
Post: #19
RE: [SOLVED ] Problem with Proftd
huh i got this problem to but i don't get it how to fix it :o
09-07-2009 01:40 AM
Find all posts by this user Quote this message in a reply
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #20
RE: [SOLVED ] Problem with Proftd
(09-07-2009 01:40 AM)TSG Wrote:  huh i got this problem to but i don't get it how to fix it :o

http://www.isp-control.net/documentation...tpd_issues
09-07-2009 01:54 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)