Search results

  1. Invader Zim

    Account restore refuses to create (sub)domain that is in the backup

    After running DA in debug mode I found that the restore had, in fact, created /etc/virtual/staging.fakeplaceholder.test. So I removed that and now I can readd the domain.
  2. Invader Zim

    Account restore refuses to create (sub)domain that is in the backup

    I migrated an acocunt to another server. I created a reseller-level backup of the account, removed the user on the original server, moved the backup to the new server and restored it, as I have done many many many times already. However, this time on the restore I got the following message...
  3. Invader Zim

    custombuild stuck at version 2157

    Thank you smtalk, that did the trick. Also, latest version is now 2488. :)
  4. Invader Zim

    custombuild stuck at version 2157

    All our servers but 1 are running the latest version of custombuild. The one that isn't is stuck on version 2157. It refuses to update. I've checked if the license is still active (it is), I've ran ./build update and ./build update_script (from command line and through the custombuild plugin)...
  5. Invader Zim

    phpMyAdmin to open directly from 80/443 ports instead of 2222

    MySQL management still shows LANG_PHPMYADMIN instead of the translation that should be there.
  6. Invader Zim

    RoundCube 1.4.1

    I ran update_script and update, but there was no new version available. But now there is. How odd.
  7. Invader Zim

    RoundCube 1.4.1

    Roundcube 1.4.1 was released on november 22nd. Please update custombuild.
  8. Invader Zim

    Error while renewing let's encrypt certificate

    It seems I didn't deactive "Force SSL with https redirect" after all. The problem has been resolved now.
  9. Invader Zim

    Error while renewing let's encrypt certificate

    Thnx for the reply. I did check for a redirect in an .htaccess. There wasn't one on any one of the sites. And unchecking "Force SSL with https redirect" also didn't have the desired effect. I will try the debugging tomorrow.
  10. Invader Zim

    Error while renewing let's encrypt certificate

    This is not the case. No customization has been done to any config file.
  11. Invader Zim

    Error while renewing let's encrypt certificate

    3 domains out of 12 running on 1 particular server are experiencing errors during certificate renewal. /usr/local/directadmin/scripts/letsencrypt.sh request domain.tld Requesting new certificate order... Processing authorization for ftp.domain.tld... Challenge is valid. Processing authorization...
  12. Invader Zim

    lots of php commands involving sendmail

    That doesn't explain the "-d sendmail_path=/usr/sbin/sendmail -t -i -f " bit of the command line options of the running processes, as spawned by /usr/local/safe-bin/fcgid71.sh and /usr/local/safe-bin/fcgid56.sh.
  13. Invader Zim

    lots of php commands involving sendmail

    On a specific server of ours we see a lot of processes like this: /usr/local/php71/bin/php-cgi71 -d sendmail_path=/usr/sbin/sendmail -t -i -f <USER>@<DOMAIN> -d sendmail_from="<USER>@<DOMAIN>" -d mail.log="/home/<USER>/.php/php-mail.log" Left unchecked it floods the server sometimes getting a...
  14. Invader Zim

    PHP version swap

    ./build php n fixed it
  15. Invader Zim

    PHP version swap

    I did a version swap on a customer's server. He had 5.6 as php1 and 7.2 as php2. I swapped the versions with the custombuild plugin, then ran the script on https://help.directadmin.com/item.php?id=688 Ended with ./build update and ./build rewrite_confs. When looking in users' domain setup I can...
  16. Invader Zim

    PureFTPd every auth fails on new DA server

    I tried everything and it didn't work. Out of desperation I decided to do a "passwd username". That helped. :/
  17. Invader Zim

    PureFTPd every auth fails on new DA server

    John, The user is added to /etc/proftpd.passwd and I've ran the rebuild command more times then I can count. Still error 530.
  18. Invader Zim

    PureFTPd every auth fails on new DA server

    For a couple of days now I've been trying to fix a similar issue. I did notice that after changing a user's password (not a virtual user in this case) there's no update to the /etc/pureftpd.pdb file (which I didn't expect anyway, because it's an actual user, not a virtual one). But no matter...
  19. Invader Zim

    TLSA / DANE support in DNS Management

    Yes I have added that line to directadmin.conf. It's the latest version of DA and it's the default (enhanced) skin.
  20. Invader Zim

    TLSA / DANE support in DNS Management

    Client asked to add TLSA support to his server. Following https://www.directadmin.com/features.php?id=1869 it seems pretty straightforward. So, I've added |TLSA| to the bottom of /usr/local/directadmin/data/templates/named.db, but I have no clue wat to do in admin/dns_admin_control.html, and I...
Back
Top