[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-05-26 Thread Chris Bainbridge
** Also affects: xfce4-session via
   http://bugzilla.xfce.org/show_bug.cgi?id=8014
   Importance: Unknown
   Status: Unknown

** Also affects: xfce4-session (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-05-26 Thread Chris Bainbridge
Another comment from Guido regarding modifying the /etc/ autostart
files:

"What happens is that if gnome-keyring components are not initialized
through XDG autostart any more they will be DBus-activated (see
https://live.gnome.org/GnomeKeyring/RunningDaemon). So when they start
adding back the autostart files for them the warnings will disappear
because there will be no DBus-activation but the SSH/GPG components will
not magically start working outside GNOME. So the only bug here is that
these people are trying to use GNOME keyring without initializing it
properly using the methods I've described before."

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-05-26 Thread Chris Bainbridge
I was interested in the correct solution rather than the workaround of
manually reverting the changes to gnome-keyring's /etc/ config. I asked
Guido Berhoerster, and he said:

"if you are not running gnome-session then gnome-keyring-daemon cannot
be correctly initialized through the XDG autostart mechanism because the
necessary environment variables cannot be set for your session (see my
detailed explanation at
https://bugzilla.novell.com/show_bug.cgi?id=710038#c2). So what that
basically means is that whether you initialize gnome-keyring through XDG
autostart or not does not make any difference outside GNOME because it
will be inaccessible from your session.

In order to use gnome-keyring with Xfce you need to enable "GNOME
compatibility mode", if you use something else you need to modify your
session wrapper so that it calls "gnome-keyring-daemon --start", reads
its output and exports the printed environment variables. That assumes
of course that gnome-keyring-daemon has been correctly started and
unlocked via PAM.

...starting with openSUSE 12.2 gnome-keyring will be installed and
enabled by default. It is also possible to use gnome-keyring with Xfce
on openSUSE 12.1 since we patch xfce4-session to avoid undesirable side
effects of GNOME compat mode in Xfce 4.8
(https://bugzilla.xfce.org/show_bug.cgi?id=8014#c0), however GNOME
compatibility mode needs to be enabled manually.

Making it work is relatively simple starting with Xfce 4.10 you just
need to follow https://live.gnome.org/GnomeKeyring/Pam and enable GNOME
compat mode.

For Xfce 4.8 it is more complicated because xfce4-session would need to
be patched with backports of commit
0fea8c64bfc32915d9e397e7029de150167a737d and
67b772364c9e9a7ea9cc4dafb219902c6c8b074a in order to make GNOME compat
mode usable."

** Bug watch added: Xfce Bugzilla #8014
   http://bugzilla.xfce.org/show_bug.cgi?id=8014

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-05-25 Thread Bug Watch Updater
Launchpad has imported 15 comments from the remote bug at
https://bugzilla.novell.com/show_bug.cgi?id=710038.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2011-08-03T13:53:37+00:00 Rschweikert wrote:

When logging into a GNOME session gnome-keyring management is setup in
such a way that both ssh key management is enabled and the osc commands
find and access gnome-keyring.

The keyring needs to be unlocked only once per session, after that osc
commands can access the key and it is not necessary to store account
credentials in $HOME/.oscrc

The work around is to enable "Launch GNOME services on startup" in the
"Advanced" tab of the "Session and Startup". However, this results in
too many services running.

Reply at: https://bugs.launchpad.net/gnome-
keyring/+bug/932177/comments/0


On 2011-08-03T13:55:35+00:00 Rschweikert wrote:

Adding information posted to opensuse-xfce list on this topic:

Initial post:

Hi,

Just switched to Xfce recently and have run across a couple of things
that appear to be start up service related when compared to GNOME.

First, when building a package locally using osc, I end up with an "401
Authentication" error. Pocking around a bit this appears to be gnome-
keyring related. However, I have gnome-keyring-daemon running and marked
as "autostart". When I used GNOME I didn't do anything special, osc just
worked. Anyone has any idea what I need to do to get the keyring usage
working again?

Second, also authentication related, I now need to enter my passphrase
when using key-authenticated ssh login. I suppose GNOME by default
starts an ssh agent thus that the passphrase only gets entered once? How
do I accomplish this with Xfce. The "autostratup" has an entry for "SSH
Key Agent". What am I missing?

Follow up post:
When I turn on "Launch GNOME services on startup" in the "Advanced" tab of the 
"Session and Startup" settings I can get the behavior back I am used to in 
GNOME, i.e. when I ssh to a machine for the first time I get a dialog box that 
lets me type in my passphrase. Once I do this the key is "unlocked" and I can 
log into any machine without needing to enter my passphrase again.

However, enabeling this also means that I am running more stuff than I
probably want.

I compared the list of processes running with the GNOME services launced
and without and compared them. However, nothing sticks out as providing
this nice "unlock the key" feature. Thus I am not certain how to enable
just that service to allow me to disable the "Launch GNOME services on
startup" setting again.


Guido's response:
you shouldn't use that setting, g-k-d is started through the PAM
module so that no additional password needs to be entered to
unlock it. It also needs to be initialized from the session and I
suspect something isn't working right there (either the xdg
autostart or session startup script) but I haven't had the time
to investigate it yet. Feel free to open a bug to track this,
it'll be needed anyway for a SRU.


Karl's response:
Traditionally, I have in my .xinitrc:

eval `ssh-agent -s`
ssh-add ~/.ssh/identity ~/.ssh/id_rsa &

which is ugly, and probably no longer needed, but "works".

Reply at: https://bugs.launchpad.net/gnome-
keyring/+bug/932177/comments/1


On 2011-08-09T10:21:06+00:00 Guido Berhoerster wrote:

The current situation is a bit complicated, having gnome-keyring
automatically unlocked on login involves a startup process in two steps,
first it must be started and unlocked via the PAM module on login and
after that the desired components (e.g. gpg-/shh-agent functionality)
need to be initialized again and certain environment variables need to
be set for the session. Details are at
http://live.gnome.org/GnomeKeyring/RunningDaemon.

The main problem with the current Xfce desktop is that these environment 
variables are not properly set if GNOME-compatibility mode is disabled.
Because the components of gnome-keyring are initialized from desktop files in 
/etc/xdg/autostart the environment variables printed to stdout are simply lost. 
When using GNOME, gnome-keyring passes the environment variables via DBus to 
gnome-session, Xfce however doesn't implement that DBus interface and the only 
way to get these environment variables is enabling the GNOME-compatibility mode 
in xfce4-session which will run gnome-keyring --start again, capture its output 
and set the environment variables accordingly. This has two unwanted 
side-effects, gnome-keyring --start seems to enable all of gnome-keyring's 
components making it impossible to selectively disable components by modifying 
the correspondin

[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-05-25 Thread Chris Bainbridge
** Bug watch added: Novell/SUSE Bugzilla #710038
   https://bugzilla.novell.com/show_bug.cgi?id=710038

** Also affects: gnome-keyring (openSUSE) via
   https://bugzilla.novell.com/show_bug.cgi?id=710038
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-05-25 Thread Bug Watch Updater
** Changed in: gnome-keyring
   Status: Unknown => Fix Released

** Changed in: gnome-keyring
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-05-25 Thread Chris Bainbridge
** Bug watch added: GNOME Bug Tracker #660240
   https://bugzilla.gnome.org/show_bug.cgi?id=660240

** Also affects: gnome-keyring via
   https://bugzilla.gnome.org/show_bug.cgi?id=660240
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-05-16 Thread yitzhakbg
On Wed, 16 May 2012 12:17:36 -
Ben Hearsum  wrote:

> The instructions in this forum post effectively worked around the issue
> for me: http://ubuntuforums.org/showpost.php?p=10301640&postcount=8
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/932177
> 
> Title:
>   WARNING: gnome-keyring:: couldn't connect to PKCS11
> 
> Status in “gnome-keyring” package in Ubuntu:
>   Confirmed
> Status in “gnome-keyring” package in Debian:
>   New
> Status in “gnome-keyring” package in Fedora:
>   Unknown
> 
> Bug description:
>   precise + fluxbox (without gnome-settings-daemon) Postler when sending
>   a message writes:
> 
>   Failed to send a message
>   WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-rof1VB/pkcs11: 
> No such file or directory
> 
>   In gnome-system-monitor:
>   /usr/bin/gnome-keyring-demon --start --foreground --components=secrets
>   /usr/bin/gnome-keyring-demon --daemonize --login
> 
>   with manual start this: OK
>   /usr/bin/gnome-keyring-daemon --start --components=pkcs11
> 
>   Is it possible to add a string key '--components=pkcs11', so that the 
> gnome-system-monitor was:
>   /usr/bin/gnome-keyring-demon --start --foreground --components=secrets 
> --components=pkcs11
> 
>   thanks in advance...
> 
>   ProblemType: Bug
>   DistroRelease: Ubuntu 12.04
>   Package: gnome-keyring 3.2.2-2ubuntu1
>   ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
>   Uname: Linux 3.2.0-15-generic x86_64
>   ApportVersion: 1.91-0ubuntu1
>   Architecture: amd64
>   Date: Tue Feb 14 17:47:35 2012
>   InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
>   ProcEnviron:
>PATH=(custom, no user)
>LANG=ru_UA.UTF-8
>SHELL=/bin/bash
>   SourcePackage: gnome-keyring
>   UpgradeStatus: Upgraded to precise on 2012-02-10 (3 days ago)
>   mtime.conffile..etc.xdg.autostart.gnome.keyring.gpg.desktop: 
> 2012-02-14T14:17:23.632015
>   mtime.conffile..etc.xdg.autostart.gnome.keyring.pkcs11.desktop: 
> 2012-02-14T14:17:23.632015
>   mtime.conffile..etc.xdg.autostart.gnome.keyring.secrets.desktop: 
> 2012-02-14T14:17:23.632015
>   mtime.conffile..etc.xdg.autostart.gnome.keyring.ssh.desktop: 
> 2012-02-14T14:17:23.636015
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177/+subscriptions
Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-05-16 Thread superxor
I've started facing this problem. I am using Ubuntu 12.04 with 'Awesome'
window manager. Keeps appearing when I am trying to use Git to
clone/push/pull.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-05-16 Thread Ben Hearsum
The instructions in this forum post effectively worked around the issue
for me: http://ubuntuforums.org/showpost.php?p=10301640&postcount=8

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-05-16 Thread Ben Hearsum
I just started hitting this in Ubuntu 12.04, running 'awesome'. When I try to 
launch gnome-setting-daemon I get:
➜  ~  gnome-settings-daemon 
WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-AASi0t/pkcs11: No 
such file or directory

** (process:1884): WARNING **:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.gnome.SessionManager was not provided by any .service files

** (gnome-settings-daemon:1878): WARNING **: Unable to register client: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.gnome.SessionManager was not provided by any .service files
[1337166217,000,xklavier.c:xkl_engine_start_listen/]The backend does not 
require manual layout management - but it is provided by the application

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-05-15 Thread Krishna E. Bera
Further to comment #5 above, i run Lubuntu 12.04 so i appended the
string "LXDE;Lubuntu;" to the offending lines and the warning went away.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-05-10 Thread Alvin
Running 12.04 w/ gnome-shell

see this bug everytime I use git to clone a repository -- sometimes
preventing the ability to do so it authentication is required

happy to help anyone debug the issue -- competent with python haven't
done much of anything with C

have already tried removing and re-installing gnome-keyring to no avail

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-04-30 Thread Unit 193
As found in one upstream bug, you can use a temporary fix/workaround for Xfce 
by doing  
sudo sed -i.bak 's/OnlyShowIn=GNOME;Unity;/OnlyShowIn=GNOME;Unity;XFCE;/g' 
/etc/xdg/autostart/gnome-keyring-*.desktop 
Then logging out and back in.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-04-24 Thread Chris Bainbridge
** Bug watch added: Red Hat Bugzilla #783568
   https://bugzilla.redhat.com/show_bug.cgi?id=783568

** Also affects: gnome-keyring (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=783568
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-04-13 Thread Bug Watch Updater
** Changed in: gnome-keyring (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-04-13 Thread Chris Bainbridge
** Bug watch added: Debian Bug tracker #653011
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653011

** Also affects: gnome-keyring (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653011
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-04-10 Thread Ulf Rehmann
For me, the problem does occur for movemail in emacs since an upgrade to
precise last night:

movemail: gnome-keyring:: couldn't connect to: /tmp/keyring-
dq8XqX/pkcs11: No such file or directory

System: Ubuntu 12.04
Packages:  dpkg -l | grep gnome-keyring
ii  gnome-keyring  3.2.2-2ubuntu2   
   GNOME keyring services (daemon and tools)
ii  libgnome-keyring-common3.2.2-2  
   GNOME keyring services library - data files
ii  libgnome-keyring0  3.2.2-2  
   GNOME keyring services library
ii  libpam-gnome-keyring   3.2.2-2ubuntu2   
   PAM module to unlock the GNOME keyring upon login


There is a similar report at Debian:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649408


** Bug watch added: Debian Bug tracker #649408
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649408

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-04-05 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/932177

** Tags added: iso-testing

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-03-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-keyring (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 932177] Re: WARNING: gnome-keyring:: couldn't connect to PKCS11

2012-02-14 Thread Paul Bogmat
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/932177

Title:
  WARNING: gnome-keyring:: couldn't connect to PKCS11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/932177/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs