Error1: Could not update ICEauthority file /var/lib/gdm/.ICEauthority
Error2: This is a problem with the configuration sever. (usr/lib/libgconf2-4/gconf-sanity-check-2 exited with status 256)
A:
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/432492
http://forum.ubuntu.org.cn/viewtopic.php?f=94&t=254928&p=1744133
http://forums.novell.com/novell-product-support-forums/suse-linux-enterprise-desktop-sled/sled-install-boot/382656-could-not-update-iceauthority-problem-w-configuration-server.html
http://ubuntuforums.org/showthread.php?t=1021106
http://forums.opensuse.org/install-boot-login/426504-could-not-update-iceauthority-var-something-iceauthority.html
解决Error2:$ sudo dpkg-reconfigure gdm
正确配置:
# ll /var/lib
drwxr-x--- 11 gdm gdm 4096 1969-12-31 18:15 gdm
$/home/ubuntu# ll .ICEauthority
-rwxr--r-- 1 ubuntu ubuntu 4204 2010-03-22 04:29 .ICEauthority
结果发现时因为在host上解压rootfs时候,没有加--numeric-owner
#tar --numeric-owner zxf xxx.tgz -C /mnt/msc
本文介绍了如何解决在Ubuntu系统中遇到的与GDM配置相关的两个错误。Error1为无法更新ICE权威文件,Error2涉及配置服务器的问题。文章提供了具体的解决步骤,并指出了问题的根源在于解压rootfs时未使用--numeric-owner参数。

804

被折叠的 条评论
为什么被折叠?



