Re: [Ubuntu-zh] 登入时出现“Could not update I CEauthority file/home/用户名/.ICEauthor ity”的提示问题
Hi, 2009/11/11 PowerMan > 大家好,第一次提问。不合规矩之处多多包涵,哈 > 如题:Ubuntu 9.10 登入时输入用户名和密码后出现“Could not update > ICEauthority file/home/用户名/.ICEauthority”的提示问题: > 论坛上解决的办法是:sudo chown 用户名:用户名 /home/用户名/.ICEauthority > 我这里sudo后下次登录就没问题了,但发现此文件的拥有者又变回root。如此再次 > 登录时问题依旧。不知为什么。 > > 除了 chown之外,再run: chmod 644 /home/用户名/.ICEauthority > > -- > ubuntu-zh mailing list > ubuntu-zh@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > -- Shang Wu Key ID: 4B2BCA02 Fingerprint: 4832 D5D0 D124 CE1D FD07 167A 3E93 FF44 4B2B CA02 -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
Re: [Ubuntu-zh] ubuntu-zh 摘要, 卷 54, 发布 5
On Thu, Nov 12, 2009 at 1:51 AM, PowerMan wrote: > 你好 > sudo chown 用户名:用户名 /home/用户名/.ICEauthority > 这样应该是一步到位的变更了吧 > 把自己添加到root,好像有点不妥吧,和直接用root来登录有区别吗? > 对了 我升级过内核,现在版本是 2.6.31-15-generic > �z查一下你的sources.list, 看看��是不是把propose打�_了... 我的�F在��在 -14 > 9.10发布时 好像是2.6.31-14 > > > 在 2009-11-12四的 13:35 +0800,jian...@dvr写道: > > 除了改变onw之外还要改变group: > > $sudo chgrp sam /home/sam/.ICEauthority/ M# j' s6 N" g, x. K { P- s5 > > J, r > > $sudo chown sam /home/sam/.ICEauthority > > 或者是将自己添加到root用户组里面。 > > 蒋 �S Wei Jiang > > -- > > jian...@neusoft.com > > Plab, IA Division, Neusoft Co.,Ltd. Dalian > > -- > > > > > > ubuntu-zh-requ...@lists.ubuntu.com 写道: > > > Send ubuntu-zh mailing list submissions to > > > ubuntu-zh@lists.ubuntu.com > > > > > > To subscribe or unsubscribe via the World Wide Web, visit > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > > > or, via email, send a message with subject or body 'help' to > > > ubuntu-zh-requ...@lists.ubuntu.com > > > > > > You can reach the person managing the list at > > > ubuntu-zh-ow...@lists.ubuntu.com > > > > > > When replying, please edit your Subject line so it is more specific > > > than "Re: Contents of ubuntu-zh digest..." > > > > > > > > > > > > > > > 本日主题: > > > > > >1. 登入时出现“Could not update ICEauthority > > > file/home/用户名/.ICEauthority”的提示问题 (PowerMan) > > >2. 回复: ubuntu-zh 摘要, 卷 54, 发布 2 > > > (bmwthink...@yahoo.com.cn) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 主题: [Ubuntu-zh] 登入时出现“Could not update ICEauthority > > > file/home/用户名/.ICEauthority”的提示问题 > > > 发件人: PowerMan > > > 日期: Thu, 12 Nov 2009 09:49:32 +0800 > > > 收件人: ubuntu-zh@lists.ubuntu.com > > > 收件人: ubuntu-zh@lists.ubuntu.com > > > > > > 大家好,第一次提问。不合规矩之处多多包涵,哈 > > > 如题:Ubuntu 9.10 登入时输入用户名和密码后出现“Could not update > > > ICEauthority file/home/用户名/.ICEauthority”的提示问题: > > > 论坛上解决的办法是:sudo chown 用户名:用户名 /home/用户名/.ICEauthority > > > 我这里sudo后下次登录就没问题了,但发现此文件的拥有者又变回root。如此再次 > > > 登录时问题依旧。不知为什么。 > > > > > > > > > --- > > Confidentiality Notice: The information contained in this e-mail and any > accompanying attachment(s) > > is intended only for the use of the intended recipient and may be > confidential and/or privileged of > > Neusoft Corporation, its subsidiaries and/or its affiliates. If any > reader of this communication is > > not the intended recipient, unauthorized use, forwarding, printing, > storing, disclosure or copying > > is strictly prohibited, and may be unlawful.If you have received this > communication in error,please > > immediately notify the sender by return e-mail, and delete the original > message and all copies from > > your system. Thank you. > > > --- > > > > -- > ubuntu-zh mailing list > ubuntu-zh@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > -- Shang Wu Key ID: 4B2BCA02 Fingerprint: 4832 D5D0 D124 CE1D FD07 167A 3E93 FF44 4B2B CA02 -- ubuntu-zh mailing list ubuntu-zh@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
Re: [Ubuntu-zh] ubuntu-zh 摘要, 卷 54, 发布 5
这东西和sources.list有关?我的问题和sources.list有关? 我的升级源来自:http://mirrors.163.com/ deb http://mirrors.163.com/ubuntu/ karmic-proposed main restricted universe multiverse 楼上Shang wu说: 除了 chown之外,再run: chmod 644 /home/用户名/.ICEauthority 呵呵,感觉这个有道理。原来文件权限是600 猜测,这个文件可能是要有root权限的进程来管理然后用户级权限的来读取配置, 由于我把他改变拥有者和组但没有改chmod一直都是600,导致管理它的root权限进 程发火了,所以每次都又自动改回去 管理他的这个进程很是斤斤计较阿,因为你本来就拥有root级别嘛,可能是某个处 理脚本在这一段上的判断没有写好 到底是什么东西在管理/home/用户名/.ICEauthority这个文件? 见笑了。哈哈 现在我chmod 644他了 不知道是否真有效 在 2009-11-12四的 10:07 -0500,Shang Wu写道: > > > On Thu, Nov 12, 2009 at 1:51 AM, PowerMan wrote: > 你好 > sudo chown 用户名:用户名 /home/用户名/.ICEauthority > > 这样应该是一步到位的变更了吧 > 把自己添加到root,好像有点不妥吧,和直接用root来登录有区别吗? > 对了 我升级过内核,现在版本是 2.6.31-15-generic > > z查一下你的sources.list, 看看是不是把propose打_了... > 我的F在在 -14 > > 9.10发布时 好像是2.6.31-14 > > > 在 2009-11-12四的 13:35 +0800,jian...@dvr写道: > > > 除了改变onw之外还要改变group: > > $sudo chgrp sam /home/sam/.ICEauthority/ M# j' s6 N" g, x. > K { P- s5 > > J, r > > $sudo chown sam /home/sam/.ICEauthority > > 或者是将自己添加到root用户组里面。 > > 蒋 S Wei Jiang > > > -- > > jian...@neusoft.com > > Plab, IA Division, Neusoft Co.,Ltd. Dalian > > > -- > > > > > > ubuntu-zh-requ...@lists.ubuntu.com 写道: > > > Send ubuntu-zh mailing list submissions to > > > ubuntu-zh@lists.ubuntu.com > > > > > > To subscribe or unsubscribe via the World Wide Web, visit > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > > > or, via email, send a message with subject or body 'help' > to > > > ubuntu-zh-requ...@lists.ubuntu.com > > > > > > You can reach the person managing the list at > > > ubuntu-zh-ow...@lists.ubuntu.com > > > > > > When replying, please edit your Subject line so it is more > specific > > > than "Re: Contents of ubuntu-zh digest..." > > > > > > > > > > > > > > > > 本日主题: > > > > > >1. 登入时出现“Could not update ICEauthority > > > file/home/用户名/.ICEauthority”的提示问题 (PowerMan) > > >2. 回复: ubuntu-zh 摘要, 卷 54, 发布 2 > > > (bmwthink...@yahoo.com.cn) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 主题: [Ubuntu-zh] 登入时出现“Could not update ICEauthority > > > file/home/用户名/.ICEauthority”的提示问题 > > > 发件人: PowerMan > > > 日期: Thu, 12 Nov 2009 09:49:32 +0800 > > > 收件人: ubuntu-zh@lists.ubuntu.com > > > 收件人: ubuntu-zh@lists.ubuntu.com > > > > > > 大家好,第一次提问。不合规矩之处多多包涵,哈 > > > 如题:Ubuntu 9.10 登入时输入用户名和密码后出现“Could not > update > > > ICEauthority file/home/用户名/.ICEauthority”的提示问题: > > > 论坛上解决的办法是:sudo chown 用户名:用户名 /home/用户 > 名/.ICEauthority > > > 我这里sudo后下次登录就没问题了,但发现此文件的拥有者又变回 > root。如此再次 > > > 登录时问题依旧。不知为什么。 > > > > > > > > > > --- > > Confidentiality Notice: The information contained in this > e-mail and any accompanying attachment(s) > > is intended only for the use of the intended recipient and > may be confidential and/or privileged of > > Neusoft Corporation, its subsidiaries and/or its affiliates. > If any reader of this communication is > > not the intended recipient, unauthorized use, forwarding, > printing, storing, disclosure or copying > > is strictly prohibited, and may be unlawful.If you have > received this communication in error,please > > immediately notify the sender by return e-mail, and delete > the original message and all copies from > > your system. Thank you. > > > > --- > > > > > -- > ubuntu-zh mailing list > ubuntu-zh@lists.ubuntu.com > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > > > > > -- > Shang Wu > > Key ID: 4B2BCA02 > Fingerprint: 4832 D5D0 D124 CE1D FD07 167A 3E93 FF44 4B2B CA02 -- ubuntu