On a fresh Directadmin install I've brought the Webserver up.
After making some changes on Custombuild everything worked but broke the next day. It appears the options.conf and other files got corrupted. In options.conf there was major duplication of settings. I've cleaned this up but custombuild is still complaining about missing configurations.
Anyone encountered this before?
After making some changes on Custombuild everything worked but broke the next day. It appears the options.conf and other files got corrupted. In options.conf there was major duplication of settings. I've cleaned this up but custombuild is still complaining about missing configurations.
Anyone encountered this before?
Bash:
[root@24 custombuild]# ./build all
ERROR: version of mod_lsapi not found in versions_cl.txt!
ERROR: version of mod_hostinglimits not found in versions_cl.txt!
ERROR: version of mod_proctitle not found in versions_cl.txt!
ERROR: version of php-litespeed not found in versions_cl.txt!
./build: line 7277: [: =: unary operator expected
./build: line 2321: [: version_cmp has a blank value when checking : integer expression expected
./build: line 2505: [: : integer expression expected
./build: line 2510: [: : integer expression expected
./build: line 2505: [: : integer expression expected
./build: line 2510: [: : integer expression expected
./build: line 2505: [: : integer expression expected
./build: line 2510: [: : integer expression expected
unified_ftp_password_file is not set to 1. You must convert before you can use pureftpd
Please read this guide: https://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
Code: