Now to address this cancerous component issue that craps a systemd service out: Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject
Run the commands line by line:
# add user to the group
$ groupadd -g 23 nohidproc
$ usermod -a -G nohidproc polkitd
$ mount -o remount,rw,hidepid=2,gid=nohidproc /proc
$ systemctl restart polkit
# nano /etc/fstab or run it directly
$ echo "proc /proc proc defaults,hidepid=2,gid=nohidproc 0 0" >> /etc/fstab
# add new mount
$ mount -a
$ systemctl restart polkit
Basically run nano /etc/my.cnf use the keyboard shortcut CTRL+W to search for skip-name-resolve and comment it out. Restart mariadb systemctl restart mysqld
How can I exchange Redis with Memcached? All I know, I can install PHP extension (Memcache and Redis), Should I uninstall Redis extension and install Memcache?
Install it on the extension you showed above
You should also need to start the service at cyberpanel, but can’t access a panel right now to proper guide you, only in a few minutes
Run these commands on the server as root. I don’t know if you have it or not when you first installed cyberpanel, so this is to make sure. In case “groupinstall” command fails, safely ignore and continue with the other commands.