carock
- Total activity 78
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 23
Comments
Recent activity by carock-
Doing some more searching around, it looks like it is related to your internal case CPANEL-11563
-
It is installed in EasyApache for my PHP7.0
-
Editing that opcache.log_verbosity_level worked great. However, I was unable to get Apache to recognize the change unless I edited the master file, /opt/cpanel/ea-php70/root/etc/php.d/10-opcache.i...
-
Hello @carock, Did you already install mod_remoteip on this server? If not, you can install it using the following command: yum install ea-apache24-mod_remoteip Once it's installed, take a look ...
-
Hello Chuck, cPanel uses rdate to synchronize the server time to rdate.cpanel.net via the /scripts/rdate script. However, if you install NTP on your system to manage the time, then /scripts/rdate ...
-
Everything worked, thank you everyone for your help. Chuck
-
Chuck, Just use SSH to do the restore /scripts/restorepkg /location/to/the/backup.tar.gz The backups are just directories, not zip files. Can I just tar.gz the directory? /storage/cpanel2/cpb...
-
Hi @carock The name of the file doesn't necessarily mean it's the "device name" whats the output of the following: grep -r DEVICE /etc/sysconfig/network-scripts/ifcfg-* Thanks! /etc/sysconfig/...
-
Hi, You will have to check what ethernet actually system has made an entry of. Use the below command to check what ethernet device is named by the system: # ip addr show Check if it is eth, ens ...
-
I figured it out. Basically, it doesn't really matter where the files are on the server, or if the filesystem has quotas on or off. The fixquotas script is what calculates the disk used in the c...