与其他用户一样,在U1中进行身份验证时,我会得到以下错误:
Method "CreateItem" with signature "a{sv}(oayay)b" on interface "org.freedesktop.Secret.Collection" doesn't exist.在/var/log/auth.log中:
gnome-keyring-daemon[4793]: egg_symkey_generate_simple: assertion `iterations >= 1' failed
gnome-keyring-daemon[4793]: couldn't prepare to write out keyring: /home/yann/.gnome2/keyrings/login_1.keyring所以我试着移动"login.keyring“。在登录到U1时,我没有为安全输入密码,采用了非安全的方式保存密码。一条消息告诉我手术成功完成了(法语)。但是,同步不起作用。
u1sdtool --status返回了以下内容:
State: AUTH_FAILED
connection: With User With Network
description: auth failed
is_connected: False
is_error: True
is_online: False
queues: WORKING对不起,U1不再起作用了,它对我真的很有用。你能帮我吗?
Ubuntu 11.10
发布于 2012-04-10 16:48:59
如果您在Oneiric中看到接口"org.freedesktop.Secret.Collection“上签名为"a{sv}(oayay)b”的消息“方法”“org.freedesktop.Secret.Collection”,这是gnome-keyring bug:https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/874501。
这是固定在gnome-键环- 3.2.2-0ubuntu0.1。可以在终端中运行以下命令以查看已安装的版本:
apt-cache policy gnome-keyring如果您正在运行Ubuntu11.10,并且没有最新版本的gnome-keyring,请打开软件中心并检查Edit > Software。在“更新”选项卡中,确保选中了“推荐更新(Oneiric-update)”。然后从运行您的更新。
https://askubuntu.com/questions/86394
复制相似问题