DirectAdmin 1.48.1 - RC2

DirectAdmin Support

Administrator
Staff member
Joined
Feb 27, 2003
Messages
9,158
Hello,

We're pleased to announce the Release Candidate 1 for DirectAdmin 1.48.1.
http://www.directadmin.com/versions.php?version=1.481000

This is a minor version release, accelerated slightly due to a restore bug on /home/user/imap folders.

but there are other features added in since the last release, so we'll allow some time to try them out before release.

Please post any issues to this thread.
If you do test out any of the changes, please report if they are working for you.

Thanks!
John
 
Update: RC2

I've released RC2.

While adding a "trust this device for 30 days" option in the Two-Step Auth feature, I added a proper session cookie expiry.
This also now applies to the main login session file, meaning you can now fully close your browser, go back to DA, and still be logged in (as long as it's within the session expiry).

If you'd like to give this a try, ensure you've got the RC2 binaries, so you'd see "June 20th" in the "./directadmin o" output.

John
 
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]#
 
Those are 2 different issues:
1) If you're trying to use pure-ftpd, then do as it says to convert to the unified file format. Pure-ftpd doesn't support the per-IP type ftp.passwd files, so we put all users into /etc/proftpd.passwd (yes it's the proftpd passwd file), and pure-ftpd reads from that.

2) For DirectAdmin, if it doesn't start, use this guide:
http://help.directadmin.com/item.php?id=75
but try this first:
Code:
[COLOR=#000000][FONT=courier new]cd /usr/local/directadmin[/FONT][/COLOR]
[COLOR=#000000][FONT=courier new]./directadmin b2000
[/FONT][/COLOR]
John
 
Those are 2 different issues:
1) If you're trying to use pure-ftpd, then do as it says to convert to the unified file format. Pure-ftpd doesn't support the per-IP type ftp.passwd files, so we put all users into /etc/proftpd.passwd (yes it's the proftpd passwd file), and pure-ftpd reads from that.

2) For DirectAdmin, if it doesn't start, use this guide:
http://help.directadmin.com/item.php?id=75
but try this first:
Code:
[COLOR=#000000][FONT=courier new]cd /usr/local/directadmin[/FONT][/COLOR]
[COLOR=#000000][FONT=courier new]./directadmin b2000
[/FONT][/COLOR]
John

Hi
Thanks for the help
But the problem is still persistent
 
Back
Top