Linux Restart error could not update iceauthority file Linux Restart exception could not update iceauthority file
Linux startup times could not update iceauthority file/var/lib/gdm/. Iceauthority
First, you need to log in to the system via Linux single-user mode
Enter single-user mode: after grub enters the splash screen, type "E" and move the cursor to kernel ... That line, and then type "E", at the end of the kernel line with a blank single, enter the "B", start the system, that is, to enter one-user mode.
The cause of this error is due to/var/lib/gdm/. The file under the iceauthority is changed. We just have to do the following:
[Email protected] tmp]# chown-r Root:root/var
[Email protected] tmp]# chown-r GDM:/VAR/LIB/GDM
If you manipulate this command chown-r GDM:/VAR/LIB/GDM prompt error, use the following command
[Email protected] tmp]# CD/VAR/LIB/GDM
[[email protected] tmp] #lsattr. Iceauthority #此命令为查看此文件所具有的隐藏属性 and then changes the properties with the Chattr command.
Eg: the hidden property of this file is I, then use the command
[Email protected] tmp]# chattr-i. Iceauthority
Finally in execution [[email protected] tmp]# chown-r GDM:/VAR/LIB/GDM will not prompt the error.
Once the operation is complete, reboot the system.
Linux Restart error could not update iceauthority file