Hi
Funny how things come around, I just had a similar error and a Google search brings me back to my own thread that I had forgotten about.
@cPanelMichael thanks for the response, I had missed it entirely.
I have just checked, as much as I can, and the kernel is not compiled with that feature, albeit that the kernel is now a later version.
I checked in the /etc/sysctl.conf file and it is silent for that option. I also checked via
#cat /lib/modules/$(uname -r)/build/.config | grep SYMLINKS ## (also symlinks)
but that setting is not found (maybe that is not the correct location to check?)
My error today was displayed when I opened the XenConsole to access the VM terminal for this CPanel server. In my haste I omitted to screenshot it but the error was essentially the same but reporting "can't find ea-php72 in " various directories.
From the documentation at CloudLinux which is linked above, it appears possible that while the
fs.protected_symlinks_create = 1
option is not explicitly configured in the /etc/sysctl.conf file, it may be a default setting in this current build ?
In any case, I am going to set it explicitly as 0 which I assume will turn it off, if it is on by default.
Addendum:
While I was going to set this off, I then found an issue with 100% inode use on one of the drives, notably /home which is on its own drive. From memory the "can't find message from this morning was reporting files that would / should have been accessed in /home and I am now thinking that the error is in fact relating to the 'out of space' error caused from lack of inodes.
I'll update this later.