Recent content by tnuz

  1. T

    /etc/virtual/domains: Permission denied

    Seems to be good now. Awesome!
  2. T

    /etc/virtual/domains: Permission denied

    Thanks for the fast response. Running the update now. We'll see.
  3. T

    build all stuck in loop

    I'm not sure how the build process works in detail, but it makes me think that it freaks out by replacing PHP 7.4 with 8.0. I think build all tries to build imagick for PHP 7.4, while it's being replaced. That might explain "No such file or directory". When replace PHP 7.4 with 8.0, then do a...
  4. T

    build all stuck in loop

    Thanks for the response. Maybe I missed it, but it's not really helpful. I am aware that we need to migrate from 7.4 to 8.x; that's what I'm doing (read my post) I did search for a solution in the forum and beyond, but found no answer to this specific case. The two links to forum articles are...
  5. T

    build all stuck in loop

    After a new install of DA on Rocky 8.4, i set "php1_release=8.0" in options.conf, and not use 7.4 at all. After that I ran "./build all y" At some point the build ends up in a loop saying: Trying to make imagick-3.5.1 PHP extension... make: getcwd: No such file or directory make: *** No targets...
  6. T

    ClamAV 0.104.0, Nginx 1.21.3

    ClamAV now works on all my machines, except for the last CentOS 6 machine: Installing clamav 0.104.0 ... Found /usr/local/directadmin/custombuild/clamav-0.104.0.tar.gz Extracting ... Done. Configuring clamav 0.104.0 ... CMake Error: The source directory...
  7. T

    R.I.P. CentOS ?

    I got all of my CentOS 8 servers converted to Rocky. First update to the latest CentOS 8 available and reboot. Then make sure the "powertools" is enabled. One last time "yum upgrade" before running the migrate2rocky script and reboot. DirectAdmin didn't even know that anything has changed...
  8. T

    R.I.P. CentOS ?

    Converted a CentOS 8.4 DA server to Rocky 8.4 using migrate2rocky. The migration went smooth. So far no issues found.
  9. T

    XFS vs EXT4 Quotas

    I'm using XFS on my machines. Works good. It was an issue in the past, but that's been a while ago.
  10. T

    PHP Startup: Unable to load dynamic library 'imagick.so'

    Same problem here. Executed: - ./build imagemagick - ./build php_imagick But Imagemagick is still unavailable. You're right. It's the latest ImageMagick update in Custombuild. The machines with this issue are running multiple PHP versions. php1=7.3 php2=8.0 ImageMagick is NOT available in the...
  11. T

    What does unit=no mean?

    I think it would make sense to name options like that something like "nginx_unit", so that it's clear what it actually is.
  12. T

    [Solved] DNS error when enabling DKIM

    Thank you John. On two recently installed servers the default value for wrap_long_dns_values was 0 So I ran: /usr/local/directadmin/directadmin set wrap_long_dns_values 1 systemctl restart directadmin Then I turned DKIM on on different domains and it al works fine again. It seems that for...
  13. T

    [Solved] DNS error when enabling DKIM

    Yes, I used the IPv4 address in the IPv6 address, so it's easy to recognize to what server the IPv6 address belongs. But that's not the cause of the problem. I did find the cause, but need CentOS or DirectAdmin to fix it. When enabling DKIM, or creating a new domain (DKIM is enabled by...
  14. T

    [Solved] DNS error when enabling DKIM

    I can't seem to get DKIM enabled on any of the domains on a server. This is the error that I get: Everything is standard; it's a new server. Error writing the db file: Unable to save dns zone: named-checkzone returned: loading "domain.com" from "/var/named/domain.com.db.temp.3442" class "IN"...
  15. T

    rewrite_cons always links /webmail alias to squirrelmail

    On my servers I use Roundcube only for webmail, but it's hard to get rid of SquirrelMail. This is what I did so far: - in options.conf set squirrelmail=no - deleted squirrelmail from /var/www/html/ - copied custombuild/configure/ap2/conf/extra/httpd-alias.conf to...
Back
Top