Search results

  1. Invader Zim

    CentOS 7.9 and da build php (y/n)

    We have a couple of servers running CentOS 7.9. They can't update php anymore, or exim: exim: rfc2047.o: In function `rfc2047_decode2': rfc2047.c:(.text+0x49f): undefined reference to `libiconv_open' rfc2047.c:(.text+0x543): undefined reference to `libiconv' rfc2047.c:(.text+0x5f2): undefined...
  2. Invader Zim

    DirectAdmin 1.647 has been released

    Evolution skin might look nice but after using enchanced for many many years I just can't get used to how evolution works. If that means I can't use the plugin anymore, meh. I mean, I'd rather use it, but if I can't, I'll pass.
  3. Invader Zim

    SRS Configuration Error: No secret specified

    Ugh. Somehad had locked exim to version 4.92.something. I removed the custom version, it's working now.
  4. Invader Zim

    SRS Configuration Error: No secret specified

    We have a number of servers. Today we ran updates. 1 server keeps displaying SRS Configuration Error: No secret specified in /var/log/exim/mainlog and for certain domains incoming mail is rejected because temporarily rejected RCPT /etc/exim.srs.conf is availble, readable (644) and included...
  5. Invader Zim

    AlmaLinux and MariaDB 10.6 upgrade failed

    Can confirm same issue for CentOS 7. -- Unit mariadb.service has begun starting up. /usr/sbin/mysqld: error while loading shared libraries: libpmem.so.1: cannot open shared object file: No such file or directory mariadb.service: main process exited, code=exited, status=127/n/a Failed to start...
  6. Invader Zim

    directadmin does not start (port 2222 already in use)

    Assuming you've posted your entire directadmin.conf (it looks awfully short) I don't see any ssl settings, or certificata paths. Are you sure you followed the knowledgebase article? https://help.directadmin.com/item.php?id=15
  7. Invader Zim

    directadmin does not start (port 2222 already in use)

    in /usr/local/directadmin/conf/directadmin.conf what is ssl_port set to?
  8. Invader Zim

    directadmin does not start (port 2222 already in use)

    Seems to me that there's no SSL certificate installed.
  9. Invader Zim

    directadmin does not start (port 2222 already in use)

    It complained about the hostname not being known, but I fixed that bit with the hostname.sh shell script.
  10. Invader Zim

    directadmin does not start (port 2222 already in use)

    There is no carootcert line in directadmin.conf. This particular server uses let's encrypt for the server/directadmin/etc.
  11. Invader Zim

    directadmin does not start (port 2222 already in use)

    Another server (also after updates) now throws fatal creating second HTTP server error=newServer failed to initialize TLS certificate cache: open /usr/local/directadmin/conf/cacert.pem: no such file or directory port=4444 There is indeed no file /usr/local/directadmin/conf/cacert.pem, but it's...
  12. Invader Zim

    directadmin does not start (port 2222 already in use)

    Just after posting this I thought, nah, that couldn't be it. So I changed ssl_port=2222 in the config to ssl_port=2223. And lo and behold, it works. But this server has been running with both ports on 2222 for quite awhile now. What gives?
  13. Invader Zim

    directadmin does not start (port 2222 already in use)

    So, ever since this morning DA does not start anymore. The usual systemctl start directadmin just gives Job for directadmin.service failed because the control process exited with error code. See "systemctl status directadmin.service" and "journalctl -xe" for details. journalctl -xe says --...
  14. Invader Zim

    php 8 fails installation

    Install of PHP 8.0 works as of custombuild 2.0.0 (rev: 2645). Thnx smtalk :)
  15. Invader Zim

    php 8 fails installation

    I'm using CL on some servers, but not the server in question.
  16. Invader Zim

    php 8 fails installation

    Alas. checking if iconv supports errno... no configure: error: iconv does not support errno *** There was an error while trying to configure php. Check the configure file
  17. Invader Zim

    php 8 fails installation

    In options.conf I set php1_release=7.4 php1_mode=php-fpm php2_release=8.0 php2_mode=php-fpm 7.4 builds just fine, but when it comes to 8... Configuring php-8.0.0... Patching php-fpm to not fail on startup if User quota maxed out on socket chown patching file sapi/fpm/fpm/fpm_unix.c Hunk #1...
  18. Invader Zim

    error upgrade apache

    Thank you Martynas, I did a cd /usr/lib/apache rm -f libapr* /usr/local/directadmin/custombuild apache and apache works again.
  19. Invader Zim

    error upgrade apache

    apr is installed by custombuild, as the tar balls are downloaded by build and placed in /usr/local/directadmin/custombuild.
  20. Invader Zim

    error upgrade apache

    Updates are installed automatically. Ever since last Friday apache has refused to start. When running ./build versions I get the following error custombuild # ./build versions Latest version of DirectAdmin: 1.61.3 Installed version of DirectAdmin: 1.61.3 Latest version of LetsEncrypt: 2.0.7...
Back
Top