Hi thank you for the immediate reply.. Iam using ultra VNC it was very tuff to copy and past the line so i manually need to enter each letter over there finally inter three command and restart is remaining before restart iam posting the screenshot below.
Do this:
getent group polkitd >/dev/null && echo -e "\e[1;32mpolkitd group already exists\e[0m" || { groupadd -r polkitd && echo -e "\e[1;33mAdded missing polkitd group\e[0m" || echo -e "\e[1;31mAdding polkitd group FAILED\e[0m"; }
then this:
getent passwd polkitd >/dev/null && echo -e "\e[1;32mpolkitd user already exists\e[0m" || { useradd -r -g polkitd -d / -s /sbin/nologin -c "User for polkitd" polkitd && echo -e "\e[1;33mAdded missing polkitd user\e[0m" || echo -e "\e[1;31mAdding polkitd user FAILED\e[0m"; }
then this
rpm -Va polkit\* && echo -e "\e[1;32mpolkit* rpm verification passed\e[0m" || { echo -e "\e[1;33mResetting polkit* rpm user/group ownership & perms\e[0m"; rpm --setugids polkit polkit-pkla-compat; rpm --setperms polkit polkit-pkla-compat; }
then take a screenshot and paste it here
then do this:
shutdown -r now
You could've possibly also put them into a file, uploaded it into the internet. Then wget it into the server and then run it with "sh filename"
By the way. The title of this thread should've been "server is down". I'm not sure this issue is CWP related as your current title would suggest, but I have seen another thread suggesting turning off "secure processes" which is a feature that can be activated through CWP, but again, this issue seems to be a hardware/software limitation/bug with the server itself. So, if you had "secure processes" enabled. Disable it.
I'm running a VPS that supports it, so I'd imagine I'm in the clear.