Hello, I am getting the following error while trying to install redis on ALmalinux 8. Can you help me.
/usr/local/cpanel/scripts/ea-podman install ea-redis62
!!!! pids will be public on reboot (/proc hidepid is not 2 in fstab) !!
This could lead to information disclosure.
One way to mitigate this is for root to set hidepid to 2:
!!!! before running any of these commands be sure to understand their implications !!
`grep proc /etc/fstab`
Ensure it has an entry like:
proc /proc proc defaults,nosuid,nodev,noexec,relatime,hidepid=2
“ea-redis62” looks like an EA4 package but it is not a container based EA4 package. Please use the correct package name (or install it if it was uninstalled but its directory left behind) or use a name that does not start w/ `ea-`.
/usr/local/cpanel/scripts/ea-podman install ea-redis62
!!!! pids will be public on reboot (/proc hidepid is not 2 in fstab) !!
This could lead to information disclosure.
One way to mitigate this is for root to set hidepid to 2:
!!!! before running any of these commands be sure to understand their implications !!
`grep proc /etc/fstab`
Ensure it has an entry like:
proc /proc proc defaults,nosuid,nodev,noexec,relatime,hidepid=2
“ea-redis62” looks like an EA4 package but it is not a container based EA4 package. Please use the correct package name (or install it if it was uninstalled but its directory left behind) or use a name that does not start w/ `ea-`.