Could not update ICEauthority file /home/user/.ICEauthority

1,在linux中添加用户(wuwh)后,登录时出现“Could not update ICEauthority file /home/user/.ICEauthority”

2,试了网上好多方法

例如 ①,sudo chown USER:USER /home/USER/.ICEauthority

sudo chmod 644 /home/USER/.ICEauthority

例如②,先在登录界面,用户输入密码的地方,按CTRL+ALT+F1

进入后su到root下,然后adduser 用户名 并设置下密码

然后reboot,重启之后发现有了刚刚新建的用户,输入密码进去 然后 su  再su 出现故障的那个用户名 并输入密码。

进入后 到 /home/故障用户名/下 删除.ICEauthorit* 所有与其相关的 文件,再mv /home/新建的用户名/.ICEauthority $PWD

#chown 故障用户名:故障用户名 .ICEauthority

#chmod 644 .ICEauthority

这样就完成了 logout

再选原来故障的用户,输入密码 就可以正常进入 GNOME了

都正常之后,可以在终端下 输入#userdel 新建的用户名 将这个用户删除

3,终极解决办法

sudo chown user -R /home/user(执行后问题解决了)

4,或许你还是没解决(将user设置在root组中)

修改/etc/sudoers 文件,找到下面一行,把前面的注释(#)去掉

## Allows people in group wheel to run all commands

%wheel ALL=(ALL) ALL

然后修改用户,使其属于root组(wheel),

usermod -g root user

时间: 2024-10-09 11:43:53

Could not update ICEauthority file /home/user/.ICEauthority的相关文章

Ubuntu12.04开机报错:could not update ICEauthority file /home/user/.ICEauthority 解决

产生原因:误将/home/user目录的用户变成了root,所以无法更新ICE导致开机警告 解决方法: 1.使用guest登录 2.打开一个console 3.Ctrl + Alt +F1 进入安全模式 4.使用你的用户名登录 5.sudo chown -R user:user /home/$user/.ICEauthority 或 sudo chown -R user:user /home/$user/.* user为你自己的用户名 sudo chmod 644 /home/$USER/.IC

Ubuntu开机报错:could not update ICEauthority file /home/user/.ICEauthority(转载)

解决方法如下: 一. 代码:sudo chown $USER:$USER /home/$USER/.ICEauthority        sudo chmod 644 /home/$USER/.ICEauthority Ubuntu开机报错:could not update ICEauthority file /home/user/.ICEauthority(转载)

linux重新启动错误 could not update ICEauthority file

linux重新启动错误 could not update ICEauthority file linux重新启动异常 could not update ICEauthority file linux启动时报Could not update ICEauthority file /var/lib/gdm/.ICEauthority 首先需要通过linux单用户模式登陆该系统 进入单用户模式: grub 进入启动画面之后,敲入"e",把光标移动到kernel ...那一行,再敲入"

Linux日常开机错误

今天是星期六,博主本来想偷懒休息一下,当博主打开虚拟机,突然发现,自己的CentOS 6.8出现了开机错误,强迫症的博主实在不能忍.博主肯定要想解之而后快,好了,下来看看博主的问题吧. could not update ICEauthority file /home/user/.ICEauthority 这是博主开机后第一个问题,博主有点慌,就忘记截图了,紧接着,博主点击右下角close后,这时又出现了一个错误,博主突然觉得人生好黑暗,错误如下图. 这次博主已经很淡定的截下了图,什么大风大浪博主

ubuntu low graphic mode

--------- /etc/init/docker.conf start on (filesystem and net-device-up IFACE!=lo)stop on runlevel [!2345] ----please notice gdm3 rather than gdm 机器刚安装Ubuntu 12.04 没久,某次重启出现提示"Ubuntu is running in low-graphics mode?",而且给了一些选项,发现其他几个都没有用,最终只能使用low

Update files embedded inside CAB file.

References: https://community.flexerasoftware.com/showthread.php?182791-Replace-a-single-file-embedded-in-an-MSI Windows Installer Scripting Examples WiFilVer.vbs : Manage File Sizes and Versions WiMakCab.vbs: Generate File Cabinet @ECHO administrati

OTA Update官方文档(四、OTA更新包解读)

写在前面: 系统创建通过"bootable/recovery/updater"创建一个二进制更新程序并在OTA包中使用进行更新的安装. 更新包实际上也就是一个.zip格式的压缩文件(如我们之前提到过的ota_update.zip,incremental_ota_update.zip).在这个压缩包中包含了一个可执行的二进制程序-EMTA-INF/com/google/android/update-binary.这个二进制程序我们可以理解成一个升级程序,这个升级程序包含了一系列的内建函数

Steps to SKP-900 Key Programmer Update

We all know that SKP900 is a professional key programmer supporting almost all vehicles in the world without pincode. And it has been updated to the newest V2.8, while there still have some owners who are not familiar with the update process. Therefo

安装 Kali Linux 后需要做的 20 件事

我在本文中整理出了安装一份全新的Kali Linux后总是要做的若干件事情.由于我有多台笔记本电脑和工作站,所以尽量扩大下列操作步骤的适用范围,以满足每个人的需求.这是我在安装Kali Linux后做的20件事情.你的需求可能全然不同.要是有什么建议,欢迎留言告知.不用注册即可留言,欢迎反馈.发表观点. 本文含有我觉得有用的每一件事情.本文分为三大部分: 专门针对Kali用户 Kali Linux是来自Debian的一个特殊版本,Kali Linux同样存在Debian Linux的许多问题.这