Recent content by Phuturist

  1. P

    DirectAdmin v1.655 has been released

    Thanx, missed that in the docs but this was indeed the cause.
  2. P

    DirectAdmin v1.655 has been released

    As mentioned I did upgrade to 1.656 and I did follow the instructions from the changelog. The problem is that PHP wont built without libiconv restored to /usr/local.
  3. P

    DirectAdmin v1.655 has been released

    I could use some guidance here. Auto update did the update to DirectAdmin 1.656 I wanted to update Exim but noticed the issue with libiconv Followed the instructions from the DA changelog and removed old libraries and did da build all Building of PHP 8 and PHP8.1 failed with error configure...
  4. P

    DirectAdmin v1.646 has been released

    Dont think a private message is neccesary. This was the content of my options-1.json. Nothing special in there. { "menuType": "list", "theme": "darkmode" }
  5. P

    DirectAdmin v1.646 has been released

    Thanx, worked for me as well.
  6. P

    DirectAdmin v1.646 has been released

    Got this error as well, but only on one admin account. Can luckely still log in with another admin account.
  7. P

    Netdata daily cron update script fails due to SSL error

    I recently installed Netdata from the build software options in Custombuild2. All went fine and Netdata is running smooth. But every night I receive an error email from the daily cron tasks with a failed Netdata update. The error is caused by SSL issues in curl and according to the log is a path...
  8. P

    Use Netdata API when binding to socket?

    I have been running Netdata outside of DA for some time but switched to the custombuild version as it seemed easier to manage. I was however using the Netdata API for managing some stuff and I fail at getting this to work again with the DA custombuild version as I get `Unauthorized` responses...
  9. P

    Exim questions (unexpected disconnection and Connection reset by peer)

    As far as I could tell it's because some Outlook servers are blacklisted on spam lists used by Directadmin / Exim. This causes the handshake to fail and resets the connection because the response is being blocked. I added 40.92.0.0/15 to /etc/virtual/whitelist_hosts_ip and added outlook.com and...
  10. P

    No pear and pecl after upgrade php1_release to PHP7.4

    No, I have not solved it. I'm still stuck at the same error of my previous post. PHP7.4 has been compiled with PEAR but I cant add redis due to No releases available for package "pecl.php.net/redis". I have given up and decided to stick with PHP 7.3.
  11. P

    Exim questions (unexpected disconnection and Connection reset by peer)

    I have been running Exim for a while but today an email coming from my server was bounced. The email was send using Gmail which has the SMTP configured and the Delivery Status Notification given by Gmail was "550 No such recipient here". As I am sure the address exists I looked at the logs and...
  12. P

    PHP 7.4 PECL?

    I'm trying to achieve the same thing. Compiling PHP7.4 with pear support went fine but I run into the following. What's going on here? [root@vps scripts]# ./php-extension.sh install redis --php=74 PHP Warning: PHP Startup: Unable to load dynamic library 'redis.so' (tried...
  13. P

    No pear and pecl after upgrade php1_release to PHP7.4

    Thanx, I just found that topic half an hour ago and compiled PHP7.4 with pear support. That brought back pear and pecl (although the content of that thread worries me that something needs to change). Unfortuntely I run into another problem where redis can not be installed on PHP7.4. See the...
  14. P

    No pear and pecl after upgrade php1_release to PHP7.4

    I upgraded my php1_release from PHP7.1 to PHP7.4. All went well but after that I wanted to add the redis extension to PHP7.4 (which is already installed for other PHP version). For installing extensions I use the excellent and easy script from...
  15. P

    Cronjob reports "The exec function is disabled" while it's enabled for that user

    Cronjob reports "The exec function is disabled" while it's enabled for that user I have a VPS with CustomBuild DirectAdmin running several websites using PHP-FPM. I have the secure_php feature turned on but some website do need exec() or shell_exec() permission. For these users I edit...
Back
Top