DirectAdmin 1.658

fln

Administrator
Staff member
Joined
Aug 30, 2021
Messages
1,135
Hi everyone!

We are happy to announce the release of DirectAdmin 1.658.

This release contains a lot of small fixes. Most notable one is potential Evolution freeze after fresh load (on Chromium based browsers) that would go away after page reload. It also includes important update for web-server configuration templates that allows using spaces in domain/subdomain document root paths.

Full release change log can be found here:

DirectAdmin 1.658

The update should be automatically available for all installations subscribed to the current release channel.

We appreciate all the feedback on forums and issues reported in the ticketing system.

Note: Users of customized grid layout ("traditional" sub-theme) with CSS customizations, please make sure CSS code is updated based on the example in the docs. Due to structural changes in Evolution styles old CSS code needs to be updated.

Thanks!
 
Last edited:
Hi, "http2" in "nginx template" still having in listener "|MULTI_IP|" token.

Code:
listen _MASK_first_ips_:443 ssl;
listen _MASK_second_ips_:443 ssl http2;
listen _MASK_third_ips_:443 ssl http2;
[CODE]
 
@jamgames2, yes. This release does not migrate to the new NGINX config format.

This change just makes sure HTTP2 is always enabled. This allows us to get rid of the SPACE_HTTP2 token and ensure it is no longer possible to disable HTTP2. New format nginx templates (where HTTP2 support is controlled by a separate config option in new line) are expected in the next DA version.
 
Code:
FatalError: Could not load session data
    at b (https://domain.tld:2222/evo/app.#.js:68:141537)
    at async Ku (https://domain.tld:2222/evo/app.#.js:67:64513)
    at async Wu (https://domain.tld:2222/evo/app.#.js:67:63952)
    at async https://domain.tld:2222/evo/app.#.js:42:1919
Metadata: {
  "dependency": "session",
  "errorType": "INVALID_RESPONSE",
  "commit": "#"
}

For everyone with login problems after update to v1.658, it's F2A related, open incognito modus (CTRL + SHIFT + N OR ⌘ + Shift + N) to force a new F2A code input.
 
Ram & Swap show no information at "System Information" on all servers after update.
 

Attachments

  • Screenshot 2024-01-02 202704.png
    Screenshot 2024-01-02 202704.png
    10.6 KB · Views: 10
Ram & Swap show no information at "System Information" on all servers after update.
Indeed, accidentally updated via the CLI on a box, but indeed both are no longer visible, what a mess it is becoming these directadmin updates.
 
I don't know if this is since the previous or this version, but it seems DA does not "see" all DNS entry's anymore.

I created an "imap" entry and it seems the SSL creation does not even see the "imap", only www, mail, ftp, pop and smtp but no imap.
While this does resolve.

This happens on every domain I added the imap for which do not use the wildcard option.
 
I noticed another issue. DirectAdmin has stopped displaying the number of pending notifications for reading. Only by clicking on 'Messages' can we check and view the pending messages.
 
Thanks for reports, we will release an update soon for the UI issues.

Regarding the PHP compilation issue - the error message does not include the reason for configure script failure, reason should be somewhere before the final failure message. Please open a support ticket so we could check it out.

@Richard G this is not related to this release, please make sure imap is listed in da config-get letsencrypt_list.
 
Labels on the licensing page look a bit off / strange after this update

Schermafbeelding 2024-01-03 om 14.47.05.png
After (text not centered, no spacing)

Schermafbeelding 2024-01-03 om 14.47.15.png
 
Thanks for reports, we will release an update soon for the UI issues.

Regarding the PHP compilation issue - the error message does not include the reason for configure script failure, reason should be somewhere before the final failure message. Please open a support ticket so we could check it out.

@Richard G this is not related to this release, please make sure imap is listed in da config-get letsencrypt_list.

When this will be released?
 
Greetings to all

Happy New Year to all Directadmin members and administrators!

No problems updating Exim?
 
An update is released to fix Evolution issues:
  • Missing RAM info in System Information page, thanks @Marius B
  • Badges text miss-alignment, thanks @Erulezz
Issue for missing message count reported by @paulonichio (missing message counters) affects only alpha release channel, and will be fixed with next alpha build.

Thanks everyone.
 
Having LiteSpeed 6.2 , custombuild want's to update to 6.1.2 wich is older.
 
An update is released to fix Evolution issues:
  • Missing RAM info in System Information page, thanks @Marius B
  • Badges text miss-alignment, thanks @Erulezz
Issue for missing message count reported by @paulonichio (missing message counters) affects only alpha release channel, and will be fixed with next alpha build.

Thanks everyone.
Hi @fln, ?

We're using the stable version of DirectAdmin in the "current" channel. We are currently on version 1.658 (cf601b4c3b84c86f803fa9128c5dc50c8a2a72a8), and the issue persists, as you can see in the attached image.

Captura de tela 2024-01-04 204727.png

We've updated three servers so far, and all of them are experiencing the same problem.

Anyway, we'll be waiting for a future update that fixes the issue. Thanks.
 
After the update, I saw this error code. in /var/log/directadmin/error.log
: tmpdir=/home/tmp was not a directory, it has now been created

I already use noexec,nosuid the /tmp directory. in /etc/fstab
/var/tmptest /tmp ext4 loop,noexec,nosuid,nodev,rw 0 0

I checked, there is a symlink between /home/tmp and /tmp.
root@:# ls -latr /home
total 340
lrwxrwxrwx 1 root root 4 Jan 29 2022 tmp -> /tmp

My /tmp nosuid, noexec and /home/tmp are directly linked to /tmp.

Is everything okay here?
 
@paulonichio, thanks for the screenshot. It seems the issue is only present if you have CSS customizations for the grid layout. Most likely traditional theme CSS customizations from the docs. Latest Evolution release had a lot of changes in the styling structure and existing CSS rules does not apply the same way as before.

We are working on updating the docs to show how traditional theme could be achieved using CSS customization with the latest Evolution version. Will post an update once it is done.

@drc the message itself should be harmless it is triggered because /home/tmp is not a directory but a symlink in your case. This particular configuration you have described is not covered in our automated tests, but if you did not have any problems up till now it should continue to work fine. Latest release have no changes in how /home/tmp is used.
 
Back
Top