Thursday, 13 October 2016

GDBus.Error:org.freedesktop.DBus.Error.NoReply

Hi I have face this below issue and check for solution in online I got solution for this.



Solution :

It's very easy to solve this issue by following.

It looks like it was outdated configuration file that produced the issue. Just open the following file with your favorite editor /etc/pam.d/systemd-user

vi /etc/pam.d/systemd-user

modify the following with 

account include system-auth
session include  system-auth

to 

account include system-login
session include  system-login

that's all it will solve the issue.

Helm installation on rhel 9

 You can do install with 2 commands  first one is curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-hel...