We see stuck process
root 160020 0.5 0.0 56884 16860 ? S 11:22 0:00 | \_ /usr/local/cpanel/3rdparty/bin/perl /usr/local/cpanel/whostmgr/docroot/cgi/configserver/cmc.cgi
we straced this process from a few milliseconds after it was created, and it stops in the same place every time
Code: Select all
11:22:47.342042 stat("/home/redacted", {st_mode=S_IFDIR|0711, st_size=4096, ...}) = 0
11:22:47.342127 open("/var/cpanel/users/redacted", O_RDONLY) = 8
11:22:47.342191 ioctl(8, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7ffeee507000) = -1 ENOTTY (Inappropriate ioctl for device)
11:22:47.342249 lseek(8, 0, SEEK_CUR) = 0
11:22:47.342299 fstat(8, {st_mode=S_IFREG|0640, st_size=1320, ...}) = 0
11:22:47.342354 fcntl(8, F_SETFD, FD_CLOEXEC) = 0
11:22:47.342404 flock(8, LOCK_SH
2.09 runs fine on servers with EA4 running apache, but ones with LiteSpeed installed (as a direct apache replacement using their enterprice installer) break CMC.
We reverted to v2.00 and it runs fine with LiteSpeed.