[Solved] guest account inaccessible after updating to porteus 5.01
Posted: 11 Oct 2023, 20:20
<t>Hello.I was running porteus 5.0 lxqt then I updated to 5.01 replacing the boot and porteus folders then running the porteus installer for Linux.
Now I cannot login into guest account, it doesnt accept the password. I have to access with the root account.
If i launch users and groups and i try to change it says:
* (process:1091): WARNING **: 22:10:20.973: Error enumerating actions: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.PolicyKit1 was not provided by any .service files
Error checking for authorization org.freedesktop.policykit.exec: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.PolicyKit1 was not provided by any .service files
If i change it from the terminal with passwd guest command it runs successfully, but when i reboot and try to access doesn't accept it anyway. I changed the root password with the passwd command and works, so i think that lxqt users and group setting and guest account are broken.
Edit:
Looking at the boot messages there is:
Unable to cd to '/home/guest'
Trying to access account from CLI shows:
-- guest: /home/guest: change directory failed: Permission denied
it works by using the following commands from cli or terminal however now is root account that breaks and rebooting causes the situation to reset again:
sudo chown root:root /
sudo chmod 755 /
sudo chown root:root /home
sudo chmod 755 /home
sudo chown -R guest /home/guest
sudo chmod 755 -R /home/guest
Now I cannot login into guest account, it doesnt accept the password. I have to access with the root account.
If i launch users and groups and i try to change it says:
* (process:1091): WARNING **: 22:10:20.973: Error enumerating actions: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.PolicyKit1 was not provided by any .service files
Error checking for authorization org.freedesktop.policykit.exec: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.PolicyKit1 was not provided by any .service files
If i change it from the terminal with passwd guest command it runs successfully, but when i reboot and try to access doesn't accept it anyway. I changed the root password with the passwd command and works, so i think that lxqt users and group setting and guest account are broken.
Edit:
Looking at the boot messages there is:
Unable to cd to '/home/guest'
Trying to access account from CLI shows:
-- guest: /home/guest: change directory failed: Permission denied
it works by using the following commands from cli or terminal however now is root account that breaks and rebooting causes the situation to reset again:
sudo chown root:root /
sudo chmod 755 /
sudo chown root:root /home
sudo chmod 755 /home
sudo chown -R guest /home/guest
sudo chmod 755 -R /home/guest