twhiting9275
- Total activity 314
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 128
Comments
Recent activity by twhiting9275-
don't blame your hosting provider for your inability to keep things up to date and secure. Obviously, you've missed something, somewhere.
-
Is this a supported way to install Pecl items. Could fix my Imagick issue if it is. You can always install PECL items from the shell, should never have a problem doing so.
-
Yikes! So sorry I forgot to add the configure command, my bad!
-
from SSH (as root) mkdir ~/redis cd ~/redis wget https://pecl.php.net/get/redis-2.2.8.tgz tar zxpf redis* cd redis* phpize make make install Then edit your php.ini file (/usr/local/lib/php.ini)...
-
High load isn't always high CPU. They can be, and often are very different. Start with adding SSD into your server if you can, offload MySQL onto that. Tweak settings, so you're using RAM not disk ...
-
You're getting into dangerous territory here. Contact your systems admin. Seriously, you need to find one to do this.
-
you really should be having your server admin do this, not relying on forum help.
-
So edit /proc/mounts and remove the line mentioned earlier.
-
and ls -la /etc/mtab? It shouldn't be a symlink, but this might be the answer. If it is, that needs to be fixed
-
what's the output of lsattr /etc/mtab are you trying to edit this as root?