unified_ftp_password_file is not set to 1

zEitEr

Super Moderator
Joined
Apr 11, 2005
Messages
15,143
Location
GMT +7.00
Hello,

Trying to install Pure-FTPd, I've got errors:

unified_ftp_password_file is not set to 1. You must convert before you can use pureftpd
Please read this guide: http://www.directadmin.com/features.php?id=1134

Simulation:
cd /usr/local/directadmin
echo 'action=convert&value=unifiedftp&simulate=yes' >> data/task.queue
./dataskq d1

Conversion:
cd /usr/local/directadmin
echo 'unified_ftp_password_file=1' >> conf/directadmin.conf
echo 'action=convert&value=unifiedftp' >> data/task.queue
./dataskq d1

Already done these instructions, the error still occurs.

Do I miss something? Is it absolute necessary to use per-release binary from user area? Or can I skip it?
 
Please restart DirectAdmin after the changes :) Good luck!
 
I've done it several times, that didn't help me.
I'm still using Installed version of DirectAdmin: 1.36.2
 
Code:
/usr/local/directadmin/directadmin c | grep unified_ftp_password_file

shows nothing. Should I use pre-release binary?
 
I've modified temporary custombuild to get ability to install Pure-FTPd.
I've done it. Pure-FTPd is now installed and running.

Where can I found config file for it? Does it still use /etc/proftpd.*?
 
Thanks for your reply.

Will you, please, help me with answers on other questions?

Where can I found config file for it? Does it still use /etc/proftpd.*?

In the /etc/init.d/pure-ftpd there're two mentions:
/etc/pure-ftpd.conf
/etc/sysconfig/pure-ftpd

but they both don't exist in my Linux. Are they supposed to be used? Should they be created on ./build pureftpd command? Though I've not found any line in build script, that would create any config for it. Or should we be on ourselves to create configs?

And what about logging? File /var/log/pureftpd.log is still empty, no lines since yesterday.
 
/etc/init.d/pure-ftpd has the following line:
Code:
OPTIONS="-B -A -C 4 -H -k 95 -L 2000:8 -O stats:${LOG} -l puredb:${DB} -p 35000:35999 -u 100 -U 133:022 -w -Y 1 -Z"

Change the options to fit your needs. If you'd like to use pureftpd.conf file - use pure-config.pl and modify /etc/init.d/pure-ftpd to use it.

Log file is located here: /var/log/pureftpd.log

zEitEr said:
In the /etc/init.d/pure-ftpd there're two mentions:
/etc/pure-ftpd.conf
Make sure you have the following file on your system (/etc/init.d/pure-ftpd): http://files.directadmin.com/services/custombuild/pure-ftpd.
 
Hi
We encounter the following error after eternity DirectAdmin
=========================================

unified_ftp_password_file is not set to 1. You must convert before you can use pureftpd
Please read this guide: http://www.directadmin.com/features.php?id=1134

Simulation:
cd /usr/local/directadmin
echo 'action=convert&value=unifiedftp&simulate=yes' >> data/task.queue
./dataskq d1

Conversion:
cd /usr/local/directadmin
echo 'unified_ftp_password_file=1' >> conf/directadmin.conf
echo 'action=convert&value=unifiedftp' >> data/task.queue
./dataskq d1
[root@server custombuild]#

DirectAdmin did not start well
=======================
[root@server custombuild]# service directadmin restart
Stopping DirectAdmin: [FAILED]
Starting DirectAdmin: [FAILED]
[root@server custombuild]#
 
Back
Top