Recent content by americanintel

  1. americanintel

    No IP addresses in Linux config: startips not loading at boot

    Did it to me again with another kernel update.... odd.
  2. americanintel

    No IP addresses in Linux config: startips not loading at boot

    Had me scratching my head... nothing would resolve or ping...there were no IP's in the Linux network config. Finally figured out what triggers that... startips...which wasn't loading at boot for some reason after kernel updates. /bin/systemctl restart startips.service All is well. Why did...
  3. americanintel

    Additional IP addresses are not loaded

    After chasing the latest Apache bug and doing a kernel update then rebooting I had this issue... no IP's in the Linux network config. I ran 'service startips restart' and all is well again. Why startips isn't happening at boot is beyond me right now.
  4. americanintel

    Apache's failing because of FollowSymlinks in 2.4.48

    Even after doing all of this and getting Apache back up and running.. .none of my sites will load. Working on it... Can't ping any domains on the server from CL on the server... hmmmm Can't ping the IP for the domains.. .I'm wondering if I didn't have a bad yum update earlier... working on it...
  5. americanintel

    da_admin user and mariadb issues

    Yep..that did the trick. Finally...
  6. americanintel

    da_admin user and mariadb issues

    Nope..wouldn't let the da_admin user add a new user to the db during restoration... tried the help file and at least I'm not getting errors when I do that.
  7. americanintel

    da_admin user and mariadb issues

    I may have fixed it with this... was able to reinstall Maria successfully, about to attempt restores. mysql -uroot -p mysql> DROP USER 'da_admin'@'localhost'; mysql> CREATE USER 'da_admin'@'localhost' IDENTIFIED BY 'my_password'; mysql> GRANT ALL PRIVILEGES ON * . * TO...
  8. americanintel

    da_admin user and mariadb issues

    And if I try to build and reinstall MariaDB 10.4.19-1.el8 I get: Version check failed. Got the following error when calling the 'mysql' command line client ERROR 1045 (28000): Access denied for user 'da_admin'@'localhost' (using password: YES)...
  9. americanintel

    da_admin user and mariadb issues

    Yes, I've gone over and executed this several times: https://help.directadmin.com/item.php?id=45 My server was on CentOS 6 which was EOL so I performed a full reload with 8. I've setup DA hundreds of times but this one has been a bear. So I get the "Error connecting to MySQL: Access denied for...
  10. americanintel

    Apache 2.4.10 memory issues - update to 2.4.11?

    2.4.10 is still showing in custombuild here on DA. I'm experiencing some high cpu and memory issues that I'm 99% sure is related to vulnerabilities listed below from malicious IP's. CSF is dealing with it now that I have it properly tweaked but I'd like to see an update in custombuild for .11 if...
  11. americanintel

    Nginx Virtual Host Custom Templates

    In /usr/local/directadmin/data/users/username/ngninx.conf it states: However these help files are geared towards Apache. We need some custom templates so we don't have to redo the nginx.conf files when DA overwrites them. The changes are simple but could become time consuming once we have...
  12. americanintel

    Email being bounced to me - Connection was not encrypted

    Had someone at my bank try to send me an email. I'm receiving email all day at the same address. In my /var/log/exim/rejectlog 2014-07-21 13:48:58 H=(emfserver.mycu.org) [216.60.132.15] F=<[email protected]> rejected RCPT <[email protected]>: Connection from [216.60.132.15]() was not...
  13. americanintel

    Stop Exim from processing email after Spamassassin deems a message as spam

    I have some of this posted in an older thread: http://forum.directadmin.com/showthread.php?t=33321 I need to stop this in it's tracks and it will require someone smarter than me with Exim and Spamassassin. I've munged this but myemail should be usamail. 1. I don't want it going to our archive...
  14. americanintel

    DISCONTINUED CyberAdmin Skin - The best skin ever made for DirectAdmin so far, coming soon!

    Still plenty that isn't translating. What is DNI-CIF? It won't let me proceed but I have no idea what this is. Don't make me work to give you my money. If you need some help with proper English translation/changes let me know and I'll be glad to do so.
  15. americanintel

    Securing phpMyAdmin by IP

    Just thought I'd share this as DA's deployment of nginx is a bit different than 'stock'. I realize this may be simple to some but I didn't see a whole lot of info here regarding this and anything you find about generic nginx confs will be a bit different. We (project admins) have a hosted app...
Back
Top