GOT
- Total activity 1461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 579
Comments
Recent activity by GOT-
That sounds like your providers control panel, not WHM/cPanel itself. You should probably direct that to whoever you are getting your account from.
-
IPtables rules do not carry over. if you old server was running csf and you still have it you can copy the csf config files over.
-
If the domain does in fact point to your server, then I would suggest you suspend them again and then un-suspend them.
-
You need to have your serverprovider add this for you. The main IP of the server should have an rdns entry for it to point to the full hostname of your server and the hostname of the server should...
-
Run yum update in shell and paste the error portion into this thread please.
-
You canb't just move /var on a live system. You would need to boot in rescue mode and move them that way. Its a delicate procedure and if you make an error then your system won't boot, so if yo...
-
Depends on the folders. What I would do is go into /var and run du -h --max=1|grep G and see what folders are the biggest and start drilling down. Then do the same thing for /usr. For exmaple,...
-
As you are not set up with volume groups, this won't be possible. However, you could use sda4 for either /usr or /var which is probably a source of a lot of disk usage. You might want to check ea...
-
that is quite odd. I don't think we could gather enough data in the forums to help you fix this and I've not seen it before. You could try running /scripts/check_cpanel_rpms --fix but I don't hav...
-
Assuming you are on ea4, the command would look like: /opt/cpanel/ea-php72/root/usr/bin/pecl install memcached You should change the php path to reflect the version you want to install for. You ...