Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - xuanbinhco

Pages: [1]
1
The error "Unable to register authentication agent: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine user of subject" is related to the PolicyKit1 service, which manages permissions and access privileges on systems based on Linux. This error occurs when PolicyKit1 cannot determine the subject user, which can lead to permission issues.

Here are some possible solutions to fix this problem:

Verify User: Make sure you are logged in with a valid user account and that the user has the appropriate permissions to access the PolicyKit1 service. If you're using a GUI, make sure you've entered your username and password correctly.

Check PolicyKit1 permissions: Make sure PolicyKit1 configuration files have the correct permissions. PolicyKit1 configuration files are usually located in the /etc/polkit-1/ or /usr/share/polkit-1/ directory. Check if the files are readable and writable for the correct users.

Restart the service: Try restarting the PolicyKit1 service to see if that resolves the issue. You can use the following command depending on your operating system:

For distributions using systemd:


sudo systemctl restart polkit
For distros using Upstart:

sudo service polkit restart
Check system logs: Check the system logs for more information about the specific error that is occurring. System logs may be in the /var/log/ directory and relevant files may include syslog, auth.log, or polkit.log.

Check disk space: Sometimes a lack of disk space can lead to unexpected errors. Make sure you have enough disk space available on your system.

Update the system: Make sure your operating system is up to date with the latest updates and patches. Sometimes errors can be fixed by system updates.

If none of the above steps resolves the problem, there may be a more complex problem specific to your system. In this case, it may be worth contacting your operating system's technical support or searching online forums and discussions for further assistance.

2
How to / how to get password login Centos cpanel?
« on: July 17, 2016, 06:53:18 AM »
i installtion CWP, after i look in http://ip:2030, but can't login, i forgot user name and password, please help?

Pages: [1]