Search results

  1. MaXi32

    Is it safe to remove .tar.gz files from custombuild directory

    I found the answer to this question a long time ago, but I've since forgotten it. Is it safe to remove all .tar.gz files generated by CustomBuild, as shown below? I've also noticed that DA now creates a cache folder that can be cleared using the `da build clean` command. However, this command...
  2. MaXi32

    [bug] Unable to use DNS TXT records template with entry name _domainkey in DirectAdmin

    Just to inform you that this bug is easy steps to reproduce at the end of this post. I hope the DA team can provide an explanation for this issue, as it is similar to a bug I reported in 2021 related to using the API with no feedback. The original post can be found here...
  3. MaXi32

    [bug] New Installation halt for the second time regarding to exim version that is not compatible

    So, this is the 2nd bug report for the new installer for the stable channel after this: https://forum.directadmin.com/threads/solved-installation-error-on-a-stable-channel-related-to-lua.67951/#post-358727 In this issue, while attempting to install DA on a new fresh server, I encountered the...
  4. MaXi32

    Solved [SOLVED] Installation error on a stable channel (related to lua?)

    Running a new installation today on a stable channel and I got the following error: I think this might be related to Lua. Prior to installing DirectAdmin, I compile my own version of Lua and currently have Lua 5.4.4 installed on my system. Can anyone provide insight into what DirectAdmin is...
  5. MaXi32

    [BUG] I'm able to add IPv4 with an invalid prefix and IPv6 with invalid netmask in Directadmin using API

    I think this is a long-time bug. An IPv4 can only have a maximum prefix length of 32. I wonder what would happen in Directadmin system when this invalid prefix is there. In GUI mode, of course, you cannot do this as you have to enter it in the form of 255.XXX.XXX.0 I believe the step is easy to...
  6. MaXi32

    Solved Is there a Directadmin Client Account API?

    As the title said, is there exist an API for the Directadmin Client area where we usually go check the license area here https://www.directadmin.com/clients/account.php ? Want to create a registration module for sub-accounts where I can make them automatically registered through the system...
  7. MaXi32

    How do you push a script notification into DA notification box?

    I try to use this hook script to block user from deleting public_html It was taken from directadmin docs here: https://docs.directadmin.com/directadmin/customizing-workflow/filemanager.html#how-to-prevent-deleting-certain-files The script works perfectly and I can see the output from the...
  8. MaXi32

    [DA v.1.645] mysql and mail binary are missing on clean install (Debian 11)

    I'm using the following build: DirectAdmin v.1.645 5a7a41a6b7dd7b790563387a07a065fdb0054488 After DA has finished installed, then when I run mysql command it said: But mysqld is running without error: I have to do this as workaround as I'm using mariadb (I'm not sure if this is correct to...
  9. MaXi32

    License check failure when switching between debug mode too many times?

    I received this License check failure when I use debug mode frequently. This is a permanent license and I don't have any other servers that use the same license. ^_^ Now I could not enter the back panel, should I wait or open a ticket? I believe the reason might come from switching to debug...
  10. MaXi32

    Hostname SSL certificate is requested automatically during setup ?

    When I install DirectAdmin for a new server, I notice that https://server.domain.com:2222 is accessible and has valid SSL from letsencrypt without any notice from the terminal how it was done. Does that mean, we do not need to manually request SSL for the hostname again as mentioned here...
  11. MaXi32

    Switching between zerossl and letsencrypt for hostname?

    I read this one https://docs.directadmin.com/changelog/version-1.63.6.html it said swapping between zerossl and letsencrypt is deprecated using magic file /root/.zerossl. Now I'm confused, without using the above magic file, and when I request an SSL certificate for my hostname, how does the...
  12. MaXi32

    Prevent Directadmin to modify /etc/hosts during installation

    Hai, the DA installation has changed a lot. Previously, before I start directadmin installation, I will make sure that my /etc/hosts contains valid entries and I will make it read only with the following command: and with the above command, the new installer will halt the installation with the...
  13. MaXi32

    Building lua 5.4.4 from custombuild

    Hello, I'm receiving a new update for lua 5.4.4 today (the old version was 5.3.5), and the update did not succeed with the following errors: Executing /usr/local/directadmin/plugins/custombuild/admin/build lua... #=#=# ##O#-# ##O=# # #-#O=# # #-#O=# # #-#O=-# # Found...
  14. MaXi32

    Issue with SSL restores from AUTO SSL certificate.

    I have a full DA backup that I manually created using admin backup tools and they all contain users that have domains with SSL certificates from DA AUTO SSL. Then, I reinstalled the DA, and next, I restored all user admin accounts using admin_backups tool, the restoration was a success but the...
  15. MaXi32

    Solved [DA 1.63.1] After a new DA installation with auto mode, apache is not running. httpd: Syntax error on line 222 of /etc/httpd/conf/httpd.conf:

    Installing directadmin 1.63.1 (not beta) by just triggerring DA installation with auto mode: bash <(curl -Ss https://www.directadmin.com/setup.sh || wget -O - https://www.directadmin.com/setup.sh) auto and apache is not working with the following message (tried to rebuild but the same error...
  16. MaXi32

    [Reproducible bug] admin backup restoration will not use previous password changed via terminal

    EDIT: Found the reason, go to 2nd post. Title changed =============== This is hard to understand what I did wrong, I tried to restore the admin backup (replacing the existing backup), and after I restored the backup I could not log in using the old admin password. The backup was restored...
  17. MaXi32

    Solved Restore SSL certificate for user domain from /usr/local/directadmin/data/.lego folder

    Normally, to restore SSL certificate for the user domain I will do the normal DA backup from GUI and restore the user profile and this will also restore SSL certificate. But let say that I only have the certificate file that I got from .lego backup (this was recommended from letsencrypt to do...
  18. MaXi32

    imagick update notification in custombuild won't go away

    After installing Directadmin with PHP8.0 as the first PHP version, and PHP7.4 as the second ( then install imagick through custombuild). Then I got the following notification with no information about the current version: It looks like imagick was loaded successfully: root@sun:~# php -m |...
  19. MaXi32

    How to determine if restoration is finished successfully from admin_backup

    I want to determine if the backup restoration has finished successfully from the admin_backup via script or command line. I can execute restoration via API and there is no problem with it. In the current DirectAdmin 1.63.0, when I do restore via API or GUI, it will just add the restoration...
  20. MaXi32

    Solved One of the solutions to error Can't connect to local server through socket '/var/mysqld/mysqld.sock' (2)

    This post is to help others who are facing an error ERROR 2002 (HY000): Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2) and I can reproduce this with new DA installation: I'm using mariadb and after that, I accidentally installed mailutils package in Debian 11 like...
Back
Top