Search results

  1. C

    [BUG REPORT] Missing package libpmem-devel/libpmem causes mysql upgrade to cause ERROR 2002 (HY000): Can't connect to local server through socket '/va

    I also got ERROR 2002 (HY000): Can't connect to local server through socket '/var/lib/mysql/mysql.sock' (2) and found a lot of forum post about it. For me it was solved after installing libpmem-devel/libpmem on centos8.
  2. C

    pear.php.net is using a unsupported protocol - This should never happen.

    pecl upgrade fails with pear.php.net is using a unsupported protocol - This should never happen. pear upgrade fails with pear/pear dependency package "pear/Archive_Tar" downloaded version 1.4.12 is not the recommended version 1.4.4, but may be compatible, use --force to install pear/Archive_Tar...
  3. C

    FTP downloads really slow with 1gbit server / 250mbit client

    My server has a 1 gbit connection and according to a speedtest it really reaches this speed. My personal connection is 250 Mbit, also for this one a speedtest shows, that it reaches the full 250Mbit. The server is not located too far away. When I download files, the max. I get is maybe 1 Mbit...
  4. C

    Cloudflare Setting up Litespeed to use TLS Authenticated Origin Pulls

    https://support.cloudflare.com/hc/en-us/articles/204899617#section5 There is no how-to for openlitespeed, how do we set this up? (in my case im also using directadmin, not sure if that would make any difference) Not sure if this is supposed to be asked here or over at litespeed, so i posted in...
  5. C

    Site down, cant start DA, weird error

    Ok fresh install on centos 8.1, directadmin installed. On login i see a popup: Unable to execute your request A valid file was not found Check done running as cb_plugin Custom build shows "unable to execute your request" in the gui as well. Also phpmyadmin cant be reached for some reason. any...
  6. C

    Site down, cant start DA, weird error

    In the end now i reinstalled the whole server, indeed I had ran the ip change script, I heard it does have errors, would be nice if you guys could fix them.
  7. C

    Site down, cant start DA, weird error

    Hello, We tried changing my servers IP and afterwards DA would not start up anymore. We have already reverted to the old IP now but it still wont start. In the error log i see only: 2020:05:10-02:38:07: error loading certificate key...
  8. C

    Cleanly uninstall Roundcube

    broooo tasty piece of information tysm!
  9. C

    Cleanly uninstall Roundcube

    Is there a list of all possible commands like this one? If not it would be great to have one!
  10. C

    Cleanly uninstall Roundcube

    I have looked over all the threads I had found here in the forum but they were very very old, so would appreciate if someone could tell how to do it properly. Why do I want to uninstall it? I want to make sure nobody will use it to send an email with it because our websites server-ip will be...
  11. C

    EXIM including server IP in header, despite sending through external SMTP

    The reason for the IP being in the header when using SMTP was caused by mailgun. The Wordpress plugin is using mailguns API to send email, for emails sent via API mailgun does not include the IP.
  12. C

    EXIM including server IP in header, despite sending through external SMTP

    @Richard G if i get this link right this would mean turning of the local mail server and set it to receive mails through this one, im just about sending emails though not receiving
  13. C

    EXIM including server IP in header, despite sending through external SMTP

    I check the headers from within Thunderbird. @mxroute
  14. C

    EXIM including server IP in header, despite sending through external SMTP

    Hello, I have followed the steps shown in this guide: https://help.directadmin.com/item.php?id=153 Have set local_from_check = false in /etc/exim.conf (it was false by default). - Emails are being sent out just fine and the external SMTP is being used, through roundcube and through WPMailSMTP...
  15. C

    named crashing after installing spamassassin and easy spam fighter

    This fixed it. The reason was, that I had a newer geoip update package installed through which I was not able to install the distros geoip package which also seems to include a libGeoIP.so.1 that apparently is required to build bind. The reason for me having this version installed is, that I...
  16. C

    named crashing after installing spamassassin and easy spam fighter

    But I completely disabled the firewall (csf -x) for the purpose of testing this. I wonder where the service is trying to connect to and why do I see "Unregistered Authentication Agent", any idea? Also do you have a clue where email addresses from the exim log are coming from? I certainly never...
  17. C

    named crashing after installing spamassassin and easy spam fighter

    Bind was indeed not installed, everything else was. So now it is installed and when I do service restart named it failed to start again with an error, that the firewall is blocking it. - So I disabled the firewall and tried again now I get this: n 21 15:11:28 server.myurl.io polkitd[1167]...
  18. C

    named crashing after installing spamassassin and easy spam fighter

    I followed https://help.directadmin.com/item.php?id=36 and https://help.directadmin.com/item.php?id=576 My goal was to install Easy Spam Fighter and SpamAssassin - After I had followed the how-tos linked above named fails to start. Im running CentOS journalctl: /bin/bash...
  19. C

    Cleanly reinstall mysql 8

    Managed to login to phpmyadmin with root user, then just had to add the user back for the wordpress db and it works. Also did some tweaking of the my.cnf, maybe you got any comments on it? [client] default-character-set = utf8mb4 socket = /var/lib/mysql/mysql.sock [mysql]...
Back
Top