
ffeingol
- Total activity 1600
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 686
Comments
Recent activity by ffeingol-
It's just a guess, but check if they have a CAA record. My guess would be that a .gov domain would restrict (CAA record) who can issue SSL's for the domain.
-
Are you possibly installing from an older Alma image? They changed their package signing keys a while ago: https://almalinux.org/blog/2023-12-20-almalinux-8-key-update/
-
That sounds more like a Ubuntu update (that may have been applied via upcp). What exactly do you mean by "changed order of IPs"? The output of ip addr list would prob. be useful, just obscure the...
-
Do you want to migrate to a new server (then you can use the WHM transfer tool) or do you want to do an in-place upgrade (ELevate)?
-
I don't believe that Ubuntu 24.04 LTS is supported: https://docs.cpanel.net/installation-guide/system-requirements-ubuntu/ If you look in the deferred section of the roadmap, you'll see 24.04 ther...
-
Your post is a bit too generic for anyone to really be able to help: Do your domains resolve back to the server (issues with DNS if this server acts a a DNS server) If they resolve, can you access...
-
You'd need to look in phpmyadmin or mysqladmin processlist to see what's going on. Just seeing mysql/mariadb at high CPU really tells you nothing.
-
Have you checked if any accounts have an hourly cron job running? When the CPU is high have you gone into PHPMyAdmin (for example) to see what's running?
-
That is no longer supported by cPanel. If you want older versions of PHP you'll need to convert to CloudLinux and look at alt-php/PHP Selector
-
From root CLI you can get the timezone via: timedatectl (that should work on either Alma or Ubuntu) To set it it woudl be: timedatectl set-timezone timezone You'd need to be root on Alama and Sudo ...