ispCP - Board - Support
proftpd DOWN? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: proftpd DOWN? (/thread-3120.html)

Pages: 1 2 3 4


proftpd DOWN? - GooCarlos - 04-24-2008 02:12 AM

Apr 24 00:09:49 proftpd: - warning: the DisplayFirstChdir directive is deprecated and will be removed in a future release. Please use the DisplayChdir directive.
Apr 24 00:09:49 proftpd: - Fatal: unknown configuration directive 'SQLBackend' on line 168 of '/etc/proftpd.conf'
Apr 24 00:09:49 proftpd: proftpd startup failed

help...


RE: proftpd DOWN? - GooCarlos - 04-24-2008 02:18 AM

168 line:

# ispCP SQL Managment
# Activate for proftpd >= 1.3
SQLBackend mysql
SQLAuthTypes Crypt
SQLAuthenticate on
SQLConnectInfo ispcp@localhost vftp 7%uvs@vBtljr5aTMO3b
SQLUserInfo ftp_users userid passwd uid gid homedir shell
SQLGroupInfo ftp_group groupname gid members
SQLMinID 2000


RE: proftpd DOWN? - GooCarlos - 04-24-2008 03:04 AM

My ProFTPD is the 1.3.1, but I can not find " Include / etc/proftpd/modules.conf " This file.


RE: proftpd DOWN? - rbtux - 04-24-2008 04:51 AM

why dont you add it?


RE: proftpd DOWN? - joximu - 04-24-2008 06:36 AM

@GooCarlos

you need to write what OS you have. We try to help, but we do not go through all your posts to find this information. It's important in every new thread you start.

Otherwise we think you use debian etch and if you do not have the file then you did not follow the installation guide - it's just that easy.

the warning about the directive can be ignored.


RE: proftpd DOWN? - GooCarlos - 04-24-2008 11:12 AM

FTP service can not start, I do not know how to do.

RHEL 4,Ispcp 1.0 RC5。
http://admin.sh02.nowme-studio.com/phpinfo.php


RE: proftpd DOWN? - StevenE - 04-24-2008 06:27 PM

Hi,

exactly same prob with FreeBSD 7.0 and ispcp nightly 11.4


RE: proftpd DOWN? - joximu - 04-24-2008 06:45 PM

I'm absolutely not known to redhat and here we need some better knowledge of the OS and the packages.

It's importand that the needed packages are installed to use mysql in proftpd - in suse (also rpm/yum based) it's called "proftpd-sql-mysql". This is needed.
then you have to make sure, the mysql modules is loaded in proftpd. Instead of including a module file, you also can use theese two lines at the beginning

LoadModule mod_sql.c
LoadModule mod_sql_mysql.c

We need a Redhat supporter.


RE: proftpd DOWN? - StevenE - 04-24-2008 06:51 PM

oh sorry man, forget that there was a problem with my very specific mysql installation :S (which I have to use for our own product in company)

so I go tryin install the needed packages


RE: proftpd DOWN? - StevenE - 04-24-2008 07:33 PM

but shouldn't be the file exsist /etc/proftpd/modules.conf anyway?
can't find a modules.conf for proftpd anywhere