Search results

  1. C

    MariaDB Latest version 10.3.31/10.4.21 InnoDB Corruption Bug in FreeBSD

    Hi, I am wondering if the version of MariaDB 10.3.31 included in the custombuild has the bug posted on the website concerning FreeBSD. I have had some problems with it recently, It is continually crashing. https://mariadb.com/kb/en/mariadb-10331-release-notes/ If so, the recommended fix seems...
  2. C

    MariaDB Crashing Constantly

    Hi, I am using MariaDB 10.3.31 on FreeBSD 12.2. My /var/log/messages is filling up with error logs created by MariaDB.. This is what the mysqld.log is outputting.. Any suggestions on how to go about troubleshooting? Thanks
  3. C

    Issue with PHP configs.. BROKEN

    I updated PHP and it seems to have been broken... Performing sanity check on php-fpm configuration: PHP: syntax error, unexpected NULL_NULL in Unknown on line 1 [07-May-2021 15:48:07] ERROR: Unable to include /usr/local/directadmin/data/users/oncontractonly/php/php-fpm73.conf from...
  4. C

    Ongoing problems with CPU Utilization with FreeBSD 12.2

    I have been running directadmin for some time and today I noticed the heavy usage of the system. I checked out the processes and it was overrun by the tr command eating up 100% of the CPU. last pid: 55997; load averages: 47.73, 49.59, 51.67...
  5. C

    build modsecurity fails on compile FreeBSD 12.1

    Today I attempted to enable modsecurity on my nginx directadmin system on FreeBSD 12.1 the compile failed, any ideas? # ./build update # ./build set modsecurity yes # ./build modsecurity --- maxminddb_test_helper.lo --- /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I...
  6. C

    Exim custombuild fails to start on FreeBSD 12.1

    Exim 4.93.0.4 Installed. Restarting exim. exim not running? (check /var/run/exim.pid). Starting exim. 2020-02-25 15:43:48 Taint mismatch, Ustrncpy: main 3968 /usr/local/etc/rc.d/exim: WARNING: failed to start exim
  7. C

    You have not given the reseller any IP's. Unable to create an assigned IP domain or any nameservers without any

    Unsure why this happens when I attempt to create a reseller with any package it simply does not work. If I click customize however it seems to work fine. Any ideas?
  8. C

    After reboot extra IPs not automatically added in FreeBSD

    I found that /usr/local/directadmin/scripts/startips uses /bin/bash not /bin/sh. I was able to resolve this by adding the bash package.. # pkg add bash # ln -s /usr/local/bin/bash /bin/bash
  9. C

    PHP custombuild Broken results in Undefined symbol "ubrk_next_65" on FreeBSD 12.1

    After the build completes PHP 7.3 displays the following error: root@admin:~ # php -v ld-elf.so.1: /bin/php: Undefined symbol "ubrk_next_65" I tried rebuilding with the latest version of package tree as described in https://help.directadmin.com/item.php?id=2126. no luck.. PHP 7.4 has the same...
  10. C

    setup.sh FreeBSD Version Detection Improvement for Jails

    I see on the setup.sh that the script currently uses uname -a to determine the FreeBSD version. There is a scenario where a user could use FreeBSD jails to run a previous version of FreeBSD for a directadmin deployment. There might be a better way to determine the version so as to support...
  11. C

    MariaDB 10.x not compiling on FreeBSD 12.1

    I attempted to upgrade from MySQL to MariaDB.. the upgrade to MariaDB 5.5 worked. 10.x doesnt work at all, I tried some options provided from the following post with no luck. Here is where my build keeps stopping on MariaDB 10.4, any ideas? ... [ 11%] Building C object...
  12. C

    Work around for Ioncube/Softaculous

    I had problems getting Softaculous running out of the box with FreeBSD 12.1 and PHP 7.3. After installing it the plugin would not load for ioncube.. to make it launch I needed to change the following line in /usr/local/directadmin/plugins/softaculous/php.ini zend_extension =...
  13. C

    Failing to build PHP 7.4

    Attempted to build PHP 7.4 on FreeBSD 12.1 64-bit stopped with the following error: #./build set php1_release 7.3 #./build set php2_release 7.4 #./build php d ... Configuring extensions checking io.h usability... no checking io.h presence... no checking for io.h... no checking for strtoll...
Back
Top