Hi,
for some time ( one week maybe) I see the following message regarding
gnome-keyring.
WARNING: gnome-keyring:: couldn't connect to:
/tmp/keyring-3TI6ND/pkcs11: No such file or directory
This meassage can be seen for example in my .xsession-errors file or
when opening winecfg among others.
The issue is that indeed this file do not exist. I have the
/tmp/keyring-3TI6ND/dir but is empty.
I guess that this means that gnonome-keyring was not somehow
initialized properly. I'm using gdm+xfce.
I'm fully updated.
I have seen the same behavior in my 3 archlinux machines.
Any ideas whats going on? or I should fill a bug. I yes where in arch
or upstream?
On Sat, Dec 17, 2011 at 02:28:54PM +0200, Hector Martinez-Seara wrote:
> Hi,
> for some time ( one week maybe) I see the following message regarding
> gnome-keyring.
>
> WARNING: gnome-keyring:: couldn't connect to:
> /tmp/keyring-3TI6ND/pkcs11: No such file or directory
>
> This meassage can be seen for example in my .xsession-errors file or
> when opening winecfg among others.
>
> The issue is that indeed this file do not exist. I have the
> /tmp/keyring-3TI6ND/dir but is empty.
> I guess that this means that gnonome-keyring was not somehow
> initialized properly. I'm using gdm+xfce.
> I'm fully updated.
>
> I have seen the same behavior in my 3 archlinux machines.
>
> Any ideas whats going on? or I should fill a bug. I yes where in
> arch or upstream?
You don't mention whether you *want* to use gnome-keyring for
anything. Do you?
I used to see this behaviour in SVN just after I replaced Gnome3 with
LXDE. I solved it by removing all gnome-keyring packages that were
lingering on my system. That solved my problems since I wasn't
interested in using gnome-keyring any more.
Most software today is very much like an Egyptian pyramid with
millions of bricks piled on top of each other, with no structural
integrity, but just done by brute force and thousands of slaves.
-- Alan Kay
12-17-2011, 04:54 PM
Ionut Biru
Extrange message regarding gnome-keyring
On 12/17/2011 02:28 PM, Hector Martinez-Seara wrote:
> Hi,
> for some time ( one week maybe) I see the following message regarding
> gnome-keyring.
>
> WARNING: gnome-keyring:: couldn't connect to:
> /tmp/keyring-3TI6ND/pkcs11: No such file or directory
>
is a gnome-keyring bug.
https://bugzilla.gnome.org/show_bug.cgi?id=665961
be sure that gnome-keyring-daemon really runs and if is it paste the env
output in the report.
a working keyring should have
$ ps aux | grep keyring
ioni 1169 0.0 0.6 71060 12552 ? Sl 17:45 0:00
/usr/bin/gnome-keyring-daemon --daemonize --login
> This meassage can be seen for example in my .xsession-errors file or
> when opening winecfg among others.
>
> The issue is that indeed this file do not exist. I have the
> /tmp/keyring-3TI6ND/dir but is empty.
> I guess that this means that gnonome-keyring was not somehow
> initialized properly. I'm using gdm+xfce.
> I'm fully updated.
>
> I have seen the same behavior in my 3 archlinux machines.
>
> Any ideas whats going on? or I should fill a bug. I yes where in arch
> or upstream?
>
> Hector
>
>
>
>
--
IonuČ›
12-17-2011, 05:21 PM
Hector Martinez-Seara
Extrange message regarding gnome-keyring
On 17 December 2011 19:44, Magnus Therning <magnus@therning.org> wrote:
> On Sat, Dec 17, 2011 at 02:28:54PM +0200, Hector Martinez-Seara wrote:
>> Hi,
>> for some time ( one week maybe) I see the following message regarding
>> gnome-keyring.
>>
>> WARNING: gnome-keyring:: couldn't connect to:
>> /tmp/keyring-3TI6ND/pkcs11: No such file or directory
>>
>> This meassage can be seen for example in my .xsession-errors file or
>> when opening winecfg among others.
>>
>> The issue is that indeed this file do not exist. I have the
>> /tmp/keyring-3TI6ND/dir but is empty.
>> I guess that this means that gnonome-keyring was not somehow
>> initialized properly. I'm using gdm+xfce.
>> I'm fully updated.
>>
>> I have seen the same behavior in my 3 archlinux machines.
>>
>> Any ideas whats going on? or I should fill a bug. I yes where in
>> arch or upstream?
>
> You don't mention whether you *want* to use gnome-keyring for
> anything. *Do you?
>
> I used to see this behaviour in SVN just after I replaced Gnome3 with
> LXDE. *I solved it by removing all gnome-keyring packages that were
> lingering on my system. *That solved my problems since I wasn't
> interested in using gnome-keyring any more.
Some of my users use gnome3. So I guess that removing gnome-keyring is
not an option. Besides when it works doesn't annoy me.
Thanks
12-17-2011, 05:39 PM
Hector Martinez-Seara
Extrange message regarding gnome-keyring
On 17 December 2011 19:54, Ionut Biru <ibiru@archlinux.org> wrote:
> On 12/17/2011 02:28 PM, Hector Martinez-Seara wrote:
>> Hi,
>> for some time ( one week maybe) I see the following message regarding
>> gnome-keyring.
>>
>> WARNING: gnome-keyring:: couldn't connect to:
>> /tmp/keyring-3TI6ND/pkcs11: No such file or directory
>>
>
> is a gnome-keyring bug.
>
> https://bugzilla.gnome.org/show_bug.cgi?id=665961
>
> be sure that gnome-keyring-daemon really runs and if is it paste the env
> output in the report.
>
>
> a working keyring should have
> $ ps aux | grep keyring
> ioni * * *1169 *0.0 *0.6 *71060 12552 ? * * * *Sl * 17:45 * 0:00
> /usr/bin/gnome-keyring-daemon --daemonize --login
>
> $ env | grep GNOME_KEYRING
> GNOME_KEYRING_CONTROL=/tmp/keyring-pxYetE
> GNOME_KEYRING_PID=1169
>
>
In my case I get the following output:
This creates the pkcs11 file the lack of which triggers the error.
After this command no more messages like the ones I reported appear
any longer. Seems to be that the file:
"/etc/xdg/autostart/gnome-keyring-pkcs11.desktop" belonging to
"extra/gnome-keyring" is not executed when login in.
Anybody knows what is program is responsible in theory to execute this file?
Thanks in advance,
Hector
12-19-2011, 11:47 AM
Ionut Biru
Extrange message regarding gnome-keyring
Can you please test this packages and let me know if is fixed?
http://pkgbuild.com/~ioni/gnome-keyring/
--
IonuČ›
12-19-2011, 03:52 PM
Hector Martinez-Seara
Extrange message regarding gnome-keyring
Hi,
no change. Can it be that I have to configure something for policykit
to be opened correcty in xfce? I haven't seen anything particular in
the wiki respect to this point but who knows.
At least, is there anybody seen the same? Shall I fill a bug instead
of spamming the mailing list?
Hector
On 19 December 2011 14:47, Ionut Biru <ibiru@archlinux.org> wrote:
> Can you please test this packages and let me know if is fixed?
>
> http://pkgbuild.com/~ioni/gnome-keyring/
>
> --
> IonuČ›
>
On 12/19/2011 06:52 PM, Hector Martinez-Seara wrote:
> Hi,
> no change. Can it be that I have to configure something for policykit
> to be opened correcty in xfce? I haven't seen anything particular in
> the wiki respect to this point but who knows.
>
> At least, is there anybody seen the same? Shall I fill a bug instead
> of spamming the mailing list?
a bug is already filled:
arch: https://bugs.archlinux.org/task/26271
upstream: https://bugzilla.gnome.org/show_bug.cgi?id=665961
the -3 package contains the fix from upstream. If it doesn't fix your
problem you should forward this to the upstream report.
> Hector
>
> On 19 December 2011 14:47, Ionut Biru <ibiru@archlinux.org> wrote:
>> Can you please test this packages and let me know if is fixed?
>>
>> http://pkgbuild.com/~ioni/gnome-keyring/
>>
>> --
>> IonuČ›
>>
>
>
>