Marcosi
Verified User
I am running DirectAdmin on my server with CentOS 6.5. I was just checking updates in/usr/local/directadmin/custombuild and I found there was a update "DirectAdmin 1.46.1 to 1.46.2". I made as I always do "./build update_versions".
Now DirectAdmin is not working and in my terminal I have this message?!?
2014-09-27 18:00:00 (16.7 MB/s) - `./versions.txt' saved [9380/9380]
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
What to do and what's going on?
Now DirectAdmin is not working and in my terminal I have this message?!?
2014-09-27 18:00:00 (16.7 MB/s) - `./versions.txt' saved [9380/9380]
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
What to do and what's going on?