只要启动cpanel, root就无法登录 因为这个问题 我把系统都重新装了
安装cpanel之后,问题依旧,原来是cPhulk做怪。可能是有坏人尝试root登录,密码错误次数太多,导致root禁止登陆??? 太搞了。
disable cPHulk后,果然问题解决,浪费我一天一夜。汗
To disable cPHulk via the command line, run the following commands as the root
user via SSH:
1
2
|
/usr/local/cpanel/etc/init/stopcphulkd /usr/local/cpanel/bin/cphulk_pam_ctl --disable |
To disable cPHulk to keep it offline, even after a restart of cPanel & WHM, remove the cPHulk touch file with the following command:
rm /var/cpanel/hulkd/enabled |
Use the ps aux | grep -i cphulk
command to check cPHulk’s status:
1
2
|
ps aux | grep -i cphulk root 1501 0.0 0.4 34816 5076 ? S 07:58 0:00 cPhulkd - processor |